Table of Contents

Method Filter

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Filter(InputArray, OutputArray, int)

Simple one-line Domain Transform filter call. If you have multiple images to filter with the same guided image then use DTFilter interface to avoid extra computations on initialization stage.

public virtual void Filter(InputArray src, OutputArray dst, int dDepth = -1)

Parameters

src InputArray
dst OutputArray
dDepth int