ETcVnColorSpaceTransform

Offers color space transformations.

Syntax

Definition:

enum ETcVnColorSpaceTransform : LONG
{
    CST_BGR_TO_BGRA                   = 0,
    CST_RGB_TO_RGBA                   = 0,
    CST_BGRA_TO_BGR                   = 1,
    CST_RGBA_TO_RGB                   = 1,
    CST_BGR_TO_RGBA                   = 2,
    CST_RGB_TO_BGRA                   = 2,
    CST_BGRA_TO_RGB                   = 3,
    CST_RGBA_TO_BGR                   = 3,
    CST_BGR_TO_RGB                    = 4,
    CST_RGB_TO_BGR                    = 4,
    CST_BGRA_TO_RGBA                  = 5,
    CST_RGBA_TO_BGRA                  = 5,
    CST_BGR_TO_GRAY                   = 6,
    CST_RGB_TO_GRAY                   = 7,
    CST_GRAY_TO_BGR                   = 8,
    CST_GRAY_TO_RGB                   = 8,
    CST_GRAY_TO_BGRA                  = 9,
    CST_GRAY_TO_RGBA                  = 9,
    CST_BGRA_TO_GRAY                  = 10,
    CST_RGBA_TO_GRAY                  = 11,
    CST_RGB_TO_BGR_565                = 12,
    CST_BGR_TO_BGR_565                = 13,
    CST_BGR_565_TO_RGB                = 14,
    CST_BGR_565_TO_BGR                = 15,
    CST_RGBA_TO_BGR_565               = 16,
    CST_BGRA_TO_BGR_565               = 17,
    CST_BGR_565_TO_RGBA               = 18,
    CST_BGR_565_TO_BGRA               = 19,
    CST_GRAY_TO_BGR_565               = 20,
    CST_BGR_565_TO_GRAY               = 21,
    CST_RGB_TO_BGR_555                = 22,
    CST_BGR_TO_BGR_555                = 23,
    CST_BGR_555_TO_RGB                = 24,
    CST_BGR_555_TO_BGR                = 25,
    CST_RGBA_TO_BGR_555               = 26,
    CST_BGRA_TO_BGR_555               = 27,
    CST_BGR_555_TO_RGBA               = 28,
    CST_BGR_555_TO_BGRA               = 29,
    CST_GRAY_TO_BGR_555               = 30,
    CST_BGR_555_TO_GRAY               = 31,
    CST_BGR_TO_XYZ                    = 32,
    CST_RGB_TO_XYZ                    = 33,
    CST_XYZ_TO_BGR                    = 34,
    CST_XYZ_TO_RGB                    = 35,
    CST_BGR_TO_YCRCB                  = 36,
    CST_RGB_TO_YCRCB                  = 37,
    CST_YCRCB_TO_BGR                  = 38,
    CST_YCRCB_TO_RGB                  = 39,
    CST_BGR_TO_HSV                    = 40,
    CST_RGB_TO_HSV                    = 41,
    CST_BGR_TO_LAB                    = 44,
    CST_RGB_TO_LAB                    = 45,
    CST_BAYER_RG_TO_BGR               = 46,
    CST_BAYER_BG_TO_RGB               = 46,
    CST_BAYER_GR_TO_BGR               = 47,
    CST_BAYER_GB_TO_RGB               = 47,
    CST_BAYER_BG_TO_BGR               = 48,
    CST_BAYER_RG_TO_RGB               = 48,
    CST_BAYER_GB_TO_BGR               = 49,
    CST_BAYER_GR_TO_RGB               = 49,
    CST_BGR_TO_LUV                    = 50,
    CST_RGB_TO_LUV                    = 51,
    CST_BGR_TO_HLS                    = 52,
    CST_RGB_TO_HLS                    = 53,
    CST_HSV_TO_BGR                    = 54,
    CST_HSV_TO_RGB                    = 55,
    CST_LAB_TO_BGR                    = 56,
    CST_LAB_TO_RGB                    = 57,
    CST_LUV_TO_BGR                    = 58,
    CST_LUV_TO_RGB                    = 59,
    CST_HLS_TO_BGR                    = 60,
    CST_HLS_TO_RGB                    = 61,
    CST_BAYER_RG_TO_BGR_VNG           = 62,
    CST_BAYER_GR_TO_BGR_VNG           = 63,
    CST_BAYER_BG_TO_BGR_VNG           = 64,
    CST_BAYER_GB_TO_BGR_VNG           = 65,
    CST_BAYER_RG_TO_RGB_VNG           = 64,
    CST_BAYER_GR_TO_RGB_VNG           = 65,
    CST_BAYER_BG_TO_RGB_VNG           = 62,
    CST_BAYER_GB_TO_RGB_VNG           = 63,
    CST_BGR_TO_HSV_FULL               = 66,
    CST_RGB_TO_HSV_FULL               = 67,
    CST_BGR_TO_HLS_FULL               = 68,
    CST_RGB_TO_HLS_FULL               = 69,
    CST_HSV_TO_BGR_FULL               = 70,
    CST_HSV_TO_RGB_FULL               = 71,
    CST_HLS_TO_BGR_FULL               = 72,
    CST_HLS_TO_RGB_FULL               = 73,
    CST_LBGR_TO_LAB                   = 74,
    CST_LRGB_TO_LAB                   = 75,
    CST_LBGR_TO_LUV                   = 76,
    CST_LRGB_TO_LUV                   = 77,
    CST_LAB_TO_LBGR                   = 78,
    CST_LAB_TO_LRGB                   = 79,
    CST_LUV_TO_LBGR                   = 80,
    CST_LUV_TO_LRGB                   = 81,
    CST_BGR_TO_YUV                    = 82,
    CST_RGB_TO_YUV                    = 83,
    CST_YUV_TO_BGR                    = 84,
    CST_YUV_TO_RGB                    = 85,
    CST_BAYER_RG_TO_GRAY              = 86,
    CST_BAYER_GR_TO_GRAY              = 87,
    CST_BAYER_BG_TO_GRAY              = 88,
    CST_BAYER_GB_TO_GRAY              = 89,
    CST_YUV_420_NV12_TO_RGB           = 90,
    CST_YUV_420_NV12_TO_BGR           = 91,
    CST_YUV_420_NV21_TO_RGB           = 92,
    CST_YUV_420_NV21_TO_BGR           = 93,
    CST_YUV_420_SP_TO_RGB             = 92,
    CST_YUV_420_SP_TO_BGR             = 93,
    CST_YUV_420_NV12_TO_RGBA          = 94,
    CST_YUV_420_NV12_TO_BGRA          = 95,
    CST_YUV_420_NV21_TO_RGBA          = 96,
    CST_YUV_420_NV21_TO_BGRA          = 97,
    CST_YUV_420_SP_TO_RGBA            = 96,
    CST_YUV_420_SP_TO_BGRA            = 97,
    CST_YUV_420_YV12_TO_RGB           = 98,
    CST_YUV_420_YV12_TO_BGR           = 99,
    CST_YUV_420_IYUV_TO_RGB           = 100,
    CST_YUV_420_IYUV_TO_BGR           = 101,
    CST_YUV_420_I420_TO_RGB           = 100,
    CST_YUV_420_I420_TO_BGR           = 101,
    CST_YUV_420_P_TO_RGB              = 98,
    CST_YUV_420_P_TO_BGR              = 99,
    CST_YUV_420_YV12_TO_RGBA          = 102,
    CST_YUV_420_YV12_TO_BGRA          = 103,
    CST_YUV_420_IYUV_TO_RGBA          = 104,
    CST_YUV_420_IYUV_TO_BGRA          = 105,
    CST_YUV_420_I420_TO_RGBA          = 104,
    CST_YUV_420_I420_TO_BGRA          = 105,
    CST_YUV_420_P_TO_RGBA             = 102,
    CST_YUV_420_P_TO_BGRA             = 103,
    CST_YUV_420_TO_GRAY               = 106,
    CST_YUV_420_NV21_TO_GRAY          = 106,
    CST_YUV_420_NV12_TO_GRAY          = 106,
    CST_YUV_420_YV12_TO_GRAY          = 106,
    CST_YUV_420_IYUV_TO_GRAY          = 106,
    CST_YUV_420_I420_TO_GRAY          = 106,
    CST_YUV_420_SP_TO_GRAY            = 106,
    CST_YUV_420_P_TO_GRAY             = 106,
    CST_YUV_422_UYVY_TO_RGB           = 107,
    CST_YUV_422_UYVY_TO_BGR           = 108,
    CST_YUV_422_Y422_TO_RGB           = 107,
    CST_YUV_422_Y422_TO_BGR           = 108,
    CST_YUV_422_UYNV_TO_RGB           = 107,
    CST_YUV_422_UYNV_TO_BGR           = 108,
    CST_YUV_422_UYVY_TO_RGBA          = 111,
    CST_YUV_422_UYVY_TO_BGRA          = 112,
    CST_YUV_422_Y422_TO_RGBA          = 111,
    CST_YUV_422_Y422_TO_BGRA          = 112,
    CST_YUV_422_UYNV_TO_RGBA          = 111,
    CST_YUV_422_UYNV_TO_BGRA          = 112,
    CST_YUV_422_YUY2_TO_RGB           = 115,
    CST_YUV_422_YUY2_TO_BGR           = 116,
    CST_YUV_422_YVYU_TO_RGB           = 117,
    CST_YUV_422_YVYU_TO_BGR           = 118,
    CST_YUV_422_YUYV_TO_RGB           = 115,
    CST_YUV_422_YUYV_TO_BGR           = 116,
    CST_YUV_422_YUNV_TO_RGB           = 115,
    CST_YUV_422_YUNV_TO_BGR           = 116,
    CST_YUV_422_YUY2_TO_RGBA          = 119,
    CST_YUV_422_YUY2_TO_BGRA          = 120,
    CST_YUV_422_YVYU_TO_RGBA          = 121,
    CST_YUV_422_YVYU_TO_BGRA          = 122,
    CST_YUV_422_YUYV_TO_RGBA          = 119,
    CST_YUV_422_YUYV_TO_BGRA          = 120,
    CST_YUV_422_YUNV_TO_RGBA          = 119,
    CST_YUV_422_YUNV_TO_BGRA          = 120,
    CST_YUV_422_UYVY_TO_GRAY          = 123,
    CST_YUV_422_YUY2_TO_GRAY          = 124,
    CST_YUV_422_Y422_TO_GRAY          = 123,
    CST_YUV_422_UYNV_TO_GRAY          = 123,
    CST_YUV_422_YVYU_TO_GRAY          = 124,
    CST_YUV_422_YUYV_TO_GRAY          = 124,
    CST_YUV_422_YUNV_TO_GRAY          = 124,
    CST_RGBA_TO_PREMULTIPLICATED_RGBA = 125,
    CST_PREMULTIPLICATED_RGBA_TO_RGBA = 126,
    CST_RGB_TO_YUV_420_I420           = 127,
    CST_BGR_TO_YUV_420_I420           = 128,
    CST_RGB_TO_YUV_420_IYUV           = 127,
    CST_BGR_TO_YUV_420_IYUV           = 128,
    CST_RGBA_TO_YUV_420_I420          = 129,
    CST_BGRA_TO_YUV_420_I420          = 130,
    CST_RGBA_TO_YUV_420_IYUV          = 129,
    CST_BGRA_TO_YUV_420_IYUV          = 130,
    CST_RGB_TO_YUV_420_YV12           = 131,
    CST_BGR_TO_YUV_420_YV12           = 132,
    CST_RGBA_TO_YUV_420_YV12          = 133,
    CST_BGRA_TO_YUV_420_YV12          = 134,
    CST_BAYER_RG_TO_BGR_EA            = 135,
    CST_BAYER_GR_TO_BGR_EA            = 136,
    CST_BAYER_BG_TO_BGR_EA            = 137,
    CST_BAYER_GB_TO_BGR_EA            = 138,
    CST_BAYER_RG_TO_RGB_EA            = 137,
    CST_BAYER_GR_TO_RGB_EA            = 138,
    CST_BAYER_BG_TO_RGB_EA            = 135,
    CST_BAYER_GB_TO_RGB_EA            = 136,
    CST_BAYER_RG_TO_BGRA              = 139,
    CST_BAYER_GR_TO_BGRA              = 140,
    CST_BAYER_BG_TO_BGRA              = 141,
    CST_BAYER_GB_TO_BGRA              = 142,
    CST_BAYER_RG_TO_RGBA              = 141,
    CST_BAYER_GR_TO_RGBA              = 142,
    CST_BAYER_BG_TO_RGBA              = 139,
    CST_BAYER_GB_TO_RGBA              = 140,
    CST_MAX                           = 143
};

Values

Name

Description

CST_BGR_TO_BGRA

Transform the color space from BGR to BGRA.

CST_RGB_TO_RGBA

Transform the color space from RGB to RGBA.

CST_BGRA_TO_BGR

Transform the color space from BGRA to BGR.

CST_RGBA_TO_RGB

Transform the color space from RGBA to RGB.

CST_BGR_TO_RGBA

Transform the color space from BGR to RGBA.

CST_RGB_TO_BGRA

Transform the color space from RGB to BGRA.

CST_BGRA_TO_RGB

Transform the color space from BGRA to RGB.

CST_RGBA_TO_BGR

Transform the color space from RGBA to BGR.

CST_BGR_TO_RGB

Transform the color space from BGR to RGB.

CST_RGB_TO_BGR

Transform the color space from RGB to BGR.

CST_BGRA_TO_RGBA

Transform the color space from BGRA to RGBA.

CST_RGBA_TO_BGRA

Transform the color space from RGBA to BGRA.

CST_BGR_TO_GRAY

Transform the color space from BGR to Gray.

CST_RGB_TO_GRAY

Transform the color space from RGB to Gray.

CST_GRAY_TO_BGR

Transform the color space from Gray to BGR.

CST_GRAY_TO_RGB

Transform the color space from Gray to RGB.

CST_GRAY_TO_BGRA

Transform the color space from Gray to BGRA.

CST_GRAY_TO_RGBA

Transform the color space from Gray to RGBA.

CST_BGRA_TO_GRAY

Transform the color space from BGRA to Gray.

CST_RGBA_TO_GRAY

Transform the color space from RGBA to Gray.

CST_RGB_TO_BGR_565

Transform the color space from RGB(24 bit 888) to BGR(16 bit 565).

CST_BGR_TO_BGR_565

Transform the color space from BGR(24 bit 888) to BGR(16 bit 565).

CST_BGR_565_TO_RGB

Transform the color space from BGR(16 bit 565) to RGB(24 bit 888).

CST_BGR_565_TO_BGR

Transform the color space from BGR(16 bit 565) to BGR(24 bit 888).

CST_RGBA_TO_BGR_565

Transform the color space from RGBA(32 bit 8888) to BGR(16 bit 565).

CST_BGRA_TO_BGR_565

Transform the color space from BGRA(32 bit 8888) to BGR(16 bit 565).

CST_BGR_565_TO_RGBA

Transform the color space from BGR(16 bit 565) to RGBA(32 bit 8888).

CST_BGR_565_TO_BGRA

Transform the color space from BGR(16 bit 565) to BGRA(32 bit 8888).

CST_GRAY_TO_BGR_565

Transform the color space from Gray to BGR(16 bit 565).

CST_BGR_565_TO_GRAY

Transform the color space from BGR(16 bit 565) to Gray.

CST_RGB_TO_BGR_555

Transform the color space from RGB(24 bit 888) to BGR(16 bit 555).

CST_BGR_TO_BGR_555

Transform the color space from BGR(24 bit 888) to BGR(16 bit 555).

CST_BGR_555_TO_RGB

Transform the color space from BGR(16 bit 555) to RGB(24 bit 888).

CST_BGR_555_TO_BGR

Transform the color space from BGR(16 bit 555) to BGR(24 bit 888).

CST_RGBA_TO_BGR_555

Transform the color space from RGBA(32 bit 8888) to BGR(16 bit 555).

CST_BGRA_TO_BGR_555

Transform the color space from BGRA(32 bit 8888) to BGR(16 bit 555).

CST_BGR_555_TO_RGBA

Transform the color space from BGR(16 bit 555) to RGBA(32 bit 8888).

CST_BGR_555_TO_BGRA

Transform the color space from BGR(16 bit 555) to BGRA(32 bit 8888).

CST_GRAY_TO_BGR_555

Transform the color space from Gray to BGR(16 bit 555).

CST_BGR_555_TO_GRAY

Transform the color space from BGR(16 bit 555) to Gray.

CST_BGR_TO_XYZ

Transform the color space from BGR to CIE XYZ (scaled to the full value range of the image).

CST_RGB_TO_XYZ

Transform the color space from RGB to CIE XYZ (scaled to the full value range of the image).

CST_XYZ_TO_BGR

Transform the color space from CIE XYZ (scaled to the full value range of the image) to BGR.

CST_XYZ_TO_RGB

Transform the color space from CIE XYZ (scaled to the full value range of the image) to RGB.

CST_BGR_TO_YCRCB

Transform the color space from BGR to YCrCb (scaled to the full value range of the image).

CST_RGB_TO_YCRCB

Transform the color space from RGB to YCrCb (scaled to the full value range of the image).

CST_YCRCB_TO_BGR

Transform the color space from YCrCb (scaled to the full value range of the image) to BGR.

CST_YCRCB_TO_RGB

Transform the color space from YCrCb (scaled to the full value range of the image) to RGB.

CST_BGR_TO_HSV

Transform the color space from BGR to HSV (for images of type USINT, H is scaled to a range from 0 to 180 and S,V from 0 to 255).

CST_RGB_TO_HSV

Transform the color space from RGB to HSV (for images of type USINT, H is scaled to a range from 0 to 180 and S,V from 0 to 255).

CST_BGR_TO_LAB

Transform the color space from BGR to CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_RGB_TO_LAB

Transform the color space from RGB to CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_BAYER_RG_TO_BGR

Transform the color space from BayerRG to BGR.

CST_BAYER_BG_TO_RGB

Transform the color space from BayerBG to RGB.

CST_BAYER_GR_TO_BGR

Transform the color space from BayerGR to BGR.

CST_BAYER_GB_TO_RGB

Transform the color space from BayerGB to RGB.

CST_BAYER_BG_TO_BGR

Transform the color space from BayerBG to BGR.

CST_BAYER_RG_TO_RGB

Transform the color space from BayerRG to RGB.

CST_BAYER_GB_TO_BGR

Transform the color space from BayerGB to BGR.

CST_BAYER_GR_TO_RGB

Transform the color space from BayerGR to RGB.

CST_BGR_TO_LUV

Transform the color space from BGR to CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_RGB_TO_LUV

Transform the color space from RGB to CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_BGR_TO_HLS

Transform the color space from BGR to HLS (for images of type USINT, H is scaled to a range from 0 to 180 and L,S from 0 to 255).

CST_RGB_TO_HLS

Transform the color space from RGB to HLS (for images of type USINT, H is scaled to a range from 0 to 180 and L,S from 0 to 255).

CST_HSV_TO_BGR

Transform the color space from HSV (for images of type USINT, H is scaled to a range from 0 to 180 and S,V from 0 to 255) to BGR.

CST_HSV_TO_RGB

Transform the color space from HSV (for images of type USINT, H is scaled to a range from 0 to 180 and S,V from 0 to 255) to RGB.

CST_LAB_TO_BGR

Transform the color space from CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255) to BGR.

CST_LAB_TO_RGB

Transform the color space from CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255) to RGB.

CST_LUV_TO_BGR

Transform the color space from CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255) to BGR.

CST_LUV_TO_RGB

Transform the color space from CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255) to RGB.

CST_HLS_TO_BGR

Transform the color space from HLS (for images of type USINT, H is scaled to a range from 0 to 180 and L,S from 0 to 255) to BGR.

CST_HLS_TO_RGB

Transform the color space from HLS (for images of type USINT, H is scaled to a range from 0 to 180 and L,S from 0 to 255) to RGB.

CST_BAYER_RG_TO_BGR_VNG

Transform the color space from BayerRG to BGR, using Variable Number of Gradients.

CST_BAYER_GR_TO_BGR_VNG

Transform the color space from BayerGR to BGR, using Variable Number of Gradients.

CST_BAYER_BG_TO_BGR_VNG

Transform the color space from BayerBG to BGR, using Variable Number of Gradients.

CST_BAYER_GB_TO_BGR_VNG

Transform the color space from BayerGB to BGR, using Variable Number of Gradients.

CST_BAYER_RG_TO_RGB_VNG

Transform the color space from BayerRG to RGB, using Variable Number of Gradients.

CST_BAYER_GR_TO_RGB_VNG

Transform the color space from BayerGR to RGB, using Variable Number of Gradients.

CST_BAYER_BG_TO_RGB_VNG

Transform the color space from BayerBG to RGB, using Variable Number of Gradients.

CST_BAYER_GB_TO_RGB_VNG

Transform the color space from BayerGB to RGB, using Variable Number of Gradients.

CST_BGR_TO_HSV_FULL

Transform the color space from BGR to HSV (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_RGB_TO_HSV_FULL

Transform the color space from RGB to HSV (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_BGR_TO_HLS_FULL

Transform the color space from BGR to HLS (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_RGB_TO_HLS_FULL

Transform the color space from RGB to HLS (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_HSV_TO_BGR_FULL

Transform the color space from HSV (for images of type USINT, all channels are scaled to a range from 0 to 255) to BGR.

CST_HSV_TO_RGB_FULL

Transform the color space from HSV (for images of type USINT, all channels are scaled to a range from 0 to 255) to RGB.

CST_HLS_TO_BGR_FULL

Transform the color space from HLS (for images of type USINT, all channels are scaled to a range from 0 to 255) to BGR.

CST_HLS_TO_RGB_FULL

Transform the color space from HLS (for images of type USINT, all channels are scaled to a range from 0 to 255) to RGB.

CST_LBGR_TO_LAB

Transform the color space from LBGR to CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_LRGB_TO_LAB

Transform the color space from LRGB to CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_LBGR_TO_LUV

Transform the color space from LBGR to CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_LRGB_TO_LUV

Transform the color space from LRGB to CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255).

CST_LAB_TO_LBGR

Transform the color space from CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255) to LBGR.

CST_LAB_TO_LRGB

Transform the color space from CIE L*a*b* (for images of type USINT, all channels are scaled to a range from 0 to 255) to LRGB.

CST_LUV_TO_LBGR

Transform the color space from CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255) to LBGR.

CST_LUV_TO_LRGB

Transform the color space from CIE L*u*v* (for images of type USINT, all channels are scaled to a range from 0 to 255) to LRGB.

CST_BGR_TO_YUV

Transform the color space from BGR to YUV (scaled to the full value range of the image).

CST_RGB_TO_YUV

Transform the color space from RGB to YUV (scaled to the full value range of the image).

CST_YUV_TO_BGR

Transform the color space from YUV (scaled to the full value range of the image) to BGR.

CST_YUV_TO_RGB

Transform the color space from YUV (scaled to the full value range of the image) to RGB.

CST_BAYER_RG_TO_GRAY

Transform the color space from BayerRG to Gray.

CST_BAYER_GR_TO_GRAY

Transform the color space from BayerGR to Gray.

CST_BAYER_BG_TO_GRAY

Transform the color space from BayerBG to Gray.

CST_BAYER_GB_TO_GRAY

Transform the color space from BayerGB to Gray.

CST_YUV_420_NV12_TO_RGB

Transform the color space from YUV420 NV12 to RGB.

CST_YUV_420_NV12_TO_BGR

Transform the color space from YUV420 NV12 to BGR.

CST_YUV_420_NV21_TO_RGB

Transform the color space from YUV420 NV21 (SP) to RGB.

CST_YUV_420_NV21_TO_BGR

Transform the color space from YUV420 NV21 (SP) to BGR.

CST_YUV_420_SP_TO_RGB

Transform the color space from YUV420 NV21 (SP) to RGB.

CST_YUV_420_SP_TO_BGR

Transform the color space from YUV420 NV21 (SP) to BGR.

CST_YUV_420_NV12_TO_RGBA

Transform the color space from YUV420 NV12 to RGBA.

CST_YUV_420_NV12_TO_BGRA

Transform the color space from YUV420 NV12 to BGRA.

CST_YUV_420_NV21_TO_RGBA

Transform the color space from YUV420 NV21 (SP) to RGBA.

CST_YUV_420_NV21_TO_BGRA

Transform the color space from YUV420 NV21 (SP) to BGRA.

CST_YUV_420_SP_TO_RGBA

Transform the color space from YUV420 NV21 (SP) to RGBA.

CST_YUV_420_SP_TO_BGRA

Transform the color space from YUV420 NV21 (SP) to BGRA.

CST_YUV_420_YV12_TO_RGB

Transform the color space from YUV420 YV12 (P) to RGB.

CST_YUV_420_YV12_TO_BGR

Transform the color space from YUV420 YV12 (P) to BGR.

CST_YUV_420_IYUV_TO_RGB

Transform the color space from YUV420 IYUV (I420) to RGB.

CST_YUV_420_IYUV_TO_BGR

Transform the color space from YUV420 IYUV (I420) to BGR.

CST_YUV_420_I420_TO_RGB

Transform the color space from YUV420 IYUV (I420) to RGB.

CST_YUV_420_I420_TO_BGR

Transform the color space from YUV420 IYUV (I420) to BGR.

CST_YUV_420_P_TO_RGB

Transform the color space from YUV420 YV12 (P) to RGB.

CST_YUV_420_P_TO_BGR

Transform the color space from YUV420 YV12 (P) to BGR.

CST_YUV_420_YV12_TO_RGBA

Transform the color space from YUV420 YV12 (P) to RGBA.

CST_YUV_420_YV12_TO_BGRA

Transform the color space from YUV420 YV12 (P) to BGRA.

CST_YUV_420_IYUV_TO_RGBA

Transform the color space from YUV420 IYUV (I420) to RGBA.

CST_YUV_420_IYUV_TO_BGRA

Transform the color space from YUV420 IYUV (I420) to BGRA.

CST_YUV_420_I420_TO_RGBA

Transform the color space from YUV420 IYUV (I420) to RGBA.

CST_YUV_420_I420_TO_BGRA

Transform the color space from YUV420 IYUV (I420) to BGRA.

CST_YUV_420_P_TO_RGBA

Transform the color space from YUV420 YV12 (P) to RGBA.

CST_YUV_420_P_TO_BGRA

Transform the color space from YUV420 YV12 (P) to BGRA.

CST_YUV_420_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_NV21_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_NV12_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_YV12_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_IYUV_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_I420_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_SP_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_420_P_TO_GRAY

Transform the color space from YUV420 to Gray.

CST_YUV_422_UYVY_TO_RGB

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGB.

CST_YUV_422_UYVY_TO_BGR

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGR.

CST_YUV_422_Y422_TO_RGB

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGB.

CST_YUV_422_Y422_TO_BGR

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGR.

CST_YUV_422_UYNV_TO_RGB

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGB.

CST_YUV_422_UYNV_TO_BGR

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGR.

CST_YUV_422_UYVY_TO_RGBA

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGBA.

CST_YUV_422_UYVY_TO_BGRA

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGRA.

CST_YUV_422_Y422_TO_RGBA

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGB.

CST_YUV_422_Y422_TO_BGRA

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGRA.

CST_YUV_422_UYNV_TO_RGBA

Transform the color space from YUV422 UYVY (Y422, UYNV) to RGB.

CST_YUV_422_UYNV_TO_BGRA

Transform the color space from YUV422 UYVY (Y422, UYNV) to BGRA.

CST_YUV_422_YUY2_TO_RGB

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGB.

CST_YUV_422_YUY2_TO_BGR

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGR.

CST_YUV_422_YVYU_TO_RGB

Transform the color space from YUV422 YVYU to RGB.

CST_YUV_422_YVYU_TO_BGR

Transform the color space from YUV422 YVYU to BGR.

CST_YUV_422_YUYV_TO_RGB

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGB.

CST_YUV_422_YUYV_TO_BGR

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGR.

CST_YUV_422_YUNV_TO_RGB

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGB.

CST_YUV_422_YUNV_TO_BGR

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGR.

CST_YUV_422_YUY2_TO_RGBA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGBA.

CST_YUV_422_YUY2_TO_BGRA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGRA.

CST_YUV_422_YVYU_TO_RGBA

Transform the color space from YUV422 YVYU to RGBA.

CST_YUV_422_YVYU_TO_BGRA

Transform the color space from YUV422 YVYU to BGRA.

CST_YUV_422_YUYV_TO_RGBA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGBA.

CST_YUV_422_YUYV_TO_BGRA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGRA.

CST_YUV_422_YUNV_TO_RGBA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to RGBA.

CST_YUV_422_YUNV_TO_BGRA

Transform the color space from YUV422 YUYV (YUY2, YUNV) to BGRA.

CST_YUV_422_UYVY_TO_GRAY

Transform the color space from YUV422 UYVY (Y422, UYNV) to Gray.

CST_YUV_422_YUY2_TO_GRAY

Transform the color space from YUV422 YUYV (YUY2, YUNV) to Gray.

CST_YUV_422_Y422_TO_GRAY

Transform the color space from YUV422 UYVY (Y422, UYNV) to Gray.

CST_YUV_422_UYNV_TO_GRAY

Transform the color space from YUV422 UYVY (Y422, UYNV) to Gray.

CST_YUV_422_YVYU_TO_GRAY

Transform the color space from YUV422 YVYU to Gray.

CST_YUV_422_YUYV_TO_GRAY

Transform the color space from YUV422 YUYV (YUY2, YUNV) to Gray.

CST_YUV_422_YUNV_TO_GRAY

Transform the color space from YUV422 YUYV (YUY2, YUNV) to Gray.

CST_RGBA_TO_PREMULTIPLICATED_RGBA

Transform the color space from RGBA to premultiplicated RGBA.

CST_PREMULTIPLICATED_RGBA_TO_RGBA

Transform the color space from premultiplicated RGBA to RGBA.

CST_RGB_TO_YUV_420_I420

Transform the color space from RGB to YUV420 IYUV (I420).

CST_BGR_TO_YUV_420_I420

Transform the color space from BGR to YUV420 IYUV (I420).

CST_RGB_TO_YUV_420_IYUV

Transform the color space from RGB to YUV420 IYUV (I420).

CST_BGR_TO_YUV_420_IYUV

Transform the color space from BGR to YUV420 IYUV (I420).

CST_RGBA_TO_YUV_420_I420

Transform the color space from RGBA to YUV420 IYUV (I420).

CST_BGRA_TO_YUV_420_I420

Transform the color space from BGRA to YUV420 IYUV (I420).

CST_RGBA_TO_YUV_420_IYUV

Transform the color space from RGBA to YUV420 IYUV (I420).

CST_BGRA_TO_YUV_420_IYUV

Transform the color space from BGRA to YUV420 IYUV (I420).

CST_RGB_TO_YUV_420_YV12

Transform the color space from RGB to YUV420 YV12 (P).

CST_BGR_TO_YUV_420_YV12

Transform the color space from BGR to YUV420 YV12 (P).

CST_RGBA_TO_YUV_420_YV12

Transform the color space from RGBA to YUV420 YV12 (P).

CST_BGRA_TO_YUV_420_YV12

Transform the color space from BGRA to YUV420 YV12 (P).

CST_BAYER_RG_TO_BGR_EA

Transform the color space from BayerRG to BGR, using an Edge Aware algorithm.

CST_BAYER_GR_TO_BGR_EA

Transform the color space from BayerGR to BGR, using an Edge Aware algorithm.

CST_BAYER_BG_TO_BGR_EA

Transform the color space from BayerBG to BGR, using an Edge Aware algorithm.

CST_BAYER_GB_TO_BGR_EA

Transform the color space from BayerGB to BGR, using an Edge Aware algorithm.

CST_BAYER_RG_TO_RGB_EA

Transform the color space from BayerRG to RGB, using an Edge Aware algorithm.

CST_BAYER_GR_TO_RGB_EA

Transform the color space from BayerGR to RGB, using an Edge Aware algorithm.

CST_BAYER_BG_TO_RGB_EA

Transform the color space from BayerBG to RGB, using an Edge Aware algorithm.

CST_BAYER_GB_TO_RGB_EA

Transform the color space from BayerGB to RGB, using an Edge Aware algorithm.

CST_BAYER_RG_TO_BGRA

Transform the color space from BayerRG to BGRA.

CST_BAYER_GR_TO_BGRA

Transform the color space from BayerGR to BGRA.

CST_BAYER_BG_TO_BGRA

Transform the color space from BayerBG to BGRA.

CST_BAYER_GB_TO_BGRA

Transform the color space from BayerGB to BGRA.

CST_BAYER_RG_TO_RGBA

Transform the color space from BayerRG to RGBA.

CST_BAYER_GR_TO_RGBA

Transform the color space from BayerGR to RGBA.

CST_BAYER_BG_TO_RGBA

Transform the color space from BayerBG to RGBA.

CST_BAYER_GB_TO_RGBA

Transform the color space from BayerGB to RGBA.

CST_MAX

For internal use only, adapted when adding new values.