Public Attributes | List of all members
openni::YUV422DoublePixel Struct Reference

#include <OpenNI.h>

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.

Definition at line 73 of file OpenNI.h.

Member Data Documentation

uint8_t openni::YUV422DoublePixel::u

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

Definition at line 76 of file OpenNI.h.

uint8_t openni::YUV422DoublePixel::v

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

Definition at line 80 of file OpenNI.h.

uint8_t openni::YUV422DoublePixel::y1

Overall luminance value of first pixel.

Definition at line 78 of file OpenNI.h.

uint8_t openni::YUV422DoublePixel::y2

Overall luminance value of second pixel.

Definition at line 82 of file OpenNI.h.


The documentation for this struct was generated from the following file:


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Thu Jun 6 2019 19:25:39