Click or drag to resize

RetinaColorSamplingMethod Enumeration

http://www.emgu.com
The retina color sampling method.

Namespace:  Emgu.CV.Bioinspired
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum ColorSamplingMethod
Members
  Member nameValueDescription
ColorRandom0 Each pixel position is either R, G or B in a random choice
ColorDiagonal1 Color sampling is RGBRGBRGB..., line 2 BRGBRGBRG..., line 3, GBRGBRGBR...
ColorBayer2 Standard bayer sampling
See Also