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

Simple one-line Adaptive Manifold Filter call

dst = cv.AdaptiveManifoldFilter.amFilter(src, joint)
dst = cv.AdaptiveManifoldFilter.amFilter(src, joint, 'OptionName',optionValue, ...)

Input

Output

Options

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
Method Details
Access public
Sealed false
Static true