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