搜索资源列表
二维小波图象处理.zip
- 用小波处理压缩图像
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为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
小波变换在活塞环图像边缘检测中的应用研究
- 摘 要 小波变换是时间频率的局部化分析,它可以通过伸缩平移运算对信号逐步进行多尺度细化。本文正是基于小波变换在图像处理领域中表现出的多尺度分析,提出了用小波变换检测活塞环图像边缘的方法,这种方法通过对二维小波变换图像局部极大值的检测得到图像的边缘信息。通过实验证明了这种方法的有效性。-Abstract wavelet transform is the local time frequency analysis, it can shift computing through telescopic
二维小波变换程序
- 关于二维小波变换程序,用matlab编写的,请大家多提宝贵意见,-on wavelet transform two-dimensional procedures used in the preparation of Matlab, we offer valuable opinions, thank you
二维小波变换
- 此文件为,小波变换的算法程序
二维小波分析对图像处理的应用
- 本文从二维小波理论出发,对其在图像处理的应用上进行了一些分析和处理,力图反映出小波分析在图像处理方面有着其独特的特点。
二维小波变换
- 该程序用mallet算法实现了图像二维离散变换,对初学小波变换的朋友有一定帮助
二维小波
- VC实现的二维小波源码 注释详细
2ddwt二维离散db小波.rar
- 小波变换子程序,Wavelet Transform Subroutine
test4_wavelet_DIPUM.rar
- 用二维小波包分解得到水平垂直细节系数,据此组合合成图像的边缘,并与传统算子方法对比,Two-dimensional wavelet packet decomposition has been the level of vertical detail coefficient, which images the edge of combinatorial chemistry and operator with the traditional methods
一维和二维小波变换的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
WavelAlg
- 本系统是一个基于VC++的小波算法,包含两个变换,一维小波变换和二维小波变换,对图像处理和视频压缩方面有很广泛的应用。-Based on this system is a VC++ Wavelet algorithm, consists of two transformations, one-dimensional wavelet transform and two-dimensional wavelet transform of image processing and video compr
wavelet_signal
- 采用Mallat算法的一维和二维小波分解程序代码-Mallat algorithm using one-dimensional and two-dimensional wavelet decomposition code
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.
tool_image_6
- 基于fft和二进小波编写的二维小波多孔算法图像分解,效果不错-Fft and based on dyadic wavelet algorithm for the preparation of porous two-dimensional wavelet image decomposition, good results
二维离散小波变换的代码
- 二维小波变换,不断分层,依次类推,形成卷积数组(Two dimensional wavelet stratification, continuous.)