搜索资源列表
二进小波变换(MATLAB源程序)
- 该程序应用二进小波变换对二维信号图像进行去噪
小波域均值图像去噪算法
- 在MATLAB环境下基于小在MATLAB环境下基于小波变换的图像去噪波变换的图像去噪在MATLAB环境下基于小波变换的图像去噪
waveletdenoising
- 该程序包为用MATLAB编写的一个基于小波变换降噪的软件,有很多值得借鉴的地方-The use of MATLAB package for the preparation of a noise reduction based on wavelet transform of the software, there are many places to learn
xiaoboquzao
- 图像的小波去噪,给灰度图像加上一定量的高斯噪声,再采用小波变换的方法去噪.-Wavelet Denoising image to gray image coupled with a certain amount of Gaussian noise, and then using the method of wavelet transform de-noising.
psnr_noise
- 图像的小波去噪,给灰度图像加上一定量的高斯噪声,再采用小波变换的方法去噪,计算去噪前后图像的PSNR。-Wavelet Denoising images to grayscale images coupled with a certain amount of Gaussian noise, and then using the method of wavelet transform denoising calculated before and after denoising images PS
wavelet_code
- 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
a2
- 传统小波阈值去噪法 小波阈值收缩法去噪的主要依据是:小波变换特别是正交小波变换具有很强的去数据相关性,它能够使图像的能量在小波域集中在一些大的小波系数中;而噪声的能量却分布于整个小波域内,因此,经小波分解后,图像的小波系数幅值要大于噪声的系数幅值,可以认为,幅值比较大的小波系数一般以图像信号为主,而幅值比较小的小波系数在很大程度上是噪声。于是采用阈值的办法可以把信号系数保留,而使大部分噪声系数减少至零[-Study on Algorithm of Image Denosing Based o
wavelet_soft_threshold
- 小波变换软阈值去噪。采用阈值去噪时会产生振荡现象,而软阈值去噪可将图像变得较为平滑。-Soft-threshold wavelet de-noising. Threshold denoising using produces oscillation, while the soft-threshold denoising may become more smooth images.
WaveletImageDenoising
- 小波变换图像去噪论文,写的很好,很适合学习-Wavelet Image Denoising papers, written in very good, very suitable for learning
small
- 基于小波变换的图像去噪的matlab程序的源代码 基于小波变换的图像去噪的matlab程序的源代码(里面包含了源代码和运行的结果,-Image denoising based on wavelet transform of the matlab program s source code Image denoising based on wavelet transform of the matlab program s source code (which contains the s
UltraSound_program
- 超声图像去噪,基于小波变换的通用超声图像去噪,能够有效的去除相干斑-Ultrasound image denoising based on wavelet transform common ultrasound image denoising, can effectively remove speckle
waveletstools
- 基于小波变换应用的matlab程序,包含图像增强,图像分解,图像去噪,图像融合等-Applications based on wavelet transform matlab program, including image enhancement, image decomposition, image denoising, image fusion
wavelet-denoise
- 利用小波变换进行图像去噪的程序 基于MATLAB的-Image denoising using wavelet transform procedures for MATLAB-based
matlab
- 小波分析在图像处理中有非常重要的应用,包括图像压缩,图像去噪,图像融合,图像分解,图像增强等。文中给出了详细的程序范例,用MATLAB实现了基于小波变换的图像处理。-Wavelet analysis in image processing has very important applications, including image compression, image denoising, image fusion, image decomposition, image enhancemen
wavelet
- 使用小波变换进行图像去噪,对得到的高频部分利用软阈值和硬阈值法去噪-Image denoising using wavelet transform, the high frequency part by the use of soft threshold and hard threshold denoising
ImageDenoisingBasedonWaveletTransform
- 基于小波变换的图像去噪的matlab程序 程序使用说明: 1、软件应用平台:Matlab6.5或更高; 2、打开方法: 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。 然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。 程序内容写在在程序的注释里。 阈值的更改没有实现可视化,在源程序中可以改。-Image d
quzao
- 用小波变换实现sar图像去噪,包含实验报告,实验测试图像-Sar images using wavelet transform denoising, including test reports, laboratory test images
matlab小波自适应小波阈值去噪
- 一种基于小波变换的图像自适应阈值去噪方法和软阈值硬阈值去噪对比。
小波变换
- 用小波变换对图像进行分层处理,针对不同的子图像对不同方向进行滤波,达到对图像去噪的目的!(The wavelet transform is used to process the image in different layers, and different images are filtered in different directions, so as to achieve the purpose of image denoising!)
xiao_bo
- 小波变换对图像去噪,小波用海尔基,图像需输入文件名,图像可以直接去噪,也可以添加高斯白噪声后再去噪。压缩包中包含界面。具体情况详见m文件中注释。(Image denoising with wavelet transform,Harr wavelet)