OpenNI 2.0
Public 属性 | 所有成员列表
openni::YUYVDoublePixel结构体 参考

#include <OpenNI.h>

Public 属性

uint8_t u
 
uint8_t v
 
uint8_t y1
 
uint8_t y2
 

详细描述

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.

类成员变量说明

◆ u

uint8_t openni::YUYVDoublePixel::u

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

◆ v

uint8_t openni::YUYVDoublePixel::v

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

◆ y1

uint8_t openni::YUYVDoublePixel::y1

Overall luminance value of first pixel.

◆ y2

uint8_t openni::YUYVDoublePixel::y2

Overall luminance value of second pixel.


该结构体的文档由以下文件生成: