EColorSystem Enum

The color systems that are supported by Open eVision.

Namespace: Euresys::Open_eVision

EColorSystem_NoColor
Undefined
EColorSystem_Bilevel
Binary black & white.
EColorSystem_GrayLevel
Continuous tone black & white.
EColorSystem_Xyz
CIE XYZ.
EColorSystem_Rgb
NTSC/PAL/SMPTE Red, Green, Blue.
EColorSystem_Lab
CIE Lightness, a*, b*.
EColorSystem_Luv
CIE Lightness, u*, v*.
EColorSystem_Yuv
CCIR Luma, U Chroma, V Chroma.
EColorSystem_Yiq
CCIR Luma, Inphase, Quadrature.
EColorSystem_Lch
Lightness, Chroma, Hue.
EColorSystem_Ish
Intensity, Saturation, Hue
EColorSystem_Lsh
Lightness, Saturation, Hue.
EColorSystem_Vsh
Value, Saturation, Hue.
EColorSystem_Ysh
CCIR Luma, Saturation, Hue.

Remarks

Open eVision supports several color systems. The achromatic ones are related to black and white and gray-level images (EImageBW1 and EImageBW8). The remaining ones apply to color images (EImageC24). Also see unquantized and quantized colors for the allowed ranges of values.

EColorSystem Enum

The color systems that are supported by Open eVision.

Namespace: Euresys.Open_eVision

NoColor
Undefined
Bilevel
Binary black & white.
GrayLevel
Continuous tone black & white.
Xyz
CIE XYZ.
Rgb
NTSC/PAL/SMPTE Red, Green, Blue.
Lab
CIE Lightness, a*, b*.
Luv
CIE Lightness, u*, v*.
Yuv
CCIR Luma, U Chroma, V Chroma.
Yiq
CCIR Luma, Inphase, Quadrature.
Lch
Lightness, Chroma, Hue.
Ish
Intensity, Saturation, Hue
Lsh
Lightness, Saturation, Hue.
Vsh
Value, Saturation, Hue.
Ysh
CCIR Luma, Saturation, Hue.

Remarks

Open eVision supports several color systems. The achromatic ones are related to black and white and gray-level images (EImageBW1 and EImageBW8). The remaining ones apply to color images (EImageC24). Also see unquantized and quantized colors for the allowed ranges of values.