Table of Contents

Method CreateAMFilter

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateAMFilter(double, double, bool)

Factory method, create instance of AdaptiveManifoldFilter and produce some initialization routines.

public static AdaptiveManifoldFilter CreateAMFilter(double sigmaS, double sigmaR, bool adjustOutliers = false)

Parameters

sigmaS double

spatial standard deviation.

sigmaR double

color space standard deviation, it is similar to the sigma in the color space into bilateralFilter.

adjustOutliers bool

optional, specify perform outliers adjust operation or not, (Eq. 9) in the original paper.

Returns

AdaptiveManifoldFilter