YUV420i to RGB conversion is added to cvtColor

This commit is contained in:
Andrey Kamaev
2011-06-04 18:15:52 +00:00
parent d77915759a
commit cdda5ec491
4 changed files with 160 additions and 7 deletions

View File

@@ -225,6 +225,9 @@ enum
CV_BayerGB2GRAY = 87,
CV_BayerRG2GRAY = 88,
CV_BayerGR2GRAY = 89,
CV_YUV420i2RGB = 90,
CV_YUV420i2BGR = 91,
CV_COLORCVT_MAX =100
};