Non-Local Euclidean Medians
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
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Region and Image Properties >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.