搜索资源列表
db-wavelet
- Matlab环境下利用Daubechies小波族中的db10小波对散斑退化图像进行了压缩数值仿真研究。研究表明:阈值以及分解层次的选取影响着图像压缩的质量。-Matlab environment using Daubechies wavelet tribal db10 wavelet the withdrawal of speckle image compression for the numerical simulation. Research shows : the threshold le
xbryz
- 此代码,可以完成matlab下的小波软阈值图像去噪,可以做不同阈值下的图像去噪,并通过峰值信噪比psnr的比对来说明阈值选取的方法-Wavelet threshold denoising compared soft threshold and hard threshold and the current method of calculating the various thresholds and thresholds approach the performance of function,
waveleseriestthreshoding
- 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
DWT_shuiyin
- 提出了一个新的基于量化抖动和模式分组编码的盲数字图像水印算法,该算法首先在DWT(离散小波变换)的第 二层中频子带中随机选取相应位置的绝对值最大的系数作为水印的嵌入区间,对小波系数进行量化并根据分组编码原 理生成预嵌入模式,然后将一个二值水印图像嵌入到模式当中。-Proposed a new model based on quantitative jitter and packet-coded blind digital image watermarking algorithm, the
waveletdenoiseandip
- 讲述小波降噪算法,综述了阈值如何选取以及评定指标,并利用IP软核实现技术研究-About the wavelet denoising algorithm, the threshold review and assessment of indicators of how to select and use IP soft core Implementation Technology
SVD_DWTimage
- 提出了一种新的基于离散小波变换(DWT)与奇异值分解(SVD)相结合的数字图像水印算法。该算法将原始图像作小波分解并将小波分解得到的低频子带进行分块,对每一块进行奇异值分解后,选取每块中最大的奇异值通过量化的方法嵌入经过Arnold置乱后水印信息。-A new wavelet transform based on discrete (DWT) and Singular Value Decomposition (SVD) combination of digital image watermark
Wavelet-transform---image-fusion
- 小波变换-图像融合的matlab代码~ 图像融合实验。显微镜或照相机在某一次固定焦距下清晰成像的物距是一定的,即成像的物体只有一个层面是清晰而其它层面是模糊的,需要我们把各幅在不同焦距下的图像融合成一张图像,使得远近的物体都清晰。 设定好融合图像数、小波分解的层数、彩色图像的通道数等几个参数后,可对原图像进行融合。 本算法首先对彩色图像变成YIQ空间,对所有图像的各个颜色分量进行小波分解,然后在小波变换域上根据某种策略选取系数,最后做小波反变换和YIQ反变换即得结果图像。-Wa