Non-Local Means Filter

Non-Local Means Filter for image denoising
27.2K 次下载
更新时间 2008/8/1

查看许可证

Implementation of the Non-Local Means Filter proposed by Buades et al. for robust image denoising.

typical usage:

fima=nlmeans(ima,5,2,sigma);

being sigma the noise standard deviation

引用格式

Jose Vicente Manjon-Herrera (2025). Non-Local Means Filter (https://ww2.mathworks.cn/matlabcentral/fileexchange/13176-non-local-means-filter), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

I have added a small demo to show clearer how to use the filter