Click or drag to resize

FastGlobalSmootherFilterFilter Method

Apply smoothing operation to the source image.

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void Filter(
	InputArray src,
	OutputArray dst
)

Parameters

src
Type: OpenCvSharpInputArray
source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 4 channels.
dst
Type: OpenCvSharpOutputArray
destination image.
See Also