MATLAB File Help: cv.AdaptiveManifoldFilter/AdaptiveManifoldFilter Index
cv.AdaptiveManifoldFilter/AdaptiveManifoldFilter

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

obj = cv.AdaptiveManifoldFilter()
obj = cv.AdaptiveManifoldFilter('OptionName',optionValue, ...)

Options

For more details about Adaptive Manifold Filter parameters, see the original article [Gastal12].

Note

Joint images with uint8 and uint16 depth converted to images with single depth and [0; 1] color range before processing. Hence color space SigmaR must be in [0; 1] range, unlike same sigmas in cv.bilateralFilter and cv.DTFilter.dtFilter functions.

See also