Table of Contents

Method Filter

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Filter(InputArray, OutputArray, int)

Apply Guided Filter to the filtering image.

public virtual void Filter(InputArray src, OutputArray dst, int dDepth = -1)

Parameters

src InputArray

filtering image with any numbers of channels.

dst OutputArray

output image.

dDepth int

optional depth of the output image. dDepth can be set to -1, which will be equivalent to src.depth().