采用硬阈值和软阈值处理方式保存低频,进行图像降噪我要分享

Hard threshold and soft threshold are used to save low frequency and reduce noise

图像降噪 噪声图像 硬阈 软阈

关注次数: 264

下载次数: 0

文件大小: 87KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

从原始图像产生噪声图像,使用db1执行2层小波,使用wpbmpen进行全阈值选择,采用硬阈值和软阈值处理方式,保存低频,进行图像降噪,并绘制各分解系数图像。


English Description:

The noise image is generated from the original image. Db1 is used to perform 2-layer wavelet, wpbmpen is used to select the full threshold, hard threshold and soft threshold are used to process, low frequency is saved, image denoising is carried out, and each decomposition coefficient image is drawn.


代码预览

Images denoising based on wavlet

.................................\wavletdenoise.m

.................................\小波分解.m

.................................\小波重构.m