搜索资源列表
waveletdenoisingmatlabprogrem1
- 该程序的功能是用小波实现图像去噪的目的,主要是自然图像。-the procedure is the function image using wavelet denoising, our main purpose is natural images.
xiaobobao
- 这是基于matlab的图像去噪程序,使用小波包的方法实现。默认阈值。及小波分解重构等。-This is based on Matlab image denoising, the use of wavelet packet method. The default threshold. Wavelet decomposition and reconstruction, and so on.
多小波去噪.rar
- 多小波去噪,只需要改变一下图像的路径就可以用了!!!!
小波hmt模型去噪
- 利用matlab软件进行小波hmt模型去噪,是一种实用的图像处理方式。
imagewaveletfiltering
- 用小波实现图像去噪的一个程序,去噪效果好,对想用小波来对图像去噪的同学很有帮助。-Wavelet image denoising implementation of a program, de-noising effect of want to use wavelet image denoising the Student helpful.
bayesthresholding
- IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码-IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS Bayesian (BAYES) threshold wavelet (WAVELET) image denoising algorithm source cod
VisualC
- 图像处理源代码,包括增强、分割、去噪、水印、小波变换-Image processing source code, including enhanced segmentation, denoising, watermarking, wavelet transform
xiaobobao
- ch3=softt(h3,thr1 clear clc I=imread( lena512.bmp ) imshow(I) I=double(I) II=I+30*randn(size(I)) figure imshow(II,[]) [a1,h1,v1,d1]=dwt2(II, sym8 ) [a2,h2,v2,d2]=dwt2(a1, sym8 ) [a3,h3,v3,d3]=dwt2(a2, sym8 ) sigma=
mosaicbaye
- 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码-(WAVELET) image denoising algorithm source code based on Bayesian (BAYES) threshold wavelet
Eddenoise1x
- 用于图像去噪实验界面,包括小波去噪,中值滤波等,程序有MMATLAB的gui界面,调试成功。,已通过测试。 -For image denoising experimental interface, including wavelet denoising, median filtering, procedures the gui interface MMATLAB, debugging success. , Has been tested.
tuxiangquzao
- 基于小波变换的图像去噪方法实现—小波变换的实现-- The realization of the wavelet transform image denoising method based on wavelet transform
wavelettransform
- 利用小波变换进行奇异点检测、图像去噪,包括一维、二维程序-wavelet transform
multiwaveletlib
- 本程序是用于图像去噪,使用的是多小波GHM去噪方法,对比单小波去噪效果明显。-This procedure is used for image denoising, the use of multi wavelet GHM denoising method, compared to Dan Xiaobo denoising effect is obvious.
feigiu
- 应用小区域方差对比,程序简单,有小波分析的盲信号处理,sar图像去噪的几种新的方法。- Application of small area variance comparison, simple procedures, There Wavelet Analysis Blind Signal Processing, Several new methods sar image denoising.
qoulen_v65
- 基于多相结构的信道化接收机,sar图像去噪的几种新的方法,小波包分析提取振动信号中的特征频率。- Channelized receiver based on multi-phase structure, Several new methods sar image denoising, Wavelet packet analysis to extract vibration signal characteristic frequency.
quzao
- 一维去噪,使用提升小波分解方法,输出图像(One dimensional denoising method using wavelet decomposition, image output)
prog
- 利用自适应小波收缩的方法对图像进行去噪处理(Feature Adaptive Wavelet Shrinkage for Image Denoising)
xiao_bo
- 小波变换对图像去噪,小波用海尔基,图像需输入文件名,图像可以直接去噪,也可以添加高斯白噪声后再去噪。压缩包中包含界面。具体情况详见m文件中注释。(Image denoising with wavelet transform,Harr wavelet)
图像去噪程序
- 小波阈值去噪具有很强的相关性,通过小波阈值处理,可以将噪声分为对应的小波系数,在经过阈值处理可以滤除,从而达到去噪的效果。(Wavelet threshold denoising has a strong correlation. Through wavelet threshold processing, the noise can be divided into corresponding wavelet coefficients. After threshold processing, th
小波去燥MATLAB代码
- 使用小波去燥法去除灰度图像中的噪点,很好使用 亲测可用(Use wavelet de-drying method to remove the noise in the gray image, which is easy to use. Pro test is available)