Table of Contents

Enum ERFilterNMMode

Namespace
Emgu.CV.Text
Assembly
Emgu.CV.dll

computeNMChannels operation modes

public enum ERFilterNMMode

Fields

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.

RGBLGrad = 0

A combination of red (R), green (G), blue (B), lightness (L), and gradient magnitude (Grad).