Edge Preserving Smoothing

% This program performs Edge preserving smoothing in color images. %
3.5K Downloads
Updated 22 Jun 2010

View License

A common technique for removing noise from images is by blur-
ring them with a weighted mean or a Gaussian filter. Through these
processes noise reduction is achieved, but unfortunately, valuable
information is lost and the details of object boundaries are
deformed. A solution to this problem, especially for document
images, is the use of an edge preserving smoothing technique
(adaptive mean filter) where the amount of blurring for each pixel is
determined after gathering local information in a specified
neighborhood . In this approach, we use a simple and effective EPSF, which performs its task with low computation time.
The program is based on the algorithm described in the following paper:
N. Nikolaou and N. Papamarkos "Color reduction for complex document images", International Journal of Imaging Systems and Technology, Vol. 19 (1) pp. 14-26, 2009.

Cite As

Nikos Papamarkos (2024). Edge Preserving Smoothing (https://www.mathworks.com/matlabcentral/fileexchange/27988-edge-preserving-smoothing), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0