MATLAB File Help: cv.FastGlobalSmootherFilter/FastGlobalSmootherFilter | Index |
Factory method, create instance of FastGlobalSmootherFilter and execute the initialization routines
obj = cv.FastGlobalSmootherFilter(guide)
obj = cv.FastGlobalSmootherFilter(guide, 'OptionName',optionValue, ...)
For more details about Fast Global Smoother parameters, see the
original paper [Min2014]. However, please note that there are
several differences. Lambda attenuation described in the paper
is implemented a bit differently so do not expect the results to
be identical to those from the paper; SigmaColor
values from
the paper should be multiplied by 255.0 to achieve the same
effect. Also, in case of image filtering where source and guide
image are the same, authors propose to dynamically update the
guide image after each iteration. To maximize the performance
this feature was not implemented here.