Triclops SDK
4.0.3.0
Public Attributes | List of all members
TriclopsImage3d Struct Reference

Three dimensional data structure. More...

Collaboration diagram for TriclopsImage3d:
Collaboration graph
[legend]

Public Attributes

int ncols
 
int nrows
 
TriclopsPoint3dpoints
 
int rowinc
 

Detailed Description

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.

See also
TriclopsPoint3d
triclopsExtractImage3d()
triclopsExtractWorldImage3d()

Member Data Documentation

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


The documentation for this struct was generated from the following file:
Contact Support Triclops SDK Programmer's Guide and API Reference