libcvd
yc.h
1 #ifndef __YC_H
2 #define __YC_H
3 
4 namespace CVD
5 {
6 
7 struct YC
8 {
9  unsigned char y; // luminance
10  unsigned char c; // U or V
11 };
12 }
13 
14 #endif
Definition: yc.h:7
All classes and functions are within the CVD namespace.
Definition: argb.h:6