Table of Contents

Method Create

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Create(double, double, bool)

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

public static AdaptiveManifoldFilter Create(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