当前位置:网站首页>[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter
[image denoising] matlab code for removing salt and pepper noise based on fast and effective multistage selective convolution filter
2022-07-01 18:27:00 【Matlab Research Assistant】
1 brief introduction
In the process of image smoothing , How to filter the noise and protect the details of the image is a research hotspot . This paper presents and designs a fast and efficient multistage selective convolution filter . Experiments show that this filter is better than median filter or morphological filter alone in removing salt and pepper noise , The probability of salt and pepper noise exceeds 0.2 Time advantage is particularly obvious .
2 Part of the code
clc
clear
close all
noise_density = 0.1;
l = 5; %The number of blocks
image = imread('Lena.png');
noisy_image = imnoise(image, 'salt & pepper', noise_density);
tic
restored_image = MSCF(noisy_image, l);
Times = toc;
PSNRs = psnr(restored_image, image);
MSEs = immse(restored_image, image);
IEFs = immse(noisy_image, image)/immse(restored_image, image);
SSIMs = ssim(restored_image, image);
figure
subplot(131)
imshow(image);title(' Original picture ')
subplot(132)
imshow(noisy_image);;title(' Add salt and pepper noise diagram ')
subplot(133)
imshow(restored_image);title(' De noise map ')
3 Simulation results


4 reference
[1] Li Xiaohong , Jiang Jianguo , Wucongzhong , etc. . Research on filter for removing salt and pepper noise in image [J]. Journal of engineering graphics , 2009, 30(6):8.
About bloggers : Good at intelligent optimization algorithms 、 Neural networks predict 、 signal processing 、 Cellular automata 、 The image processing 、 Path planning 、 UAV and other fields Matlab Simulation , relevant matlab Code problems can be exchanged by private letter .
Some theories cite network literature , If there is infringement, contact the blogger to delete .

边栏推荐
- Talk about the favorite tools used by project managers
- APK签名流程介绍[通俗易懂]
- On the language internationalization of Yongzhong Office
- How to retrieve the password for opening Excel files
- From comedians to NBA Zhan Huang, check the encrypted advertisements during this super bowl
- 期货账户的资金安全吗?怎么开户?
- SPIE Western optoelectronics exhibition returned offline and successfully held a science and engineering event
- Yuancosmos game farmersworld farmers world - core content of the second conference in China!
- MySQL + JSON = King fried
- Penetration practice vulnhub range Keyring
猜你喜欢

Data query language (DQL)

Database - MySQL advanced SQL statement (I)

Length of learning and changing

t10_ Adapting to Market Participantsand Conditions

Source code of new campus errand / campus task platform on mutual station

2022 Heilongjiang latest fire protection facility operator simulation test question bank and answers

The method of real-time tracking the current price of London Silver

Highly reliable program storage and startup control system based on anti fuse FPGA and QSPI flash

Check log4j problems using stain analysis
![[splishsplash] about how to receive / display user parameters, MVC mode and genparam on GUI and JSON](/img/83/9bd9ce7608ebfe7207ac008b9e8ab1.png)
[splishsplash] about how to receive / display user parameters, MVC mode and genparam on GUI and JSON
随机推荐
Blue Bridge Cup real problem: word analysis
Distributed task queue: Celery usage record
Mujoco's biped robot Darwin model
Can hero sports go public against the wind?
开发那些事儿:EasyCVR平台添加播放地址鉴权
Mujoco XML modeling
Talk about the favorite tools used by project managers
Htt [ripro network disk link detection plug-in] currently supports four common network disks
网上股票开户安全吗?是否可靠?
Fresh, 2022 advanced Android interview must know 100 questions (interview questions + answer analysis)
The latest intelligent factory MES management system software solution
Review Net 20th anniversary development and 51aspx growth
Slider verification code identification gadget display
Rotation order and universal lock of unity panel
Smart factory digital management system software platform
Extract the compressed package file and retrieve the password
EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?
Is the software of futures pioneer formal and safe? Which futures company is safer to choose?
EasyCVR设备录像出现无法播放现象的问题修复
Redis -- data type and operation