OpenNI 2.0: openni::YUV422DoublePixel Struct Reference

OpenNI 2.0

openni::YUV422DoublePixel Struct Reference

#include <OpenNI.h>

List of all members.

Public Attributes

uint8_t u
uint8_t v
uint8_t y1
uint8_t y2

Detailed Description

Holds the value of two pixels in YUV422 format (Luminance/Chrominance,16-bits/pixel). The first pixel has the values y1, u, v. The second pixel has the values y2, u, v.


Member Data Documentation

First chrominance value for two pixels, stored as blue luminance difference signal.

Second chrominance value for two pixels, stored as red luminance difference signal.

Overall luminance value of first pixel.

Overall luminance value of second pixel.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 12 2013 16:10:45 for OpenNI 2.0 by   doxygen 1.7.5.1