Click or drag to resize

AdaptiveManifoldFilterFilter Method

Apply high-dimensional filtering using adaptive manifolds.

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

Parameters

src
Type: OpenCvSharpInputArray
filtering image with any numbers of channels.
dst
Type: OpenCvSharpOutputArray
output image.
joint (Optional)
Type: OpenCvSharpInputArray
optional joint (also called as guided) image with any numbers of channels.
See Also