当前位置:网站首页>[image denoising] image denoising based on anisotropic filtering with matlab code
[image denoising] image denoising based on anisotropic filtering with matlab code
2022-06-12 18:56:00 【Matlab scientific research studio】
1 brief introduction
Anisotropic diffusion filtering method is adopted , Study the problem of image denoising , By analyzing the influence of diffusion function and diffusion constant on filtering effect , The peak signal-to-noise ratio (PSNR), which is used to judge the compression quality in image compression, is used as the iteration termination condition , While effectively removing image noise , It can keep the edge information of the image from being over filtered .
2 Part of the code
clear;clcs = phantom(512) + randn(512);num_iter = 15;delta_t = 1/7;kappa = 20;option = 2;ad = anisodiff2D(s,num_iter,delta_t,kappa,option);figure, subplot 121, imshow(s,[]), subplot 122, imshow(ad,[])
3 Simulation results

4 reference
[1] Liuxiaoyan . Adaptive anisotropic diffusion equation based on controllable filter and image denoising [J]. China Science and Technology Expo , 2014(30):1.
[2] Moshaoqiang . Research on image denoising based on anisotropic diffusion filtering [J]. Journal of Inner Mongolia Normal University : Chinese version of Natural Science , 2017, 46(1):4.
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 .
边栏推荐
- Wireshark basic commands
- Leetcode 1049. Weight of the last stone II
- uniapp使用阿里图标
- leetcode:6097. 替换字符后匹配【set记录 + 相同长度逐一查询】
- Kali implements port forwarding through iptables
- Research Report on global and Chinese cosmetics industry market sales scale forecast and investment opportunities 2022-2028
- Common troubleshooting tools and analysis artifacts are worth collecting
- 看不懂Kotlin源码?从Contracts 函数说起~
- 【图像去噪】基于各向异性滤波实现图像去噪附matlab代码
- 232-ch579m learning and development Ethernet routine TCP server (project application package, LAN or WAN test)
猜你喜欢

liunx部署Seata(Nacos版)

leetcode:5289. 公平分发饼干【看数据范围 + dfs剪枝】

leetcode:5259. 计算应缴税款总额【简单模拟 + 看看在哪个区间】

【0008】无序列表

基于FPGA的VGA协议实现

The Bean Validation API is on the classpath but no implementation could be found
![leetcode:98. Count the number of subarrays whose score is less than k [double pointers + number of calculated subsets + de duplication]](/img/97/67d74ae93be2cd4c0153a764cbe4c1.png)
leetcode:98. Count the number of subarrays whose score is less than k [double pointers + number of calculated subsets + de duplication]

A story on the cloud of the Centennial Olympic Games belonging to Alibaba cloud video cloud

Go package import mode member visibility

The Bean Validation API is on the classpath but no implementation could be found
随机推荐
Yoloe target detection notes
Delivery lead time lightweight estimation practice - Notes
Free measurement of rectangular card [manual drawing ROI] Based on Halcon
Research Report on the overall scale, major manufacturers, major regions, products and applications of Electric Screwdrivers in the global market in 2022
从应无所住说起
Kali LAN ARP Spoofing and monitoring other hosts' Internet access records in the LAN
Experiment 10 Bezier curve generation - experiment improvement - interactive generation of B-spline curve
用一个性能提升了666倍的小案例说明在TiDB中正确使用索引的重要性
Research Report on the overall scale, major manufacturers, major regions, products and application segmentation of swimming fins in the global market in 2022
Common methods and examples of defect detection based on Halcon
原生Servlet - 文件的Upload&Download
【图像去噪】基于各向异性滤波实现图像去噪附matlab代码
Quickly copy the request in browser F12 to postman/ or generate the corresponding code of the relevant language
美团获得小样本学习榜单FewCLUE第一!Prompt Learning+自训练实战
基于Halcon的螺栓螺丝部分划痕、腐蚀缺陷检测
Chrome browser solves cross domain problems
Exploration of a flexible injection scheme for istio sidecar
Leetcode 416. 分割等和子集
Have a meal, dry pot, fat intestines + palm treasure!
leetcode:5259. Calculate the total tax payable [simple simulation + see which range]