cv.rollingGuidanceFilter - MATLAB File Help |
Applies the rolling guidance filter to an image
dst = cv.rollingGuidanceFilter(src)
dst = cv.rollingGuidanceFilter(src, 'OptionName',optionValue, ...)
src
.SigmaSpace
.
default -1SigmaSpace
) will be mixed together, resulting in larger areas of
semi-equal color. default 25.0SigmaColor
). When Diameter>0
, it
specifies the neighborhood size regardless of SigmaSpace
. Otherwise,
Diameter
is proportional to SigmaSpace
. default 3.0For more details, please see [zhang2014rolling].
Note that cv.rollingGuidanceFilter uses cv.jointBilateralFilter as the edge-preserving filter.
[zhang2014rolling]:
Qi Zhang, Xiaoyong Shen, Li Xu, and Jiaya Jia. "Rolling guidance filter". In Computer Vision-ECCV 2014, pages 815-830. Springer, 2014.