YUV420i to RGB conversion is added to cvtColor
This commit is contained in:
@@ -225,6 +225,9 @@ enum
|
||||
CV_BayerGB2GRAY = 87,
|
||||
CV_BayerRG2GRAY = 88,
|
||||
CV_BayerGR2GRAY = 89,
|
||||
|
||||
CV_YUV420i2RGB = 90,
|
||||
CV_YUV420i2BGR = 91,
|
||||
|
||||
CV_COLORCVT_MAX =100
|
||||
};
|
||||
|
Reference in New Issue
Block a user