add support convert from RGB to YUV420 (Feature #2450)
Description
Example:
cvtColor(src, dst, CV_RGB2YUV420);
Associated revisions
Merge pull request #2450 from ilya-lavrenov:tapi_test
History
Updated by Andrey Kamaev over 12 years ago
Please specify exact format of your YUV420: http://www.fourcc.org/yuv.php#Planar%20YUV%20Formats
Updated by Daniil Osokin over 12 years ago
- Assignee changed from Vadim Pisarevsky to Daniil Osokin
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0
Updated by Daniil Osokin almost 12 years ago
- Status changed from Open to Done