http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
The retina color sampling method.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public enum ColorSamplingMethod |
Visual Basic |
---|
Public Enumeration ColorSamplingMethod |
Visual C++ |
---|
public enum class ColorSamplingMethod |
Members
Member name | Value | Description | |
---|---|---|---|
ColorRandom | 0 | Each pixel position is either R, G or B in a random choice | |
ColorDiagonal | 1 | Color sampling is RGBRGBRGB..., line 2 BRGBRGBRG..., line 3, GBRGBRGBR... | |
ColorBayer | 2 | Standard bayer sampling |