Non-Local Euclidean Medians
by Kunal Chaudhury
07 Feb 2013
(Updated 11 Feb 2013)
Non-local patch-based image denoising using Non-Local Euclidean Medians (NLEM).
|
Watch this File
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 11 Feb 2013 |
code update. |
|
Contact us