搜索资源列表
Anewmethodofimagedenoisingbasedonwavelettransform.
- 根据图像小波分解的特点和小波分解后高频小波系数的统计特性,构造了一种新阈值函数的去噪算法。 与传统的硬阈值、软阈值函数相比,新阈值函数考虑了图像能量分布的特点,对于每一小波系数乘以一个与自身大小相 关的降噪因子,并且新阈值函数简单易于计算,具有较强的自适应性
xiaobojiangzao
- 根据小波变换和噪声信号地能量分布特性,提出了一种先用小波变换对含噪图像进行多尺度分解,求出各尺度小波变换高频系数地噪声方差和阈值,利用各尺度地阈值对高频系数进行处理,然后利用小波变换系数重构图像,实现图像降噪地方法。
xbjz
- 在小波软阈值的基础上进行改善相应的阈值根据分解层数的不同设定相应的阈值,对加入的高斯噪声图像进行降噪处理。结果还有些模糊,希望多多交流!
signal-analysis
- dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
wavelet-denoise-0.3.1.tar
- 基于小波的降噪算法,实现图像降噪 The wavelet denoise plugin for The GIMP-Noise reduction based on wavelet algorithm image denoising The wavelet denoise plugin for The GIMP
liftingwavelet
- 一种新的基于小波变换的阈值降噪方法介绍,并更传统阈值方法进行了比较-A new opportunity for the threshold wavelet transform denoising method introduction
infraredimagedenoise
- 红外图像自适应降噪处理的的论文。该方法首先将图像分解为R,G,B颜色分量图像,对每幅图像进行小波变换。根据变换后的不同细节子图的小波系数在区域及方向上具有的不同相关性,用不同的窗口对不同细节图像系数的方差进行估计,然后对小波系数进行一种改进的阈值处理,得到结果图像。-An adaptive wavelet denoising algorithm is presented for noise rem oval of pseudo-color infrared images.
wpdencmp
- contour函数的使用 matlab小波降噪 全局软阈值消噪图像 无偏估计软阈值消噪图像 同态滤波 启发式软阈值消噪图像 -contour matlab wavelet noise reduction function uses the global soft-threshold denoising images unbiased soft threshold denoising images with state of the heuristic filter
IST
- 可用于降噪,压缩传感等,迭代阈值求解最优解,-Can be used for noise reduction, compression sensing and iterative threshold to solve the optimal solution
101wavelet-denoiseing
- 一种基于小波的软硬阈值对图像的降噪。需要在matlab6.5或跟高的版本中运行。-wavelet denoiseing
wavelet_quzao
- 在小波域实现图像去噪,先对图像进行3级小波分解,然后对各子带进行阈值处理,实现降噪目的。-reduce speckle noise using wavlet method
photoprocess
- 该系统的主要功能包括:①能够读取、保存不常见格式的图像;②直方图均衡化处理;③添加噪声和均值降噪;④图像阈值化。⑤频域增强,产生模糊、锐化等一些效果-The system s main features include: ① the ability to read, save the image format is not common ② histogram equalization processing ③ mean added noise and noise reduction ④
longch
- 基于小波变化的图像阈值降噪研究,本文采用了软阈值降噪,硬阈值降噪。-Image threshold denoising
Image-Denoising-
- 基于小波变换的数字图像降噪的源代码,利用改进的小波阈值法进行图像去噪-Digital image noise reduction based on wavelet transform source code, improved wavelet thresholding method for image denoising
shiyan2
- 基于小波变换的图像去噪算法,分别应用软阈值降噪图像处理与硬阈值降噪图像处理-Noise reduction image processing applications soft threshold and hard threshold denoising image processing image denoising algorithm based on wavelet transform
SAR-image-despeckling
- SAR图像降斑,本文中,我们结合了小波变换进行图像的分解,并在分解的高频部分采用阈值去噪。-SAR image speckle reduction, this paper, we combine the wavelet transform for image decomposition and decomposition of the high-frequency part of the use thresholding.
xiaobo_tuxiangyuzhi
- 是一个有关图像处理的小波阈值降噪源程序,简便实用!-The image processing wavelet threshold noise reduction, simple and practical!
jiangzao
- 图像的小波阈值降噪代码,可以在matlab运行!-Image wavelet threshold noise code that can run on matlab!
lift2
- 对图像进行基于二维提升小波的阈值降噪处理(Dimensional lifting noise reduction of two - dimensional image)
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的