YUV420 planar and YUV422 interleaved conversion functions to RGB(A) (Patch #1732)
Description
-Renamed YUV4202RGB functions to YUV420sp2RGB.
-Added YUV420p2RGB functions
-Added YUV422i2RGB functions
-Added appropriate identifiers CV_YUV2RGB_YV12, CV_YUV2RGB_YUYV etc.
Signed-off-by: Robert Abel <[email protected]>
Associated revisions
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
#1732 Added YUV422 conversions
Merge pull request #1732 from alalek:ocl_blendLinear
History
Updated by Andrey Kamaev almost 13 years ago
Thanks for the patch. I've made few corrections and partially applied it in r7779. Implementation for 4:2:2 formats will be added a bit later.
- Assignee set to Andrey Kamaev
Updated by Andrey Kamaev almost 13 years ago
- Status changed from Open to Done
- Target version set to 2.4.0