Click or drag to resize

TextInvokeComputeNMChannels Method

http://www.emgu.com
Compute the different channels to be processed independently in the N&M algorithm.

Namespace:  Emgu.CV.Text
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void ComputeNMChannels(
	IInputArray src,
	IOutputArrayOfArrays channels,
	ERFilterNMMode mode = ERFilterNMMode.RGBLGrad
)

Parameters

src
Type: Emgu.CVIInputArray
Source image. Must be RGB CV_8UC3.
channels
Type: Emgu.CVIOutputArrayOfArrays
Output vector of Mat where computed channels are stored.
mode (Optional)
Type: Emgu.CV.TextERFilterNMMode
Mode of operation
See Also