Table of Contents

Class DTFilter

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Interface for realizations of Domain Transform filter.

public class DTFilter : Algorithm, IDisposable
Inheritance
DTFilter
Implements
Inherited Members

Methods

Create(InputArray, double, double, EdgeAwareFiltersList, int)

Factory method, create instance of DTFilter and produce initialization routines.

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.