hi_csc_coefficient
Description
Defines the CSC matrix parameters.
Prototype
hi_csc_coefficient = {"yuv_to_rgb_coefficient": hi_coefficient,
"rgb_to_yuv_coefficient": hi_coefficient}
Members
Member |
Description |
|---|---|
yuv_to_rgb_coefficient |
Dictionary, CSC parameter for YUV-to-RGB conversion. |
rgb_to_yuv_coefficient |
Dictionary, CSC parameter for RGB-to-YUV conversion. |
Parent topic: Common