搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
二维小波分析对图像处理的应用
- 二维小波分析对图像处理的应用-wavelet analysis of 2D image processing applications
二维小波变换0
- 二维小波变换源程序-wavelet transform two-dimensional source
二维小波变换程序
- 关于二维小波变换程序,用matlab编写的,请大家多提宝贵意见,-on wavelet transform two-dimensional procedures used in the preparation of Matlab, we offer valuable opinions, thank you
二维小波变换
- 此文件为,小波变换的算法程序
二维小波分析对图像处理的应用
- 本文从二维小波理论出发,对其在图像处理的应用上进行了一些分析和处理,力图反映出小波分析在图像处理方面有着其独特的特点。
二维小波
- VC实现的二维小波源码 注释详细
二进小波变换(MATLAB源程序)
- 该程序应用二进小波变换对二维信号图像进行去噪
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
二维小波图象处理
- 用小波处理压缩图像- Processes the compression picture with the wavelet
二维小波分析对图像处理
- 介绍小波的基本概念,并对图像进行压缩,消噪,增强,融合以及平滑处理.-introduced the basic concepts, as well as image compression, denoising, enhancement, integration and smooth handling.
Wavelet2D
- 二维小波变换算法实现压缩解压的程序,此程序中处理的图像为典型的测试图像lena-Two-dimensional wavelet transform algorithm compression decompression procedures, the procedures for dealing with images typical test images lena
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
Wavelet2D
- 该文件是关于二维小波变换在Visual c++中的实现。-The paper is about the two-dimensional wavelet transform in Visual c++ in the implementation.
DWT_2D_matlab
- 用DWT实现二维小波变换:对图像进行二维小波分解,显示分解结果,最后重构源图像并显示结果 -Achieved using two-dimensional wavelet transform DWT: two-dimensional wavelet decomposition of the image, showing decomposition results, and finally reconstruct the source image and display the results
xiaobo2
- 一个基于二维小波变换的边缘检测(Edge detection based on two dimensional wavelet transform)
二维离散小波变换的代码
- 二维小波变换,不断分层,依次类推,形成卷积数组(Two dimensional wavelet stratification, continuous.)
MATLAB二维小波变换
- matlab实现二维小波变换,需把文件名改为英文(MATLAB realizes 2-D wavelet transform and needs to change the file name to English.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)
二维小波分解
- 二维小波分解matalb代码,用于分解离散数据成不同高低频率