Three dimensional data structure. More...
Public Attributes | |
int | ncols |
int | nrows |
TriclopsPoint3d * | points |
int | rowinc |
Three dimensional data structure.
Structure used to represent a depth map using 3D coordinates with respect to the original pixel location. The rowinc parameter represents the length in bytes for each row; this value should be equal to ncols*sizeof(struct TriclopsPoint3d) unless any padding is being performed. The buffer pointer, if changed, should point to an initialised memory location large at least rowinc*nrows bytes.
int TriclopsImage3d::ncols |
The number of columns in the image, representing the image height
int TriclopsImage3d::nrows |
The number of rows in the image, representing the image width
TriclopsPoint3d* TriclopsImage3d::points |
Pointer to the location of the image buffer
int TriclopsImage3d::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. |