Table of Contents

Method CreateGuidedFilter

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateGuidedFilter(InputArray, int, double)

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

public static GuidedFilter CreateGuidedFilter(InputArray guide, int radius, double eps)

Parameters

guide InputArray

guided image (or array of images) with up to 3 channels, if it have more then 3 channels then only first 3 channels will be used.

radius int

radius of Guided Filter.

eps double

regularization term of Guided Filter. eps^2 is similar to the sigma in the color space into bilateralFilter.

Returns

GuidedFilter