Table of Contents

Enum ERFilterNMMode

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

computeNMChannels operation modes.

public enum ERFilterNMMode

Fields

IHSGrad = 1

Combination of intensity (I), hue (H), saturation (S), and gradient magnitude (Grad) channels.

RGBLGrad = 0

Combination of red (R), green (G), blue (B), lightness (L), and gradient magnitude (Grad) channels. Used by default.