8-bit greyscale image structure More...
Public Attributes | |
unsigned char * | data = 0 |
int | ncols |
int | nrows |
int | rowinc |
8-bit greyscale image structure
Structure used in 8-bit greyscale image I/O operations. The rowinc parameter represents the length in bytes for each row; this value should be equal to ncols unless any padding is being performed. The buffer pointer, if changed, should point to an initialised memory location large at least rowinc*nrows bytes.
unsigned char* TriclopsImage::data = 0 |
Pointer to the location of the image buffer
int TriclopsImage::ncols |
The number of columns in the image, representing the image height
int TriclopsImage::nrows |
The number of rows in the image, representing the image width
int TriclopsImage::rowinc |
The number of bytes for each row
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |