ERFilterNMMode Enumeration |
http://www.emgu.com
computeNMChannels operation modes
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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