MATLAB File Help: cv.edgePreservingFilter | Index |
Edge-preserving smoothing filter
dst = cv.edgePreservingFilter(src)
dst = cv.edgePreservingFilter(src, 'OptionName',optionValue, ...)
src
and output dst
, between MATLAB's RGB order and OpenCV's BGR
(input: RGB->BGR, output: BGR->RGB). default trueFiltering is the fundamental operation in image and video processing. Edge-preserving smoothing filters are used in many different applications [EM11].
[EM11]:
Eduardo SL Gastal and Manuel M Oliveira. "Domain transform for edge-aware image and video processing". In ACM Transactions on Graphics (TOG), volume 30, page 69. ACM, 2011.