Convert YUV image to RGB.
As in rgb2yuv conversion, YUV format is considered to have same amount of luma and chroma.
Input YUV image.
Optional pre-allocated buffer. If given, has to be of same shape as input image, otherwise gets reallocated.
Resulting RGB image slice.
Note: Input and pre-allocated slices' strides must be identical.
See Implementation
Convert YUV image to RGB.
As in rgb2yuv conversion, YUV format is considered to have same amount of luma and chroma.