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
srcInputArraySource image. Must be RGB CV_8UC3.
modeERFilterNMModeMode of operation.
Returns
- Mat[]
The computed channels.