ASWMF for salt and pepper noise removal

版本 1.0.0 (2.1 KB) 作者: Dang N. H. Thanh
This program links to the paper "Adaptive Switching Weight Mean Filter for Salt and Pepper Image Denoising"
104.0 次下载
更新时间 2020/6/21

查看许可证

- Change the path to this folder: myworkspace
- Make three folders in the myworkspace folder: dataset, noisy, and proposed.
- In which, the dataset folder contains noise-free images, the noisy and proposed folders are empty.
- HOW TO RUN:
- You just call the function:
I = imread('cameraman.tif');
In=imnoise(I, 'salt & pepper', .2);
Id = ASWMF(In);
imshow([I In Id]);

引用格式

Thanh, Dang N. H., et al. “Adaptive Switching Weight Mean Filter for Salt and Pepper Image Denoising.” Procedia Computer Science, vol. 171, Elsevier BV, 2020, pp. 292–301, doi:10.1016/j.procs.2020.04.031.

查看更多格式
MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
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