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
Syntaxpublic enum ERFilterNMMode
Public Enumeration ERFilterNMMode
public enum class ERFilterNMMode
Members
| Member name | Value | Description |
---|
| RGBLGrad | 0 |
A combination of red (R), green (G), blue (B), lightness (L), and gradient
magnitude (Grad).
|
| IHSGrad | 1 |
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