1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

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
@@ -225,6 +225,9 @@ enum
CV_BayerGB2GRAY = 87,
CV_BayerRG2GRAY = 88,
CV_BayerGR2GRAY = 89,
CV_YUV420i2RGB = 90,
CV_YUV420i2BGR = 91,
CV_COLORCVT_MAX =100
};