Click or drag to resize

GuidedFilterFilter Method

Apply Guided Filter to the filtering image.

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

Parameters

src
Type: OpenCvSharpInputArray
filtering image with any numbers of channels.
dst
Type: OpenCvSharpOutputArray
output image.
dDepth (Optional)
Type: SystemInt32
optional depth of the output image. dDepth can be set to -1, which will be equivalent to src.depth().
See Also