Non-Local Euclidean Medians

Non-local patch-based image denoising using Non-Local Euclidean Medians (NLEM).
1.2K Downloads
Updated 11 Feb 2013

View License

MATLAB implementation of the Non-Local Euclidean Medians (NLEM) algorithm described in the following paper:

[1] K.N. Chaudhury, and M. Unser, "Non-Local Euclidean Medians", IEEE Signal
Processing Letters, vol. 19, no. 11, 2012.

The current implementation is meant for experimental usage, and is far from optimal in terms of efficiency. For example, it can be optimized using *parfor* loops, or using mex code for computing the Euclidean median.

Cite As

Kunal Chaudhury (2024). Non-Local Euclidean Medians (https://www.mathworks.com/matlabcentral/fileexchange/40204-non-local-euclidean-medians), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
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.1.0.0

code update.

1.0.0.0