Color Conversion code
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public enum COLOR_CONVERSION
Public Enumeration COLOR_CONVERSION
public enum class COLOR_CONVERSION
Members
Member | Description |
---|---|
CV_BGR2BGRA |
Convert BGR color to BGRA color
|
CV_BGRA2BGR |
Convert BGRA color to BGR color
|
CV_BGR2GRAY |
Convert BGR color to GRAY color
|
CV_GRAY2BGR |
Convert GRAY color to BGR color
|
CV_GRAY2BGRA |
Convert GRAY color to BGRA color
|
CV_BGRA2GRAY |
Convert BGRA color to GRAY color
|
CV_BGR2BGR565 |
Convert BGR color to BGR565 color
|
CV_BGR5652BGR |
Convert BGR565 color to BGR color
|
CV_BGRA2BGR565 |
Convert BGRA color to BGR565 color
|
CV_BGR5652BGRA |
Convert BGR565 color to BGRA color
|
CV_GRAY2BGR565 |
Convert GRAY color to BGR565 color
|
CV_BGR5652GRAY |
Convert BGR565 color to GRAY color
|
CV_BGR2BGR555 |
Convert BGR color to BGR555 color
|
CV_BGR5552BGR |
Convert BGR555 color to BGR color
|
CV_BGRA2BGR555 |
Convert BGRA color to BGR555 color
|
CV_BGR5552BGRA |
Convert BGR555 color to BGRA color
|
CV_GRAY2BGR555 |
Convert GRAY color to BGR555 color
|
CV_BGR5552GRAY |
Convert BGR555 color to GRAY color
|
CV_BGR2XYZ |
Convert BGR color to XYZ color
|
CV_XYZ2BGR |
Convert XYZ color to BGR color
|
CV_BGR2YCrCb |
Convert BGR color to YCrCb color
|
CV_YCrCb2BGR |
Convert YCrCb color to BGR color
|
CV_BGR2HSV |
Convert BGR color to HSV color
|
CV_BGR2Lab |
Convert BGR color to Lab color
|
CV_BayerBG2BGR |
Convert BayerBG color to BGR color
|
CV_BayerGB2BGR |
Convert BayerGB color to BGR color
|
CV_BayerRG2BGR |
Convert BayerRG color to BGR color
|
CV_BayerGR2BGR |
Convert BayerGR color to BGR color
|
CV_BGR2Luv |
Convert BGR color to Luv color
|
CV_BGR2HLS |
Convert BGR color to HLS color
|
CV_HSV2BGR |
Convert HSV color to BGR color
|
CV_Lab2BGR |
Convert Lab color to BGR color
|
CV_Luv2BGR |
Convert Luv color to BGR color
|
CV_HLS2BGR |
Convert HLS color to BGR color
|