#include <OpenNI.h>
List of all members.
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.
Definition at line 91 of file OpenNI.h.
First chrominance value for two pixels, stored as blue luminance difference signal.
Definition at line 96 of file OpenNI.h.
Second chrominance value for two pixels, stored as red luminance difference signal.
Definition at line 100 of file OpenNI.h.
Overall luminance value of first pixel.
Definition at line 94 of file OpenNI.h.
Overall luminance value of second pixel.
Definition at line 98 of file OpenNI.h.