Click or drag to resize

AdaptiveManifoldFilterCreate Method

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

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static AdaptiveManifoldFilter Create(
	double sigmaS,
	double sigmaR,
	bool adjustOutliers = false
)

Parameters

sigmaS
Type: SystemDouble
spatial standard deviation.
sigmaR
Type: SystemDouble
color space standard deviation, it is similar to the sigma in the color space into bilateralFilter.
adjustOutliers (Optional)
Type: SystemBoolean
optional, specify perform outliers adjust operation or not, (Eq. 9) in the original paper.

Return Value

Type: AdaptiveManifoldFilter

[Missing <returns> documentation for "M:OpenCvSharp.XImgProc.AdaptiveManifoldFilter.Create(System.Double,System.Double,System.Boolean)"]

See Also