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
srcInputArrayfiltering image with any numbers of channels.
dstOutputArrayoutput image.
dDepthintoptional depth of the output image. dDepth can be set to -1, which will be equivalent to src.depth().