libcvd
cvd
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
CVD::YC
Definition:
yc.h:7
CVD
All classes and functions are within the CVD namespace.
Definition:
argb.h:6
Generated by
1.8.13