Table of Contents

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

src InputArray

source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 4 channels.

dst OutputArray

destination image.