| guidedFilter (cv.GuidedFilter) - MATLAB File Help |
Simple one-line Guided Filter call
dst = cv.GuidedFilter.guidedFilter(src, guide)
dst = cv.GuidedFilter.guidedFilter(src, guide, 'OptionName',optionValue, ...)
eps^2 is
similar to the sigma in the color space into
cv.bilateralFilter. default 500.0DDepth can be
set to -1, which will be equivalent to class(src). Default -1If you have multiple images to filter with the same guided image then use GuidedFilter interface to avoid extra computations on initialization stage.
| Access | public |
| Sealed | false |
| Static | true |