EstervQrCode 1.1.1
Library for qr code manipulation
Enumerations | Functions
Color Space Conversions

Enumerations

enum  cv::ColorConversionCodes {
  cv::COLOR_BGR2BGRA = 0 , cv::COLOR_RGB2RGBA = COLOR_BGR2BGRA , cv::COLOR_BGRA2BGR = 1 , cv::COLOR_RGBA2RGB = COLOR_BGRA2BGR ,
  cv::COLOR_BGR2RGBA = 2 , cv::COLOR_RGB2BGRA = COLOR_BGR2RGBA , cv::COLOR_RGBA2BGR = 3 , cv::COLOR_BGRA2RGB = COLOR_RGBA2BGR ,
  cv::COLOR_BGR2RGB = 4 , cv::COLOR_RGB2BGR = COLOR_BGR2RGB , cv::COLOR_BGRA2RGBA = 5 , cv::COLOR_RGBA2BGRA = COLOR_BGRA2RGBA ,
  cv::COLOR_BGR2GRAY = 6 , cv::COLOR_RGB2GRAY = 7 , cv::COLOR_GRAY2BGR = 8 , cv::COLOR_GRAY2RGB = COLOR_GRAY2BGR ,
  cv::COLOR_GRAY2BGRA = 9 , cv::COLOR_GRAY2RGBA = COLOR_GRAY2BGRA , cv::COLOR_BGRA2GRAY = 10 , cv::COLOR_RGBA2GRAY = 11 ,
  cv::COLOR_BGR2BGR565 = 12 , cv::COLOR_RGB2BGR565 = 13 , cv::COLOR_BGR5652BGR = 14 , cv::COLOR_BGR5652RGB = 15 ,
  cv::COLOR_BGRA2BGR565 = 16 , cv::COLOR_RGBA2BGR565 = 17 , cv::COLOR_BGR5652BGRA = 18 , cv::COLOR_BGR5652RGBA = 19 ,
  cv::COLOR_GRAY2BGR565 = 20 , cv::COLOR_BGR5652GRAY = 21 , cv::COLOR_BGR2BGR555 = 22 , cv::COLOR_RGB2BGR555 = 23 ,
  cv::COLOR_BGR5552BGR = 24 , cv::COLOR_BGR5552RGB = 25 , cv::COLOR_BGRA2BGR555 = 26 , cv::COLOR_RGBA2BGR555 = 27 ,
  cv::COLOR_BGR5552BGRA = 28 , cv::COLOR_BGR5552RGBA = 29 , cv::COLOR_GRAY2BGR555 = 30 , cv::COLOR_BGR5552GRAY = 31 ,
  cv::COLOR_BGR2XYZ = 32 , cv::COLOR_RGB2XYZ = 33 , cv::COLOR_XYZ2BGR = 34 , cv::COLOR_XYZ2RGB = 35 ,
  cv::COLOR_BGR2YCrCb = 36 , cv::COLOR_RGB2YCrCb = 37 , cv::COLOR_YCrCb2BGR = 38 , cv::COLOR_YCrCb2RGB = 39 ,
  cv::COLOR_BGR2HSV = 40 , cv::COLOR_RGB2HSV = 41 , cv::COLOR_BGR2Lab = 44 , cv::COLOR_RGB2Lab = 45 ,
  cv::COLOR_BGR2Luv = 50 , cv::COLOR_RGB2Luv = 51 , cv::COLOR_BGR2HLS = 52 , cv::COLOR_RGB2HLS = 53 ,
  cv::COLOR_HSV2BGR = 54 , cv::COLOR_HSV2RGB = 55 , cv::COLOR_Lab2BGR = 56 , cv::COLOR_Lab2RGB = 57 ,
  cv::COLOR_Luv2BGR = 58 , cv::COLOR_Luv2RGB = 59 , cv::COLOR_HLS2BGR = 60 , cv::COLOR_HLS2RGB = 61 ,
  cv::COLOR_BGR2HSV_FULL = 66 , cv::COLOR_RGB2HSV_FULL = 67 , cv::COLOR_BGR2HLS_FULL = 68 , cv::COLOR_RGB2HLS_FULL = 69 ,
  cv::COLOR_HSV2BGR_FULL = 70 , cv::COLOR_HSV2RGB_FULL = 71 , cv::COLOR_HLS2BGR_FULL = 72 , cv::COLOR_HLS2RGB_FULL = 73 ,
  cv::COLOR_LBGR2Lab = 74 , cv::COLOR_LRGB2Lab = 75 , cv::COLOR_LBGR2Luv = 76 , cv::COLOR_LRGB2Luv = 77 ,
  cv::COLOR_Lab2LBGR = 78 , cv::COLOR_Lab2LRGB = 79 , cv::COLOR_Luv2LBGR = 80 , cv::COLOR_Luv2LRGB = 81 ,
  cv::COLOR_BGR2YUV = 82 , cv::COLOR_RGB2YUV = 83 , cv::COLOR_YUV2BGR = 84 , cv::COLOR_YUV2RGB = 85 ,
  cv::COLOR_YUV2RGB_NV12 = 90 , cv::COLOR_YUV2BGR_NV12 = 91 , cv::COLOR_YUV2RGB_NV21 = 92 , cv::COLOR_YUV2BGR_NV21 = 93 ,
  cv::COLOR_YUV420sp2RGB = COLOR_YUV2RGB_NV21 , cv::COLOR_YUV420sp2BGR = COLOR_YUV2BGR_NV21 , cv::COLOR_YUV2RGBA_NV12 = 94 , cv::COLOR_YUV2BGRA_NV12 = 95 ,
  cv::COLOR_YUV2RGBA_NV21 = 96 , cv::COLOR_YUV2BGRA_NV21 = 97 , cv::COLOR_YUV420sp2RGBA = COLOR_YUV2RGBA_NV21 , cv::COLOR_YUV420sp2BGRA = COLOR_YUV2BGRA_NV21 ,
  cv::COLOR_YUV2RGB_YV12 = 98 , cv::COLOR_YUV2BGR_YV12 = 99 , cv::COLOR_YUV2RGB_IYUV = 100 , cv::COLOR_YUV2BGR_IYUV = 101 ,
  cv::COLOR_YUV2RGB_I420 = COLOR_YUV2RGB_IYUV , cv::COLOR_YUV2BGR_I420 = COLOR_YUV2BGR_IYUV , cv::COLOR_YUV420p2RGB = COLOR_YUV2RGB_YV12 , cv::COLOR_YUV420p2BGR = COLOR_YUV2BGR_YV12 ,
  cv::COLOR_YUV2RGBA_YV12 = 102 , cv::COLOR_YUV2BGRA_YV12 = 103 , cv::COLOR_YUV2RGBA_IYUV = 104 , cv::COLOR_YUV2BGRA_IYUV = 105 ,
  cv::COLOR_YUV2RGBA_I420 = COLOR_YUV2RGBA_IYUV , cv::COLOR_YUV2BGRA_I420 = COLOR_YUV2BGRA_IYUV , cv::COLOR_YUV420p2RGBA = COLOR_YUV2RGBA_YV12 , cv::COLOR_YUV420p2BGRA = COLOR_YUV2BGRA_YV12 ,
  cv::COLOR_YUV2GRAY_420 = 106 , cv::COLOR_YUV2GRAY_NV21 = COLOR_YUV2GRAY_420 , cv::COLOR_YUV2GRAY_NV12 = COLOR_YUV2GRAY_420 , cv::COLOR_YUV2GRAY_YV12 = COLOR_YUV2GRAY_420 ,
  cv::COLOR_YUV2GRAY_IYUV = COLOR_YUV2GRAY_420 , cv::COLOR_YUV2GRAY_I420 = COLOR_YUV2GRAY_420 , cv::COLOR_YUV420sp2GRAY = COLOR_YUV2GRAY_420 , cv::COLOR_YUV420p2GRAY = COLOR_YUV2GRAY_420 ,
  cv::COLOR_YUV2RGB_UYVY = 107 , cv::COLOR_YUV2BGR_UYVY = 108 , cv::COLOR_YUV2RGB_Y422 = COLOR_YUV2RGB_UYVY , cv::COLOR_YUV2BGR_Y422 = COLOR_YUV2BGR_UYVY ,
  cv::COLOR_YUV2RGB_UYNV = COLOR_YUV2RGB_UYVY , cv::COLOR_YUV2BGR_UYNV = COLOR_YUV2BGR_UYVY , cv::COLOR_YUV2RGBA_UYVY = 111 , cv::COLOR_YUV2BGRA_UYVY = 112 ,
  cv::COLOR_YUV2RGBA_Y422 = COLOR_YUV2RGBA_UYVY , cv::COLOR_YUV2BGRA_Y422 = COLOR_YUV2BGRA_UYVY , cv::COLOR_YUV2RGBA_UYNV = COLOR_YUV2RGBA_UYVY , cv::COLOR_YUV2BGRA_UYNV = COLOR_YUV2BGRA_UYVY ,
  cv::COLOR_YUV2RGB_YUY2 = 115 , cv::COLOR_YUV2BGR_YUY2 = 116 , cv::COLOR_YUV2RGB_YVYU = 117 , cv::COLOR_YUV2BGR_YVYU = 118 ,
  cv::COLOR_YUV2RGB_YUYV = COLOR_YUV2RGB_YUY2 , cv::COLOR_YUV2BGR_YUYV = COLOR_YUV2BGR_YUY2 , cv::COLOR_YUV2RGB_YUNV = COLOR_YUV2RGB_YUY2 , cv::COLOR_YUV2BGR_YUNV = COLOR_YUV2BGR_YUY2 ,
  cv::COLOR_YUV2RGBA_YUY2 = 119 , cv::COLOR_YUV2BGRA_YUY2 = 120 , cv::COLOR_YUV2RGBA_YVYU = 121 , cv::COLOR_YUV2BGRA_YVYU = 122 ,
  cv::COLOR_YUV2RGBA_YUYV = COLOR_YUV2RGBA_YUY2 , cv::COLOR_YUV2BGRA_YUYV = COLOR_YUV2BGRA_YUY2 , cv::COLOR_YUV2RGBA_YUNV = COLOR_YUV2RGBA_YUY2 , cv::COLOR_YUV2BGRA_YUNV = COLOR_YUV2BGRA_YUY2 ,
  cv::COLOR_YUV2GRAY_UYVY = 123 , cv::COLOR_YUV2GRAY_YUY2 = 124 , cv::COLOR_YUV2GRAY_Y422 = COLOR_YUV2GRAY_UYVY , cv::COLOR_YUV2GRAY_UYNV = COLOR_YUV2GRAY_UYVY ,
  cv::COLOR_YUV2GRAY_YVYU = COLOR_YUV2GRAY_YUY2 , cv::COLOR_YUV2GRAY_YUYV = COLOR_YUV2GRAY_YUY2 , cv::COLOR_YUV2GRAY_YUNV = COLOR_YUV2GRAY_YUY2 , cv::COLOR_RGBA2mRGBA = 125 ,
  cv::COLOR_mRGBA2RGBA = 126 , cv::COLOR_RGB2YUV_I420 = 127 , cv::COLOR_BGR2YUV_I420 = 128 , cv::COLOR_RGB2YUV_IYUV = COLOR_RGB2YUV_I420 ,
  cv::COLOR_BGR2YUV_IYUV = COLOR_BGR2YUV_I420 , cv::COLOR_RGBA2YUV_I420 = 129 , cv::COLOR_BGRA2YUV_I420 = 130 , cv::COLOR_RGBA2YUV_IYUV = COLOR_RGBA2YUV_I420 ,
  cv::COLOR_BGRA2YUV_IYUV = COLOR_BGRA2YUV_I420 , cv::COLOR_RGB2YUV_YV12 = 131 , cv::COLOR_BGR2YUV_YV12 = 132 , cv::COLOR_RGBA2YUV_YV12 = 133 ,
  cv::COLOR_BGRA2YUV_YV12 = 134 , cv::COLOR_BayerBG2BGR = 46 , cv::COLOR_BayerGB2BGR = 47 , cv::COLOR_BayerRG2BGR = 48 ,
  cv::COLOR_BayerGR2BGR = 49 , cv::COLOR_BayerRGGB2BGR = COLOR_BayerBG2BGR , cv::COLOR_BayerGRBG2BGR = COLOR_BayerGB2BGR , cv::COLOR_BayerBGGR2BGR = COLOR_BayerRG2BGR ,
  cv::COLOR_BayerGBRG2BGR = COLOR_BayerGR2BGR , cv::COLOR_BayerRGGB2RGB = COLOR_BayerBGGR2BGR , cv::COLOR_BayerGRBG2RGB = COLOR_BayerGBRG2BGR , cv::COLOR_BayerBGGR2RGB = COLOR_BayerRGGB2BGR ,
  cv::COLOR_BayerGBRG2RGB = COLOR_BayerGRBG2BGR , cv::COLOR_BayerBG2RGB = COLOR_BayerRG2BGR , cv::COLOR_BayerGB2RGB = COLOR_BayerGR2BGR , cv::COLOR_BayerRG2RGB = COLOR_BayerBG2BGR ,
  cv::COLOR_BayerGR2RGB = COLOR_BayerGB2BGR , cv::COLOR_BayerBG2GRAY = 86 , cv::COLOR_BayerGB2GRAY = 87 , cv::COLOR_BayerRG2GRAY = 88 ,
  cv::COLOR_BayerGR2GRAY = 89 , cv::COLOR_BayerRGGB2GRAY = COLOR_BayerBG2GRAY , cv::COLOR_BayerGRBG2GRAY = COLOR_BayerGB2GRAY , cv::COLOR_BayerBGGR2GRAY = COLOR_BayerRG2GRAY ,
  cv::COLOR_BayerGBRG2GRAY = COLOR_BayerGR2GRAY , cv::COLOR_BayerBG2BGR_VNG = 62 , cv::COLOR_BayerGB2BGR_VNG = 63 , cv::COLOR_BayerRG2BGR_VNG = 64 ,
  cv::COLOR_BayerGR2BGR_VNG = 65 , cv::COLOR_BayerRGGB2BGR_VNG = COLOR_BayerBG2BGR_VNG , cv::COLOR_BayerGRBG2BGR_VNG = COLOR_BayerGB2BGR_VNG , cv::COLOR_BayerBGGR2BGR_VNG = COLOR_BayerRG2BGR_VNG ,
  cv::COLOR_BayerGBRG2BGR_VNG = COLOR_BayerGR2BGR_VNG , cv::COLOR_BayerRGGB2RGB_VNG = COLOR_BayerBGGR2BGR_VNG , cv::COLOR_BayerGRBG2RGB_VNG = COLOR_BayerGBRG2BGR_VNG , cv::COLOR_BayerBGGR2RGB_VNG = COLOR_BayerRGGB2BGR_VNG ,
  cv::COLOR_BayerGBRG2RGB_VNG = COLOR_BayerGRBG2BGR_VNG , cv::COLOR_BayerBG2RGB_VNG = COLOR_BayerRG2BGR_VNG , cv::COLOR_BayerGB2RGB_VNG = COLOR_BayerGR2BGR_VNG , cv::COLOR_BayerRG2RGB_VNG = COLOR_BayerBG2BGR_VNG ,
  cv::COLOR_BayerGR2RGB_VNG = COLOR_BayerGB2BGR_VNG , cv::COLOR_BayerBG2BGR_EA = 135 , cv::COLOR_BayerGB2BGR_EA = 136 , cv::COLOR_BayerRG2BGR_EA = 137 ,
  cv::COLOR_BayerGR2BGR_EA = 138 , cv::COLOR_BayerRGGB2BGR_EA = COLOR_BayerBG2BGR_EA , cv::COLOR_BayerGRBG2BGR_EA = COLOR_BayerGB2BGR_EA , cv::COLOR_BayerBGGR2BGR_EA = COLOR_BayerRG2BGR_EA ,
  cv::COLOR_BayerGBRG2BGR_EA = COLOR_BayerGR2BGR_EA , cv::COLOR_BayerRGGB2RGB_EA = COLOR_BayerBGGR2BGR_EA , cv::COLOR_BayerGRBG2RGB_EA = COLOR_BayerGBRG2BGR_EA , cv::COLOR_BayerBGGR2RGB_EA = COLOR_BayerRGGB2BGR_EA ,
  cv::COLOR_BayerGBRG2RGB_EA = COLOR_BayerGRBG2BGR_EA , cv::COLOR_BayerBG2RGB_EA = COLOR_BayerRG2BGR_EA , cv::COLOR_BayerGB2RGB_EA = COLOR_BayerGR2BGR_EA , cv::COLOR_BayerRG2RGB_EA = COLOR_BayerBG2BGR_EA ,
  cv::COLOR_BayerGR2RGB_EA = COLOR_BayerGB2BGR_EA , cv::COLOR_BayerBG2BGRA = 139 , cv::COLOR_BayerGB2BGRA = 140 , cv::COLOR_BayerRG2BGRA = 141 ,
  cv::COLOR_BayerGR2BGRA = 142 , cv::COLOR_BayerRGGB2BGRA = COLOR_BayerBG2BGRA , cv::COLOR_BayerGRBG2BGRA = COLOR_BayerGB2BGRA , cv::COLOR_BayerBGGR2BGRA = COLOR_BayerRG2BGRA ,
  cv::COLOR_BayerGBRG2BGRA = COLOR_BayerGR2BGRA , cv::COLOR_BayerRGGB2RGBA = COLOR_BayerBGGR2BGRA , cv::COLOR_BayerGRBG2RGBA = COLOR_BayerGBRG2BGRA , cv::COLOR_BayerBGGR2RGBA = COLOR_BayerRGGB2BGRA ,
  cv::COLOR_BayerGBRG2RGBA = COLOR_BayerGRBG2BGRA , cv::COLOR_BayerBG2RGBA = COLOR_BayerRG2BGRA , cv::COLOR_BayerGB2RGBA = COLOR_BayerGR2BGRA , cv::COLOR_BayerRG2RGBA = COLOR_BayerBG2BGRA ,
  cv::COLOR_BayerGR2RGBA = COLOR_BayerGB2BGRA , cv::COLOR_RGB2YUV_UYVY = 143 , cv::COLOR_BGR2YUV_UYVY = 144 , cv::COLOR_RGB2YUV_Y422 = COLOR_RGB2YUV_UYVY ,
  cv::COLOR_BGR2YUV_Y422 = COLOR_BGR2YUV_UYVY , cv::COLOR_RGB2YUV_UYNV = COLOR_RGB2YUV_UYVY , cv::COLOR_BGR2YUV_UYNV = COLOR_BGR2YUV_UYVY , cv::COLOR_RGBA2YUV_UYVY = 145 ,
  cv::COLOR_BGRA2YUV_UYVY = 146 , cv::COLOR_RGBA2YUV_Y422 = COLOR_RGBA2YUV_UYVY , cv::COLOR_BGRA2YUV_Y422 = COLOR_BGRA2YUV_UYVY , cv::COLOR_RGBA2YUV_UYNV = COLOR_RGBA2YUV_UYVY ,
  cv::COLOR_BGRA2YUV_UYNV = COLOR_BGRA2YUV_UYVY , cv::COLOR_RGB2YUV_YUY2 = 147 , cv::COLOR_BGR2YUV_YUY2 = 148 , cv::COLOR_RGB2YUV_YVYU = 149 ,
  cv::COLOR_BGR2YUV_YVYU = 150 , cv::COLOR_RGB2YUV_YUYV = COLOR_RGB2YUV_YUY2 , cv::COLOR_BGR2YUV_YUYV = COLOR_BGR2YUV_YUY2 , cv::COLOR_RGB2YUV_YUNV = COLOR_RGB2YUV_YUY2 ,
  cv::COLOR_BGR2YUV_YUNV = COLOR_BGR2YUV_YUY2 , cv::COLOR_RGBA2YUV_YUY2 = 151 , cv::COLOR_BGRA2YUV_YUY2 = 152 , cv::COLOR_RGBA2YUV_YVYU = 153 ,
  cv::COLOR_BGRA2YUV_YVYU = 154 , cv::COLOR_RGBA2YUV_YUYV = COLOR_RGBA2YUV_YUY2 , cv::COLOR_BGRA2YUV_YUYV = COLOR_BGRA2YUV_YUY2 , cv::COLOR_RGBA2YUV_YUNV = COLOR_RGBA2YUV_YUY2 ,
  cv::COLOR_BGRA2YUV_YUNV = COLOR_BGRA2YUV_YUY2 , cv::COLOR_COLORCVT_MAX = 155
}
 

Functions

CV_EXPORTS_W void cv::cvtColor (InputArray src, OutputArray dst, int code, int dstCn=0)
 Converts an image from one color space to another. More...
 
CV_EXPORTS_W void cv::cvtColorTwoPlane (InputArray src1, InputArray src2, OutputArray dst, int code)
 Converts an image from one color space to another where the source image is stored in two planes. More...
 
CV_EXPORTS_W void cv::demosaicing (InputArray src, OutputArray dst, int code, int dstCn=0)
 main function for all demosaicing processes More...
 

Detailed Description

Enumeration Type Documentation

◆ ColorConversionCodes

the color conversion codes

See also
Color Space Conversions
Enumerator
COLOR_BGR2BGRA 

add alpha channel to RGB or BGR image

COLOR_RGB2RGBA 
COLOR_BGRA2BGR 

remove alpha channel from RGB or BGR image

COLOR_RGBA2RGB 
COLOR_BGR2RGBA 

convert between RGB and BGR color spaces (with or without alpha channel)

COLOR_RGB2BGRA 
COLOR_RGBA2BGR 
COLOR_BGRA2RGB 
COLOR_BGR2RGB 
COLOR_RGB2BGR 
COLOR_BGRA2RGBA 
COLOR_RGBA2BGRA 
COLOR_BGR2GRAY 

convert between RGB/BGR and grayscale, color conversions

COLOR_RGB2GRAY 
COLOR_GRAY2BGR 
COLOR_GRAY2RGB 
COLOR_GRAY2BGRA 
COLOR_GRAY2RGBA 
COLOR_BGRA2GRAY 
COLOR_RGBA2GRAY 
COLOR_BGR2BGR565 

convert between RGB/BGR and BGR565 (16-bit images)

COLOR_RGB2BGR565 
COLOR_BGR5652BGR 
COLOR_BGR5652RGB 
COLOR_BGRA2BGR565 
COLOR_RGBA2BGR565 
COLOR_BGR5652BGRA 
COLOR_BGR5652RGBA 
COLOR_GRAY2BGR565 

convert between grayscale to BGR565 (16-bit images)

COLOR_BGR5652GRAY 
COLOR_BGR2BGR555 

convert between RGB/BGR and BGR555 (16-bit images)

COLOR_RGB2BGR555 
COLOR_BGR5552BGR 
COLOR_BGR5552RGB 
COLOR_BGRA2BGR555 
COLOR_RGBA2BGR555 
COLOR_BGR5552BGRA 
COLOR_BGR5552RGBA 
COLOR_GRAY2BGR555 

convert between grayscale and BGR555 (16-bit images)

COLOR_BGR5552GRAY 
COLOR_BGR2XYZ 

convert RGB/BGR to CIE XYZ, color conversions

COLOR_RGB2XYZ 
COLOR_XYZ2BGR 
COLOR_XYZ2RGB 
COLOR_BGR2YCrCb 

convert RGB/BGR to luma-chroma (aka YCC), color conversions

COLOR_RGB2YCrCb 
COLOR_YCrCb2BGR 
COLOR_YCrCb2RGB 
COLOR_BGR2HSV 

convert RGB/BGR to HSV (hue saturation value) with H range 0..180 if 8 bit image, color conversions

COLOR_RGB2HSV 
COLOR_BGR2Lab 

convert RGB/BGR to CIE Lab, color conversions

COLOR_RGB2Lab 
COLOR_BGR2Luv 

convert RGB/BGR to CIE Luv, color conversions

COLOR_RGB2Luv 
COLOR_BGR2HLS 

convert RGB/BGR to HLS (hue lightness saturation) with H range 0..180 if 8 bit image, color conversions

COLOR_RGB2HLS 
COLOR_HSV2BGR 

backward conversions HSV to RGB/BGR with H range 0..180 if 8 bit image

COLOR_HSV2RGB 
COLOR_Lab2BGR 
COLOR_Lab2RGB 
COLOR_Luv2BGR 
COLOR_Luv2RGB 
COLOR_HLS2BGR 

backward conversions HLS to RGB/BGR with H range 0..180 if 8 bit image

COLOR_HLS2RGB 
COLOR_BGR2HSV_FULL 

convert RGB/BGR to HSV (hue saturation value) with H range 0..255 if 8 bit image, color conversions

COLOR_RGB2HSV_FULL 
COLOR_BGR2HLS_FULL 

convert RGB/BGR to HLS (hue lightness saturation) with H range 0..255 if 8 bit image, color conversions

COLOR_RGB2HLS_FULL 
COLOR_HSV2BGR_FULL 

backward conversions HSV to RGB/BGR with H range 0..255 if 8 bit image

COLOR_HSV2RGB_FULL 
COLOR_HLS2BGR_FULL 

backward conversions HLS to RGB/BGR with H range 0..255 if 8 bit image

COLOR_HLS2RGB_FULL 
COLOR_LBGR2Lab 
COLOR_LRGB2Lab 
COLOR_LBGR2Luv 
COLOR_LRGB2Luv 
COLOR_Lab2LBGR 
COLOR_Lab2LRGB 
COLOR_Luv2LBGR 
COLOR_Luv2LRGB 
COLOR_BGR2YUV 

convert between RGB/BGR and YUV

COLOR_RGB2YUV 
COLOR_YUV2BGR 
COLOR_YUV2RGB 
COLOR_YUV2RGB_NV12 

convert between 4:2:0-subsampled YUV NV12 and RGB, two planes (in one or separate arrays): Y and U/V interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_NV12 

convert between 4:2:0-subsampled YUV NV12 and BGR, two planes (in one or separate arrays): Y and U/V interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_NV21 

convert between 4:2:0-subsampled YUV NV21 and RGB, two planes (in one or separate arrays): Y and V/U interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_NV21 

convert between 4:2:0-subsampled YUV NV21 and BGR, two planes (in one or separate arrays): Y and V/U interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV420sp2RGB 

synonym to NV21

COLOR_YUV420sp2BGR 

synonym to NV21

COLOR_YUV2RGBA_NV12 

convert between 4:2:0-subsampled YUV NV12 and RGBA, two planes (in one or separate arrays): Y and U/V interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_NV12 

convert between 4:2:0-subsampled YUV NV12 and BGRA, two planes (in one or separate arrays): Y and U/V interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_NV21 

convert between 4:2:0-subsampled YUV NV21 and RGBA, two planes (in one or separate arrays): Y and V/U interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_NV21 

convert between 4:2:0-subsampled YUV NV21 and BGRA, two planes (in one or separate arrays): Y and V/U interleaved, see color_convert_rgb_yuv_42x

COLOR_YUV420sp2RGBA 

synonym to NV21

COLOR_YUV420sp2BGRA 

synonym to NV21

COLOR_YUV2RGB_YV12 

convert between 4:2:0-subsampled YUV YV12 and RGB, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_YV12 

convert between 4:2:0-subsampled YUV YV12 and BGR, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_IYUV 

convert between 4:2:0-subsampled YUV IYUV and RGB, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_IYUV 

convert between 4:2:0-subsampled YUV IYUV and BGR, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_I420 

synonym to IYUV

COLOR_YUV2BGR_I420 

synonym to IYUV

COLOR_YUV420p2RGB 

synonym to YV12

COLOR_YUV420p2BGR 

synonym to YV12

COLOR_YUV2RGBA_YV12 

convert between 4:2:0-subsampled YUV YV12 and RGBA, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_YV12 

convert between 4:2:0-subsampled YUV YV12 and BGRA, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_IYUV 

convert between 4:2:0-subsampled YUV YV12 and RGBA, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_IYUV 

convert between 4:2:0-subsampled YUV YV12 and BGRA, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_I420 

synonym to IYUV

COLOR_YUV2BGRA_I420 

synonym to IYUV

COLOR_YUV420p2RGBA 

synonym to YV12

COLOR_YUV420p2BGRA 

synonym to YV12

COLOR_YUV2GRAY_420 

extract Y channel from YUV 4:2:0 image

COLOR_YUV2GRAY_NV21 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV2GRAY_NV12 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV2GRAY_YV12 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV2GRAY_IYUV 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV2GRAY_I420 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV420sp2GRAY 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV420p2GRAY 

synonym to COLOR_YUV2GRAY_420

COLOR_YUV2RGB_UYVY 

convert between YUV UYVY and RGB, YUV is 4:2:2-subsampled and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_UYVY 

convert between YUV UYVY and BGR, YUV is 4:2:2-subsampled and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_Y422 

synonym to UYVY

COLOR_YUV2BGR_Y422 

synonym to UYVY

COLOR_YUV2RGB_UYNV 

synonym to UYVY

COLOR_YUV2BGR_UYNV 

synonym to UYVY

COLOR_YUV2RGBA_UYVY 

convert between YUV UYVY and RGBA, YUV is 4:2:2-subsampled and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_UYVY 

convert between YUV UYVY and BGRA, YUV is 4:2:2-subsampled and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_Y422 

synonym to UYVY

COLOR_YUV2BGRA_Y422 

synonym to UYVY

COLOR_YUV2RGBA_UYNV 

synonym to UYVY

COLOR_YUV2BGRA_UYNV 

synonym to UYVY

COLOR_YUV2RGB_YUY2 

convert between YUV YUY2 and RGB, YUV is 4:2:2-subsampled and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_YUY2 

convert between YUV YUY2 and BGR, YUV is 4:2:2-subsampled and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_YVYU 

convert between YUV YVYU and RGB, YUV is 4:2:2-subsampled and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_YUV2BGR_YVYU 

convert between YUV YVYU and BGR, YUV is 4:2:2-subsampled and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_YUV2RGB_YUYV 

synonym to YUY2

COLOR_YUV2BGR_YUYV 

synonym to YUY2

COLOR_YUV2RGB_YUNV 

synonym to YUY2

COLOR_YUV2BGR_YUNV 

synonym to YUY2

COLOR_YUV2RGBA_YUY2 

convert between YUV YUY2 and RGBA, YUV is 4:2:2-subsampled and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_YUY2 

convert between YUV YUY2 and BGRA, YUV is 4:2:2-subsampled and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_YVYU 

convert between YUV YVYU and RGBA, YUV is 4:2:2-subsampled and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_YUV2BGRA_YVYU 

convert between YUV YVYU and BGRA, YUV is 4:2:2-subsampled and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_YUV2RGBA_YUYV 

synonym to YUY2

COLOR_YUV2BGRA_YUYV 

synonym to YUY2

COLOR_YUV2RGBA_YUNV 

synonym to YUY2

COLOR_YUV2BGRA_YUNV 

synonym to YUY2

COLOR_YUV2GRAY_UYVY 

extract Y channel from YUV 4:2:2 image

COLOR_YUV2GRAY_YUY2 

extract Y channel from YUV 4:2:2 image

COLOR_YUV2GRAY_Y422 

synonym to COLOR_YUV2GRAY_UYVY

COLOR_YUV2GRAY_UYNV 

synonym to COLOR_YUV2GRAY_UYVY

COLOR_YUV2GRAY_YVYU 

synonym to COLOR_YUV2GRAY_YUY2

COLOR_YUV2GRAY_YUYV 

synonym to COLOR_YUV2GRAY_YUY2

COLOR_YUV2GRAY_YUNV 

synonym to COLOR_YUV2GRAY_YUY2

COLOR_RGBA2mRGBA 

alpha premultiplication

COLOR_mRGBA2RGBA 
COLOR_RGB2YUV_I420 

convert between RGB and 4:2:0-subsampled YUV I420, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_BGR2YUV_I420 

convert between BGR and 4:2:0-subsampled YUV I420, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_RGB2YUV_IYUV 

synonym to I420

COLOR_BGR2YUV_IYUV 

synonym to I420

COLOR_RGBA2YUV_I420 

convert between RGBA and 4:2:0-subsampled YUV I420, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_BGRA2YUV_I420 

convert between BGRA and 4:2:0-subsampled YUV I420, three planes in one array: Y, U and V, see color_convert_rgb_yuv_42x

COLOR_RGBA2YUV_IYUV 

synonym to I420

COLOR_BGRA2YUV_IYUV 

synonym to I420

COLOR_RGB2YUV_YV12 

convert between RGB and 4:2:0-subsampled YUV YV12, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_BGR2YUV_YV12 

convert between BGR and 4:2:0-subsampled YUV YV12, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_RGBA2YUV_YV12 

convert between RGBA and 4:2:0-subsampled YUV YV12, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_BGRA2YUV_YV12 

convert between BGRA and 4:2:0-subsampled YUV YV12, three planes in one array: Y, V and U, see color_convert_rgb_yuv_42x

COLOR_BayerBG2BGR 

Demosaicing, see color conversions for additional information.

equivalent to RGGB Bayer pattern

COLOR_BayerGB2BGR 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2BGR 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2BGR 

equivalent to GBRG Bayer pattern

COLOR_BayerRGGB2BGR 
COLOR_BayerGRBG2BGR 
COLOR_BayerBGGR2BGR 
COLOR_BayerGBRG2BGR 
COLOR_BayerRGGB2RGB 
COLOR_BayerGRBG2RGB 
COLOR_BayerBGGR2RGB 
COLOR_BayerGBRG2RGB 
COLOR_BayerBG2RGB 

equivalent to RGGB Bayer pattern

COLOR_BayerGB2RGB 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2RGB 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2RGB 

equivalent to GBRG Bayer pattern

COLOR_BayerBG2GRAY 

equivalent to RGGB Bayer pattern

COLOR_BayerGB2GRAY 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2GRAY 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2GRAY 

equivalent to GBRG Bayer pattern

COLOR_BayerRGGB2GRAY 
COLOR_BayerGRBG2GRAY 
COLOR_BayerBGGR2GRAY 
COLOR_BayerGBRG2GRAY 
COLOR_BayerBG2BGR_VNG 

Demosaicing using Variable Number of Gradients.

equivalent to RGGB Bayer pattern

COLOR_BayerGB2BGR_VNG 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2BGR_VNG 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2BGR_VNG 

equivalent to GBRG Bayer pattern

COLOR_BayerRGGB2BGR_VNG 
COLOR_BayerGRBG2BGR_VNG 
COLOR_BayerBGGR2BGR_VNG 
COLOR_BayerGBRG2BGR_VNG 
COLOR_BayerRGGB2RGB_VNG 
COLOR_BayerGRBG2RGB_VNG 
COLOR_BayerBGGR2RGB_VNG 
COLOR_BayerGBRG2RGB_VNG 
COLOR_BayerBG2RGB_VNG 

equivalent to RGGB Bayer pattern

COLOR_BayerGB2RGB_VNG 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2RGB_VNG 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2RGB_VNG 

equivalent to GBRG Bayer pattern

COLOR_BayerBG2BGR_EA 

Edge-Aware Demosaicing.

equivalent to RGGB Bayer pattern

COLOR_BayerGB2BGR_EA 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2BGR_EA 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2BGR_EA 

equivalent to GBRG Bayer pattern

COLOR_BayerRGGB2BGR_EA 
COLOR_BayerGRBG2BGR_EA 
COLOR_BayerBGGR2BGR_EA 
COLOR_BayerGBRG2BGR_EA 
COLOR_BayerRGGB2RGB_EA 
COLOR_BayerGRBG2RGB_EA 
COLOR_BayerBGGR2RGB_EA 
COLOR_BayerGBRG2RGB_EA 
COLOR_BayerBG2RGB_EA 

equivalent to RGGB Bayer pattern

COLOR_BayerGB2RGB_EA 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2RGB_EA 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2RGB_EA 

equivalent to GBRG Bayer pattern

COLOR_BayerBG2BGRA 

Demosaicing with alpha channel.

equivalent to RGGB Bayer pattern

COLOR_BayerGB2BGRA 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2BGRA 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2BGRA 

equivalent to GBRG Bayer pattern

COLOR_BayerRGGB2BGRA 
COLOR_BayerGRBG2BGRA 
COLOR_BayerBGGR2BGRA 
COLOR_BayerGBRG2BGRA 
COLOR_BayerRGGB2RGBA 
COLOR_BayerGRBG2RGBA 
COLOR_BayerBGGR2RGBA 
COLOR_BayerGBRG2RGBA 
COLOR_BayerBG2RGBA 

equivalent to RGGB Bayer pattern

COLOR_BayerGB2RGBA 

equivalent to GRBG Bayer pattern

COLOR_BayerRG2RGBA 

equivalent to BGGR Bayer pattern

COLOR_BayerGR2RGBA 

equivalent to GBRG Bayer pattern

COLOR_RGB2YUV_UYVY 

convert between RGB and YUV UYVU, YUV is 4:2:2 and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_BGR2YUV_UYVY 

convert between BGR and YUV UYVU, YUV is 4:2:2 and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_RGB2YUV_Y422 

synonym to UYVY

COLOR_BGR2YUV_Y422 

synonym to UYVY

COLOR_RGB2YUV_UYNV 

synonym to UYVY

COLOR_BGR2YUV_UYNV 

synonym to UYVY

COLOR_RGBA2YUV_UYVY 

convert between RGBA and YUV UYVU, YUV is 4:2:2 and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_BGRA2YUV_UYVY 

convert between BGRA and YUV UYVU, YUV is 4:2:2 and interleaved as U/Y1/V/Y2, see color_convert_rgb_yuv_42x

COLOR_RGBA2YUV_Y422 

synonym to UYVY

COLOR_BGRA2YUV_Y422 

synonym to UYVY

COLOR_RGBA2YUV_UYNV 

synonym to UYVY

COLOR_BGRA2YUV_UYNV 

synonym to UYVY

COLOR_RGB2YUV_YUY2 

convert between RGB and YUV YUY2, YUV is 4:2:2 and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_BGR2YUV_YUY2 

convert between BGR and YUV YUY2, YUV is 4:2:2 and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_RGB2YUV_YVYU 

convert between RGB and YUV YVYU, YUV is 4:2:2 and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_BGR2YUV_YVYU 

convert between BGR and YUV YVYU, YUV is 4:2:2 and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_RGB2YUV_YUYV 

synonym to YUY2

COLOR_BGR2YUV_YUYV 

synonym to YUY2

COLOR_RGB2YUV_YUNV 

synonym to YUY2

COLOR_BGR2YUV_YUNV 

synonym to YUY2

COLOR_RGBA2YUV_YUY2 

convert between RGBA and YUV YUY2, YUV is 4:2:2 and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_BGRA2YUV_YUY2 

convert between BGRA and YUV YUY2, YUV is 4:2:2 and interleaved as Y1/U/Y2/V, see color_convert_rgb_yuv_42x

COLOR_RGBA2YUV_YVYU 

convert between RGBA and YUV YVYU, YUV is 4:2:2 and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_BGRA2YUV_YVYU 

convert between BGRA and YUV YVYU, YUV is 4:2:2 and interleaved as Y1/V/Y2/U, see color_convert_rgb_yuv_42x

COLOR_RGBA2YUV_YUYV 

synonym to YUY2

COLOR_BGRA2YUV_YUYV 

synonym to YUY2

COLOR_RGBA2YUV_YUNV 

synonym to YUY2

COLOR_BGRA2YUV_YUNV 

synonym to YUY2

COLOR_COLORCVT_MAX 

Function Documentation

◆ cvtColor()

CV_EXPORTS_W void cv::cvtColor ( InputArray  src,
OutputArray  dst,
int  code,
int  dstCn = 0 
)

Converts an image from one color space to another.

The function converts an input image from one color space to another. In case of a transformation to-from RGB color space, the order of the channels should be specified explicitly (RGB or BGR). Note that the default color format in OpenCV is often referred to as RGB but it is actually BGR (the bytes are reversed). So the first byte in a standard (24-bit) color image will be an 8-bit Blue component, the second byte will be Green, and the third byte will be Red. The fourth, fifth, and sixth bytes would then be the second pixel (Blue, then Green, then Red), and so on.

The conventional ranges for R, G, and B channel values are:

  • 0 to 255 for CV_8U images
  • 0 to 65535 for CV_16U images
  • 0 to 1 for CV_32F images

In case of linear transformations, the range does not matter. But in case of a non-linear transformation, an input RGB image should be normalized to the proper value range to get the correct results, for example, for RGB $\rightarrow$ L*u*v* transformation. For example, if you have a 32-bit floating-point image directly converted from an 8-bit image without any scaling, then it will have the 0..255 value range instead of 0..1 assumed by the function. So, before calling cvtColor , you need first to scale the image down:

img *= 1./255;
CV_EXPORTS_W void cvtColor(InputArray src, OutputArray dst, int code, int dstCn=0)
Converts an image from one color space to another.
@ COLOR_BGR2Luv
convert RGB/BGR to CIE Luv, color conversions
Definition: imgproc.hpp:604

If you use cvtColor with 8-bit images, the conversion will have some information lost. For many applications, this will not be noticeable but it is recommended to use 32-bit images in applications that need the full range of colors or that convert an image before an operation and then convert back.

If conversion adds the alpha channel, its value will set to the maximum of corresponding channel range: 255 for CV_8U, 65535 for CV_16U, 1 for CV_32F.

Parameters
srcinput image: 8-bit unsigned, 16-bit unsigned ( CV_16UC... ), or single-precision floating-point.
dstoutput image of the same size and depth as src.
codecolor space conversion code (see ColorConversionCodes).
dstCnnumber of channels in the destination image; if the parameter is 0, the number of the channels is derived automatically from src and code.
See also
Color Space Conversions

◆ cvtColorTwoPlane()

CV_EXPORTS_W void cv::cvtColorTwoPlane ( InputArray  src1,
InputArray  src2,
OutputArray  dst,
int  code 
)

Converts an image from one color space to another where the source image is stored in two planes.

This function only supports YUV420 to RGB conversion as of now.

Parameters
src18-bit image (CV_8U) of the Y plane.
src2image containing interleaved U/V plane.
dstoutput image.
codeSpecifies the type of conversion. It can take any of the following values:

◆ demosaicing()

CV_EXPORTS_W void cv::demosaicing ( InputArray  src,
OutputArray  dst,
int  code,
int  dstCn = 0 
)

main function for all demosaicing processes

Parameters
srcinput image: 8-bit unsigned or 16-bit unsigned.
dstoutput image of the same size and depth as src.
codeColor space conversion code (see the description below).
dstCnnumber of channels in the destination image; if the parameter is 0, the number of the channels is derived automatically from src and code.

The function can do the following transformations:

See also
cvtColor