Converts YUV to BGR.
yuv (ndarray) – YUV array of shape (R, C, 3)
ndarray
standard (Standard) – Color standard to which the data conforms.
Standard
range (Union[int, float, None]) – Range of pixel values (Default: None - inferred from standard).
Union
int
float
None
BGR array of shape (R, C, 3)
yuv2bgr()