Code covered by the BSD License  

Highlights from
Non-Local Euclidean Medians

Be the first to rate this file! 33 Downloads (last 30 days) File Size: 7.77 KB File ID: #40204
image thumbnail

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
convex optimization, kernel methods, nonlinear diffusion, nonlocal means, outliers, patch regression, robustness
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
11 Feb 2013

code update.

Contact us