搜索资源列表
小波分解与重构
- 用VC++实现的一维小波分解与重构,含原理分析文档,对小波研究者极有用。-with VC of a peacekeeping wavelet decomposition and reconstruction, including principles to analyze documents, the researchers wavelet very useful.
MATLAB7
- 用小波进行图像处理,以及一个QPSK调制程序,还有用MATLAB实现二维小波分解与重构程序,请大家指正-wavelet image processing, and a QPSK modulation procedure, there are two-dimensional MATLAB wavelet decomposition and reconstruction process, please correct
Wavelet_Compression_bior37
- 利用小波分解与重构,实现图像压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
denoise+compression
- 利用小波分解与重构,实现图像去噪和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, Image Denoising and Compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
enhancement+fusing
- 利用小波分解与重构,实现图像增强和融合,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image enhancement and integration, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
filtering+compression
- 利用小波分解与重构,实现图像滤波和压缩,可灵活选用其他小波,简单易懂,特别适合小波初学者.-using wavelet decomposition and reconstruction, image filtering and compression, the flexibility to choose other wavelet is simple to understand and Wavelet particularly suitable for beginners.
waveletdecompostitionandrestructionVC++
- 一维信号小波分解与重构的VC++源程序可扩展为二维
dwt
- 对原始输入图像进行3级非标准小波分解与重构: 非标准Haar小波分解子程序nstdhaardec2.m 非标准Haar小波重构子程序nstdhaarrec2.m 非标准小波分解子程序mydwt2.m 非标准小波重构子程序myidwt2.m
Wavelet
- Visual C++下的小波变换,小波分解与重构,加入噪声分析,显示分解和重构图形。-Wavelets for data encode and uncode, the figures would be shown.
wavelets
- 关于小波包多尺度分解与重构的学习资料,详细介绍了各函数的语法与用法-Some very useful multi-scale wavelet packet decomposition and reconstruction of information
BC
- 基于Windows的二维小波分解与重构BC++4。5-Windows-based two-dimensional wavelet decomposition and reconstruction BC++4. 5
twodwavelet
- VC++程序,内容是二维图像小波分解与重构-VC_ two-dimensional image wavelet decomposition and reconstruction
fenjieyuchonggou
- 对图像进行小波分解与重构,并进行去噪处理-Wavelet image decomposition and reconstruction, and denoising
wavelet-image
- 二维图像信号的去噪步骤: (1)二维图像信号的小波分解。选择合适的小波与恰当的分解层次N,并对待压缩的二维图像信号进行N层分解计算。 (2)对分解后的每一层高频系数,选择一个恰当的阈值,并对该层高频系数进行软阈值量化处理。 (3)二维图像信号的小波重构。用小波分解后的第N层近似(低频系数)和经过阈值量化处理后的各层细节(高频系数),对二维信号进行小波重构。-Two-dimensional image signal denoising steps: (1) two-dimensiona
Digital-Image-Processing4
- 数字图像处理实验,二维小波分解与重构程序实例。-Digital image processing experiments, two-dimensional wavelet decomposition and reconstruction of the instance.
dbwavelets
- 使用db小波分解与重构的方法来实现多尺度边缘检测,具有较好的边缘检测效果-Use db wavelet decomposition and reconstruction methods to realize the multi-scale edge detection, edge detection has good results
小波去噪
- 运用小波阈值实现图像去噪,同时有小波的分解与重构。(Wavelet threshold is used to realize image denoising and wavelet decomposition and reconstruction.)
小波分解与重构
- 简单的小波变换函数,基本的原理,算法,适合学习(Simple wavelet transform function, basic principle, algorithm)
omp重构图像
- 小波分解与重构,具体的图像可以用自己的。。。。。。。。。
小波降噪
- 小波降噪的方法有多种,如利用小波分解与重构的方法滤波降噪、利用小波变换模极大值的方法去噪、利用信号小波变换后空域相关性进行信噪分离、非线性小波阈值方法去噪、平移不变量小波降噪法,以及多小波降噪等等。归结起来主要有三类:模极大值检测法、阈值降噪法和屏蔽(相关)降噪法。其中最常用的就是阈值法去噪,其基本思想就是利用图像小波分解后,各个子带图像的不同特性选取不同的阈值,从而达到较好的降噪目的