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

16-bit greyscale image structure More...

Public Attributes

unsigned short * data = 0
 
int ncols
 
int nrows
 
int rowinc
 

Detailed Description

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.

See also
triclopsGetImage16()

Member Data Documentation

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


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