码迷,mamicode.com
首页 > 其他好文 > 详细

PixelFormat 像素格式

时间:2014-10-30 07:05:13      阅读:385      评论:0      收藏:0      [点我收藏+]

标签:des   io   for   sp   strong   on   bs   ad   ef   

enum PixelFormat

Pixel formats available for Format7 modes.

 

Enumerator:
PIXEL_FORMAT_MONO8  8 bits of mono information.

 

PIXEL_FORMAT_411YUV8  YUV 4:1:1.

 

PIXEL_FORMAT_422YUV8  YUV 4:2:2.

 

PIXEL_FORMAT_444YUV8  YUV 4:4:4.

 

PIXEL_FORMAT_RGB8  R = G = B = 8 bits.

 

PIXEL_FORMAT_MONO16  16 bits of mono information.

 

PIXEL_FORMAT_RGB16  R = G = B = 16 bits.

 

PIXEL_FORMAT_S_MONO16  16 bits of signed mono information.

 

PIXEL_FORMAT_S_RGB16  R = G = B = 16 bits signed.

 

PIXEL_FORMAT_RAW8  8 bit raw data output of sensor.

 

PIXEL_FORMAT_RAW16  16 bit raw data output of sensor.

 

PIXEL_FORMAT_MONO12  12 bits of mono information.

 

PIXEL_FORMAT_RAW12  12 bit raw data output of sensor.

 

PIXEL_FORMAT_BGR  24 bit BGR.

 

PIXEL_FORMAT_BGRU  32 bit BGRU.

 

PIXEL_FORMAT_RGB  24 bit RGB.

 

PIXEL_FORMAT_RGBU  32 bit RGBU.

 

NUM_PIXEL_FORMATS  Number of pixel formats.

 

UNSPECIFIED_PIXEL_FORMAT  Unspecified pixel format.

PixelFormat 像素格式

标签:des   io   for   sp   strong   on   bs   ad   ef   

原文地址:http://www.cnblogs.com/grandyang/p/4061067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!