MATLAB File Help: cv.rollingGuidanceFilter Index
cv.rollingGuidanceFilter

Applies the rolling guidance filter to an image

dst = cv.rollingGuidanceFilter(src)
dst = cv.rollingGuidanceFilter(src, 'OptionName',optionValue, ...)

Input

Output

Options

Note that cv.rollingGuidanceFilter uses cv.jointBilateralFilter as the edge-preserving filter.

See also