当前位置:网站首页>[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 .

边栏推荐
- Product service, operation characteristics
- Step size of ode45 and reltol abstol
- 徽商期货是正规期货平台吗?在徽商期货开户安全吗?
- Data query language (DQL)
- 【Try to Hack】vulnhub DC4
- Leetcode problem solving series -- continuous positive sequence with sum as s (sliding window)
- Explain in detail the process of realizing Chinese text classification by CNN
- Redis master-slave realizes 10 second check and recovery
- Domestic spot silver should be understood
- Oracle TRUNC function processing date format
猜你喜欢

How to retrieve the password for opening Excel files

Cloud computing - make learning easier

Samba basic usage

Leetcode 1380. Lucky numbers in the matrix (save the minimum number of each row and the maximum number of each column)

Common design parameters of solid rocket motor

Penetration practice vulnhub range Nemesis

The new server is packaged with the source code of H5 mall with an operation level value of several thousand

Yuancosmos game farmersworld farmers world - core content of the second conference in China!
![[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

Happy new year | 202112 monthly summary
随机推荐
What are the legal risks of NFT brought by stars such as curry and O'Neill?
Apk signature process introduction [easy to understand]
On the language internationalization of Yongzhong Office
At present, where is the most formal and safe account opening for futures speculation? How to open a futures account?
Domestic spot silver should be understood
Data query language (DQL)
transform. Forward and vector3 Differences in the use of forward
Common design parameters of solid rocket motor
The latest intelligent factory MES management system software solution
Wechat applet blind box - docking wechat payment
網上股票開戶安全嗎?是否可靠?
Kernel stray cat stray dog pet adoption platform H5 source code
Batch export all pictures in PPT in one second
Talk about the favorite tools used by project managers
540. Single element in ordered array
Redis master-slave realizes 10 second check and recovery
SPIE Western optoelectronics exhibition returned offline and successfully held a science and engineering event
Thinkphp6 - CMS multi wechat management system source code
目前炒期货在哪里开户最正规安全?怎么期货开户?
Good looking UI mall source code has been scanned, no back door, no encryption