| MATLAB File Help: cv.AdaptiveManifoldFilter.amFilter | Index | 
Simple one-line Adaptive Manifold Filter call
dst = cv.AdaptiveManifoldFilter.amFilter(src, joint)
dst = cv.AdaptiveManifoldFilter.amFilter(src, joint, 'OptionName',optionValue, ...)
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.
| Access | public | 
| Sealed | false | 
| Static | true |