32-bit RGBU color image structure More...
Public Attributes | |
TriclopsColorPixel * | data = 0 |
int | ncols |
int | nrows |
int | rowinc |
32-bit RGBU color image structure
Structure used in 32-bit color image I/O operations, most notably the retrieval of rectified colored inputs. The rowinc parameter represents the length in bytes for each row; this value should be equal to ncols*sizeof(struct TriclopsColorPixel) unless any padding is being performed. The buffer pointer, if changed, should point to an initialised memory location large at least rowinc*nrows bytes. Note : TriclopsColorImage replaces the deprecated image structure TriclopsPackedColorImage defined in previous versions (<4.0) of Triclops.
TriclopsColorPixel* TriclopsColorImage::data = 0 |
Pointer to the location of the image buffer
int TriclopsColorImage::ncols |
The number of columns in the image, representing the image height
int TriclopsColorImage::nrows |
The number of rows in the image, representing the image width
int TriclopsColorImage::rowinc |
The pitch or row increment of the image in terms of number of bytes between the beginning of a row and the beginning of the following row
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |