Single colored pixel helper structure. More...
Public Attributes | |
unsigned char | value [4] |
Single colored pixel helper structure.
The structure has been defined in order to access color data more easily in colored images. As triclops uses 32-bit RGBU color images the structure is defined to address four adjacent color values per pixel. Note: TriclopsColorPixel replaces the deprecated structure TriclopsPackedColorPixel defined in previous versions (< 4.0) of Triclops.
unsigned char TriclopsColorPixel::value[4] |
The RGBU color values packed in order (i.e. value[0] = R ... value[3] = U)
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |