Click or drag to resize

ERFilterNMMode Enumeration

http://www.emgu.com
computeNMChannels operation modes

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum ERFilterNMMode
Members
  Member nameValueDescription
RGBLGrad0 A combination of red (R), green (G), blue (B), lightness (L), and gradient magnitude (Grad).
IHSGrad1 In N&M algorithm, the combination of intensity (I), hue (H), saturation (S), and gradient magnitude channels (Grad) are used in order to obtain high localization recall.
See Also