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

8-bit greyscale image structure More...

Public Attributes

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

Detailed Description

8-bit greyscale image structure

Structure used in 8-bit greyscale image I/O operations. The rowinc parameter represents the length in bytes for each row; this value should be equal to ncols unless any padding is being performed. The buffer pointer, if changed, should point to an initialised memory location large at least rowinc*nrows bytes.

Member Data Documentation

unsigned char* TriclopsImage::data = 0

Pointer to the location of the image buffer

int TriclopsImage::ncols

The number of columns in the image, representing the image height

int TriclopsImage::nrows

The number of rows in the image, representing the image width

int TriclopsImage::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