Method Filter
- Namespace
- OpenCvSharp.XImgProc
- Assembly
- OpenCvSharp.dll
Filter(InputArray, InputArray, OutputArray)
Apply smoothing operation to the source image.
public virtual void Filter(InputArray src, InputArray confidence, OutputArray dst)
Parameters
srcInputArraysource image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 3 channels.
confidenceInputArrayconfidence image with unsigned 8-bit or floating-point 32-bit confidence and 1 channel.
dstOutputArraydestination image.