00001 #ifndef __YC_H 00002 #define __YC_H 00003 00004 namespace CVD { 00005 00006 struct YC { 00007 unsigned char y; // luminance 00008 unsigned char c; // U or V 00009 }; 00010 } 00011 00012 00013 00014 00015 00016 00017 #endif