RetinaColorSamplingMethod Enumeration |
http://www.emgu.com
The retina color sampling method.
Namespace:
Emgu.CV.Bioinspired
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic enum ColorSamplingMethod
Public Enumeration ColorSamplingMethod
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
|
See Also