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
sigmaSdoublespatial standard deviation.
sigmaRdoublecolor space standard deviation, it is similar to the sigma in the color space into bilateralFilter.
adjustOutliersbooloptional, specify perform outliers adjust operation or not, (Eq. 9) in the original paper.