Image Member List
This is the complete list of members for Image, including all inherited members.
| AvgColor() const | Image | |
| BAYER_BGGR8 enum value | Image | |
| BAYER_GBRG8 enum value | Image | |
| BAYER_GRBG8 enum value | Image | |
| BAYER_RGGB8 enum value | Image | |
| BGR_INT16 enum value | Image | |
| BGR_INT32 enum value | Image | |
| BGR_INT8 enum value | Image | |
| BGRA_INT8 enum value | Image | |
| BPP() const | Image | |
| Channel enum name | Image | |
| ChannelData(Channel _channel) const | Image | |
| COMPRESSED_JPEG enum value | Image | |
| COMPRESSED_PNG enum value | Image | |
| ConvertPixelFormat(const std::string &_format) | Image | static |
| ConvertToRGBImage(const void *_data, unsigned int _width, unsigned int _height, Image &_output, T _min=std::numeric_limits< T >::max(), T _max=std::numeric_limits< T >::lowest(), bool _flip=false) | Image | inlinestatic |
| Data() const | Image | |
| Filename() const | Image | |
| Height() const | Image | |
| Image(const std::string &_filename="") | Image | explicit |
| L_INT16 enum value | Image | |
| L_INT8 enum value | Image | |
| Load(const std::string &_filename) | Image | |
| MaxColor() const | Image | |
| Pitch() const | Image | |
| Pixel(const unsigned int _x, const unsigned int _y) const | Image | |
| PIXEL_FORMAT_COUNT enum value | Image | |
| PixelFormat() const | Image | |
| PixelFormatType enum name | Image | |
| R_FLOAT16 enum value | Image | |
| R_FLOAT32 enum value | Image | |
| Rescale(const int _width, const int _height) | Image | |
| RGB_FLOAT16 enum value | Image | |
| RGB_FLOAT32 enum value | Image | |
| RGB_INT16 enum value | Image | |
| RGB_INT32 enum value | Image | |
| RGB_INT8 enum value | Image | |
| RGBA_INT8 enum value | Image | |
| RGBAData() const | Image | |
| RGBData() const | Image | |
| SavePNG(const std::string &_filename) | Image | |
| SavePNGToBuffer(std::vector< unsigned char > &_buffer) | Image | |
| SetFromCompressedData(unsigned char *_data, unsigned int _size, Image::PixelFormatType _format) | Image | |
| SetFromData(const unsigned char *_data, unsigned int _width, unsigned int _height, Image::PixelFormatType _format) | Image | |
| UNKNOWN_PIXEL_FORMAT enum value | Image | |
| Valid() const | Image | |
| Width() const | Image | |
| ~Image() | Image | virtual |