MATLAB File Help: cv.AdaptiveManifoldFilter/AdaptiveManifoldFilter | Index |
Factory method, create instance of AdaptiveManifoldFilter and produce some initialization routines
obj = cv.AdaptiveManifoldFilter()
obj = cv.AdaptiveManifoldFilter('OptionName',optionValue, ...)
For more details about Adaptive Manifold Filter parameters, see the original article [Gastal12].
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.