Class
List
Hierarchy
Modules
Common
Events
Math
Messages
Physics
Rendering
Sensors
Transport
Links
Gazebo Website
Wiki
Tutorials
Download
Report Documentation Issues
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
gazebo
common
Image
gazebo::common::Image Member List
This is the complete list of members for
gazebo::common::Image
, including all inherited members.
BAYER_GBRG8
enum value
gazebo::common::Image
BAYER_GRBG8
enum value
gazebo::common::Image
BAYER_RGGB8
enum value
gazebo::common::Image
BAYER_RGGR8
enum value
gazebo::common::Image
BGR_INT16
enum value
gazebo::common::Image
BGR_INT32
enum value
gazebo::common::Image
BGR_INT8
enum value
gazebo::common::Image
BGRA_INT8
enum value
gazebo::common::Image
ConvertPixelFormat
(const std::string &_format)
gazebo::common::Image
static
GetAvgColor
()
gazebo::common::Image
GetBPP
() const
gazebo::common::Image
GetData
(unsigned char **_data, unsigned int &_count) const
gazebo::common::Image
GetFilename
() const
gazebo::common::Image
GetHeight
() const
gazebo::common::Image
GetMaxColor
()
gazebo::common::Image
GetPitch
() const
gazebo::common::Image
GetPixel
(unsigned int _x, unsigned int _y)
gazebo::common::Image
GetPixelFormat
() const
gazebo::common::Image
GetRGBData
(unsigned char **_data, unsigned int &_count) const
gazebo::common::Image
GetWidth
() const
gazebo::common::Image
Image
(const std::string &_filename="")
gazebo::common::Image
explicit
L_INT16
enum value
gazebo::common::Image
L_INT8
enum value
gazebo::common::Image
Load
(const std::string &_filename)
gazebo::common::Image
PIXEL_FORMAT_COUNT
enum value
gazebo::common::Image
PixelFormat
enum name
gazebo::common::Image
R_FLOAT16
enum value
gazebo::common::Image
R_FLOAT32
enum value
gazebo::common::Image
Rescale
(int _width, int _height)
gazebo::common::Image
RGB_FLOAT16
enum value
gazebo::common::Image
RGB_FLOAT32
enum value
gazebo::common::Image
RGB_INT16
enum value
gazebo::common::Image
RGB_INT32
enum value
gazebo::common::Image
RGB_INT8
enum value
gazebo::common::Image
RGBA_INT8
enum value
gazebo::common::Image
SavePNG
(const std::string &_filename)
gazebo::common::Image
SetFromData
(const unsigned char *_data, unsigned int _width, unsigned int _height, Image::PixelFormat _format)
gazebo::common::Image
UNKNOWN_PIXEL_FORMAT
enum value
gazebo::common::Image
Valid
() const
gazebo::common::Image
~Image
()
gazebo::common::Image
virtual