Color Model Conversion
- RGBToYUV
Converts an RGB image to the YUV color model.
- YUVToRGB
Converts a YUV image to the RGB color model.
- RGBToYUV422
Converts an RGB image to the YUV color model; uses 4:2:2 sampling.
- YUV422ToRGB
Converts a YUV image with the 4:2:2 sampling to the RGB color model.
- RGBToYUV420
Converts an RGB image to the 4:2:0 YUV image.
- YUV420ToRGB
Converts a YUV image that has 4:2:0 sampling format to the RGB image.
- BGRToYUV420
Converts an BGR image to the YUV color model; uses 4:2:0 sampling
- YUV420ToBGR
Converts a YUV image that has 4:2:0 sampling to the BGR image.
- YUV422v210ToRGB, YUV422v210ToBGR
Converts a YUV422 (v210) image to a RGB/BGR image for ITU-R BT.709 HDTV signal.
- YUV422v210ToGray
Converts a YUV422 (v210) image to a grayscale image for ITU-R BT.709 HDTV signal
- RGBToYCbCr
Converts an RGB image to the YCbCr color model.
- YCbCrToRGB
Converts a YCbCr image to the RGB color model.
- YCbCrToBGR
Converts a YCbCr image to the BGR color model.
- YCbCrToBGR_709CSC
Converts a YCbCr image to the BGR image for ITU-R BT.709 CSC signal.
- RGBToYCbCr422
Converts an RGB image to the YCbCr image with 4:2:2 sampling.
- YCbCr422ToRGB
Converts an YCbCr image with the 4:2:2 sampling to the RGB image.
- RGBToYCrCb422
Converts 24-bit per pixel RGB image to 16-bit per pixel YCrCb image
- YCrCb422ToRGB, YCrCb422ToBGR
Convert 16-bit per pixel YCrCb image to 24 or 32-bit per pixel RGB or BGR image.
- BGRToYCbCr422
Converts 24-bit per pixel BGR image to 16-bit per pixel YCbCr image.
- YCbCr422ToBGR
Converts a YCbCr image with 4:2:2 sampling to the BGR image.
- YCbCr422ToGray
Converts an interlaced 4:2:2 YCbCr or YCrCb image to gray-scale extracting luminance (Y) component.
- RGBToCbYCr422, RGBToCbYCr422Gamma
Convert 24-bit per pixel RGB image to 16-bit per pixel CbYCr image.
- CbYCr422ToRGB
Converts 16-bit per pixel CbYCr image to 24-bit per pixel RGB image.
- BGRToCbYCr422
Converts 32-bit per pixel BGR image to 16-bit per pixel CbYCr image.
- BGRToCbYCr422_709HDTV
Converts BGR image to 16-bit per pixel CbYCr image for ITU-R BT.709 HDTV signal.
- CbYCr422ToBGR
Converts 16-bit per pixel CbYCr image to four channel BGR image.
- CbYCr422ToBGR_709HDTV
Converts 16-bit per pixel CbYCr image to the BGR image for ITU-R BT.709 HDTV signal.
- RGBToYCbCr420
Converts an RGB image to the YCbCr color model; uses 4:2:0 sampling.
- YCbCr420ToRGB, YCbCr420ToBGR
Convert a YCbCr image that has 4:2:0 sampling format to the RGB or BGR color model.
- RGBToYCrCb420
Converts an RGB image to the YCrCb image with 4:2:0 sampling format.
- YCrCb420ToRGB, YCrCb420ToBGR
Convert a YCrCb image with the 4:2:0 sampling to the RGB or BGR image.
- BGRToYCbCr420
Converts a BGR image to the YCbCr image with 4:2:0 sampling format.
- BGRToYCbCr420_709CSC
Converts a BGR image to the YCbCr image with 4:2:0 sampling for ITU-R BT.709 CSC signal.
- BGRToYCbCr420_709HDTV
Converts a BGR image to the YCbCr image with 4:2:0 sampling for ITU-R BT.709 HDTV signal.
- BGRToYCrCb420_709CSC
Converts a BGR image to the YCrCb image with 4:2:0 sampling for ITU-R BT.709 CSC signal.
- YCbCr420ToBGR
Converts a YCbCr image with the 4:2:0 sampling to the BGR image.
- YCbCr420ToBGR_709CSC
Converts a YCbCr image with 4:2:0 sampling to the BGR image for ITU-R BT.709 CSC signal.
- YCbCr420ToBGR_709HDTV
Converts a YCbCr image with 4:2:0 sampling to the BGR image for ITU-R BT.709 HDTV signal.
- BGRToYCrCb420
Converts a BGR image to the YCrCb image with 4:2:0 sampling format.
- BGRToYCbCr411
Converts a BGR image to the YCbCr planar image that has a 4:1:1 sampling format.
- YCbCr411ToBGR
Converts a YCbCr image that has 4:1:1 sampling format to the RGB color model.
- RGBToXYZ
Converts an RGB image to the XYZ color model.
- XYZToRGB
Converts an XYZ image to the RGB color model.
- RGBToLUV, BGRToLUV
Converts an RGB or BGR image to the LUV color model.
- LUVToRGB, LUVToBGR
Converts a LUV image to the RGB or BGR color model.
- BGRToLab, RGBToLab
Converts a BGR or RGB image to the Lab color model.
- LabToBGR, LabToRGB
Converts a Lab image to the BGR or RGB color model.
- RGBToYCC
Converts an RGB image to the YCC color model.
- YCCToRGB
Converts a YCC image to the RGB color model.
- RGBToHLS
Converts an RGB image to the HLS color model.
- HLSToRGB
Converts an HLS image to the RGB color model.
- BGRToHLS
Converts a BGR image to the HLS color model.
- HLSToBGR
Converts an HLS image to the RGB color model.
- RGBToHSV
Converts an RGB image to the HSV color model.
- HSVToRGB
Converts an HSV image to the RGB color model.
- RGBToYCoCg
Converts a RGB image to the YCoCg color model.
- YCoCgToRGB
Converts a YCoCg image to the RGB image.
- BGRToYCoCg
Converts a 24-bit BGR image to the YCoCg color model.
- SBGRToYCoCg
Converts a 48-bit BGR image to the YCoCg color model.
- YCoCgToBGR
Converts a YCoCg image to the 24-bit BGR image.
- YCoCgToSBGR
Converts a YCoCg image to the 48-bit BGR image.
- BGRToYCoCg_Rev
Converts a 24-bit BGR image to the YCoCg-R color model.
- SBGRToYCoCg_Rev
Converts a 48-bit BGR image to the YCoCg-R color model.
- YCoCgToBGR_Rev
Converts a YCoCg-R image to the 24-bit BGR image.
- YCoCgToSBGR_Rev
Converts a YCoCg-R image to the 48-bit BGR image.