![]() |
RobWorkProject
25.2.11-
|
This is the complete list of members for Image, including all inherited members.
_arrSize | Image | protected |
_fromFloat (defined in Image) | Image | protected |
_imageData | Image | protected |
_stride (defined in Image) | Image | protected |
_toFloat | Image | protected |
_valueMask | Image | protected |
BayerBG enum value (defined in Image) | Image | |
BGR enum value | Image | |
BGRA enum value | Image | |
ColorCode enum name | Image | |
copyFlip(bool horizontal, bool vertical) const | Image | |
Depth16S enum value | Image | |
Depth16U enum value | Image | |
Depth32F enum value | Image | |
Depth32S enum value | Image | |
Depth8S enum value | Image | |
Depth8U enum value | Image | |
getBitsPerPixel() const | Image | |
getColorEncoding() const | Image | inline |
getDataSize() const | Image | |
getHeight() const | Image | |
getImageData() | Image | |
getImageData() const | Image | |
getImageDimension() | Image | |
getNrOfChannels() const | Image | inline |
getPixel(size_t x, size_t y) const | Image | inline |
getPixel(size_t x, size_t y, Pixel4f &dst) const | Image | |
getPixel(size_t x, size_t y, Pixel4i &dst) const | Image | |
getPixelDepth() const | Image | inline |
getPixelf(size_t x, size_t y) const (defined in Image) | Image | |
getPixeli(size_t x, size_t y) const | Image | |
getPixelValue(size_t x, size_t y, size_t channel) const | Image | inline |
getPixelValue(size_t x, size_t y, size_t channel, T &dst) const (defined in Image) | Image | inline |
getPixelValuef(size_t x, size_t y, size_t channel) const (defined in Image) | Image | |
getPixelValuei(size_t x, size_t y, size_t channel) const (defined in Image) | Image | |
getWidth() const | Image | |
getWidthStep() const | Image | inline |
GRAY enum value | Image | |
HLS enum value (defined in Image) | Image | |
Image() | Image | |
Image(unsigned int width, unsigned int height, ColorCode encoding, PixelDepth depth) | Image | |
Image(char *imgData, unsigned int width, unsigned int height, ColorCode encoding, PixelDepth depth) | Image | |
Lab enum value (defined in Image) | Image | |
Luv enum value (defined in Image) | Image | |
PixelDepth enum name | Image | |
Ptr typedef | Image | |
resize(unsigned int width, unsigned int height) | Image | |
RGB enum value | Image | |
RGBA enum value | Image | |
saveAsPGM(const std::string &fileName) const | Image | |
saveAsPGMAscii(const std::string &fileName) const | Image | |
saveAsPPM(const std::string &fileName) const | Image | |
setImageData(char *data) | Image | inline |
setPixel(size_t x, size_t y, const Pixel4f &value) (defined in Image) | Image | |
setPixel(const int x, const int y, int value) (defined in Image) | Image | inline |
setPixel(const int x, const int y, float value) (defined in Image) | Image | inline |
setPixel(const int x, const int y, const int ch0, const int ch1, const int ch2) (defined in Image) | Image | inline |
setPixel(const int x, const int y, const int ch0, const int ch1, const int ch2, const int ch3) (defined in Image) | Image | inline |
setPixel16S(const int x, const int y, int16_t value) (defined in Image) | Image | inline |
setPixel16S(const int x, const int y, int16_t ch0, int16_t ch1, int16_t ch2) (defined in Image) | Image | inline |
setPixel16S(const int x, const int y, int16_t ch0, int16_t ch1, int16_t ch2, int16_t ch3) (defined in Image) | Image | inline |
setPixel16U(const int x, const int y, uint16_t value) (defined in Image) | Image | inline |
setPixel16U(const int x, const int y, uint16_t ch0, uint16_t ch1, uint16_t ch2) (defined in Image) | Image | inline |
setPixel16U(const int x, const int y, uint16_t ch0, uint16_t ch1, uint16_t ch2, uint16_t ch3) (defined in Image) | Image | inline |
setPixel32F(const int x, const int y, float value) (defined in Image) | Image | inline |
setPixel32F(const int x, const int y, float ch0, float ch1, float ch2) (defined in Image) | Image | inline |
setPixel32F(const int x, const int y, float ch0, float ch1, float ch2, float ch3) (defined in Image) | Image | inline |
setPixel32S(const int x, const int y, int32_t value) (defined in Image) | Image | inline |
setPixel32S(const int x, const int y, int32_t ch0, int32_t ch1, int32_t ch2) (defined in Image) | Image | inline |
setPixel32S(const int x, const int y, int32_t ch0, int32_t ch1, int32_t ch2, int32_t ch3) (defined in Image) | Image | inline |
setPixel8S(const int x, const int y, int8_t value) (defined in Image) | Image | inline |
setPixel8S(const int x, const int y, int8_t ch0, int8_t ch1, int8_t ch2) (defined in Image) | Image | inline |
setPixel8S(const int x, const int y, int8_t ch0, int8_t ch1, int8_t ch2, int8_t ch3) (defined in Image) | Image | inline |
setPixel8U(const int x, const int y, uint8_t value) | Image | inline |
setPixel8U(const int x, const int y, uint8_t ch0, uint8_t ch1, uint8_t ch2) (defined in Image) | Image | inline |
setPixel8U(const int x, const int y, uint8_t ch0, uint8_t ch1, uint8_t ch2, uint8_t ch3) (defined in Image) | Image | inline |
User enum value (defined in Image) | Image | |
~Image() | Image | inlinevirtual |