Table of Contents

Class GuidedFilter

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Interface for realizations of Guided Filter.

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

Methods

Create(InputArray, int, double)

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

Filter(InputArray, OutputArray, int)

Apply Guided Filter to the filtering image.