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

32-bit RGBU color image structure More...

Collaboration diagram for TriclopsColorImage:
Collaboration graph
[legend]

Public Attributes

TriclopsColorPixeldata = 0
 
int ncols
 
int nrows
 
int rowinc
 

Detailed Description

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.

See also
TriclopsColorPixel
triclopsGetColorImage()

Member Data Documentation

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


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