bgr2yuv
horizon_plugin_pytorch.bgr2yuv(input: Tensor, swing: str = 'studio')
Convert color space.
Convert images from BGR format to YUV444 BT.601
- Parameters:
- input – input image in BGR format, ranging 0 to 255
- swing – “studio” for YUV studio swing (Y: 16 to 235, U, V: 16 to 240).
“full” for YUV full swing (Y, U, V: 0 to 255).
default is “studio”
- Returns:
YUV image
- Return type:
Tensor