基于邻阈的小波图像去噪程序我要分享

Wavelet image denoising program based on adjacent threshold

小波去噪 小波图像去噪 滑动窗口-matlab 图像去噪 去噪

关注次数: 362

下载次数: 3

文件大小: 387KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

该文件夹包括基于邻阈的小波图像去噪程序。主程序为wave_neighbor.m,实现3*3和5*5邻域去噪;wov_win.m为函数m文件,实现3*3和5*5的滑动窗口;cacupsnr.m为函数m文件,计算mse和psnr等。


English Description:

The folder includes wavelet image denoising program based on adjacent threshold. The main program is wave_ Neighbor. M to achieve 3 * 3 and 5 * 5 neighborhood denoising; wov_ Win. M is the function m file to realize the sliding window of 3 * 3 and 5 * 5; cacupsnr. M is the function m file to calculate MSE and PSNR.


代码预览

基于邻域的小波图像去噪

......................\cacupsnr.m

......................\cameraman.tif

......................\mov_win.asv

......................\mov_win.m

......................\wave_neighbor.asv

......................\wave_neighbor_1.m

......................\wave_neighbor_2.m

......................\wave_neighbor_3.m

......................\wave_neighbor_4.m

......................\程序说明.txt