MATLAB File Help: cv.jointBilateralFilter Index
cv.jointBilateralFilter

Applies the joint bilateral filter to an image

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

Input

Output

Options

Note that cv.bilateralFilter and cv.jointBilateralFilter use L1 norm to compute difference between colors.

See also