A structure holding image parameters. More...
#include <extremaParams.h>
Public Attributes | |
unsigned int | width |
Width of the image. More... | |
unsigned int | height |
Height of the image. More... | |
unsigned int | channels |
Number of channels of the image. More... | |
unsigned char * | data |
Pointer to image data. More... | |
A structure holding image parameters.
unsigned int extrema::ExtremaImage::channels |
Number of channels of the image.
unsigned char* extrema::ExtremaImage::data |
Pointer to image data.
unsigned int extrema::ExtremaImage::height |
Height of the image.
unsigned int extrema::ExtremaImage::width |
Width of the image.