Color Model Conversion
Parent topic:
Image Color 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.
RGB565ToYUV422
Convert 16-bit RGB image to the 4:2:2 YUV image.
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.
RGB565ToYUV420
Converts 16-bit RGB image to the 4:2:0 YUV image.
YUV420ToRGB565, YUV420ToRGB555, YUV420ToRGB444
Convert a YUV image that has 4:2:0 sampling format to the 16-bit per pixel RGB image.
YUV420ToRGB565Dither, YUV420ToRGB555Dither, YUV420ToRGB444Dither
Convert a YUV image that has 4:2:0 sampling format to the 16-bit per pixel RGB image with dithering.
BGR565ToYUV420, BGR555ToYUV420
Convert 16-bit BGR image to the 4:2:0 YUV image.
YUV420ToBGR565, YUV420ToBGR555, YUV420ToBGR444
Convert a YUV image that has 4:2:0 sampling format to the 16-bit per pixel BGR image.
YUV420ToBGR565Dither, YUV420ToBGR555Dither, YUV420ToBGR444Dither
Convert a YUV image that has 4:2:0 sampling format to the 16-bit per pixel BGR image with dithering.
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.
YCbCrToRGB565, YCbCrToRGB555, YCbCrToRGB444
Convert a YCbCr image to the 16-bit per pixel RGB image.
YCbCrToRGB565Dither, YCbCrToRGB555Dither, YCbCrToRGB444Dither
Convert a YCbCr image to the 16-bit per pixel RGB image with dithering.
YCbCrToBGR565, YCbCrToBGR555, YCbCrToBGR444
Convert a YCbCr image to the 16-bit per pixel BGR image.
YCbCrToBGR565Dither, YCbCrToBGR555Dither, YCbCrToBGR444Dither
Convert a YCbCr image to the 16-bit per pixel BGR image with dithering.
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
Converts 16-bit per pixel YCrCb image to 24-bit per pixel RGB 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.
BGR565ToYCbCr422, BGR555ToYCbCr422
Converts 16-bit per pixel BGR image to 16-bit per pixel YCbCr image.
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.
YCbCr422ToRGB565, YCbCr422ToRGB555, YCbCr422ToRGB444
Convert 16-bit per pixel YCbCr image to 16-bit per pixel RGB image.
YCbCr422ToRGB565Dither, YCbCr422ToRGB555Dither, YCbCr422ToRGB444Dither
Convert 16-bit per pixel YCbCr image to 16-bit per pixel RGB image with dithering.
YCbCr422ToBGR565, YCbCr422ToBGR555, YCbCr422ToBGR444
Convert 16-bit per pixel YCbCr image to 16-bit per pixel BGR image.
YCbCr422ToBGR565Dither, YCbCr422ToBGR555Dither, YCbCr422ToBGR444Dither
Convert 16-bit per pixel YCbCr image to 16-bit per pixel BGR image with dithering.
RGBToYCbCr420
Converts an RGB image to the YCbCr color model; uses 4:2:0 sampling.
YCbCr420ToRGB
Converts a YCbCr image that has 4:2:0 sampling format to the RGB color model.
YCbCr420ToRGB565, YCbCr420ToRGB555, YCbCr420ToRGB444
Convert a YCbCr image that has 4:2:0 sampling format to the 16-bit per pixel RGB image.
YCbCr420ToRGB565Dither, YCbCr420ToRGB555Dither, YCbCr420ToRGB444Dither
Convert a YCbCr image that has 4:2:0 sampling format to the 16-bit per pixel RGB image with dithering.
RGBToYCrCb420
Converts an RGB image to the YCrCb image with 4:2:0 sampling format.
YCrCb420ToRGB
Converts a YCrCb image with the 4:2:0 sampling to the RGB 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.
BGR565ToYCbCr420, BGR555ToYCbCr420
Converts a 16-bit per pixel BGR image to the YCbCr image that has 4:2:0 sampling format.
YCbCr420ToBGR565, YCbCr420ToBGR555, YCbCr420ToBGR444
Convert a YCbCr image that has 4:2:0 sampling format to the 16-bit per pixel BGR image.
YCbCr420ToBGR565Dither, YCbCr420ToBGR555Dither, YCbCr420ToBGR444Dither
Convert a YCbCr image that has 4:2:0 sampling format to the 16-bit per pixel BGR image with dithering.
BGRToYCrCb420
Converts a BGR image to the YCrCb image with 4:2:0 sampling format.
BGR565ToYCrCb420, BGR555ToYCrCb420
Converts a 16-bit per pixel 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.
BGR565ToYCbCr411, BGR555ToYCbCr411
Converts a 16-bit per pixel BGR image to the YCbCr image that has 4:1:1 sampling format.
YCbCr411ToBGR565, YCbCr411ToBGR555
Convert a YCbCr image that has 4:1:1 sampling format to the 16-bit per pixel BGR image.
RGBToXYZ
Converts an RGB image to the XYZ color model.
XYZToRGB
Converts an XYZ image to the RGB color model.
RGBToLUV
Converts an RGB image to the LUV color model.
LUVToRGB
Converts a LUV image to the RGB color model.
BGRToLab
Converts a BGR image to the Lab color model.
LabToBGR
Converts a Lab image to the BGR 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.
Submit feedback on this help topic
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.