Table of Contents

Method ComputeNMChannels

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ComputeNMChannels(InputArray, ERFilterNMMode)

Computes the different channels to be processed independently in the N&M algorithm.

public static Mat[] ComputeNMChannels(InputArray src, ERFilterNMMode mode = ERFilterNMMode.RGBLGrad)

Parameters

src InputArray

Source image. Must be RGB CV_8UC3.

mode ERFilterNMMode

Mode of operation.

Returns

Mat[]

The computed channels.