Table of Contents

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

src InputArray

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

confidence InputArray

confidence image with unsigned 8-bit or floating-point 32-bit confidence and 1 channel.

dst OutputArray

destination image.