16-bit greyscale image structure More...
Public Attributes | |
unsigned short * | data = 0 |
int | ncols |
int | nrows |
int | rowinc |
16-bit greyscale image structure
Structure used in 16-bit greyscale image I/O operations, most notably the retrieval of fixed point disparity maps. The rowinc parameter represents the length in bytes for each row; this value should be equal to ncols*sizeof(unsigned short) 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 short* TriclopsImage16::data = 0 |
Pointer to the location of the image buffer
int TriclopsImage16::ncols |
The number of columns in the image, representing the image height
int TriclopsImage16::nrows |
The number of rows in the image, representing the image width
int TriclopsImage16::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. |