搜索资源列表
使用小波变换的图像边缘检测算法
- 使用小波变换的图像边缘检测算法-use wavelet transform Edge Detection Algorithm
liftpack-1.0
- 小波变换算法源代码 -source code for wavelet transform algorithm
WVC_c
- SSE 小波变换, sse优化的小波变换算法,速度奇快-SEE wavelet transform,sse optimized wavelet transform arithmetic,the speed is singularity quick.
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
mywavelet
- 小波变换算法的C语言实现,包括DWT,INDWT,提升小波,以及小波去噪的MATLAB源代码-wavelet transform algorithm in C language, including DWT, INDWT upgrade wavelet Wavelet denoising and MATLAB source code
wavelet_application
- 小波,傅立叶等变换算法及其应用,很有价值-wavelet, such as Fourier transform algorithm and its application and of great value
LS97
- 提升小波变换算法,采用CDF97小波完成图像的小波变换,共研究图像和视频处理的朋友参考。-lifting wavelet transform algorithms, wavelet filter used to complete the image wavelet transform, examined a total image and video processing friends reference.
Hartly
- hartly变换的二维快速变换算法,实现实数形式的快速变换,可以快速进行信号的变换,实现类似Gabor的变换-hartly transform the two-dimensional fast algorithm to achieve real form of rapid transformation, can quickly transform the signal to achieve similar Gabor transform the
小波变换的快速离散算法实现及应用
- 小波变换的快速离散算法实现及应用-wavelet transform fast discrete algorithm and its application
KuaiSuXiaoBoSuanFa
- 基于子带编码的快速小波变换算法-subband coding based on the fast wavelet transform algorithm
Fourier
- Fourier图形变换,实现快速付立叶变换算法,对图像进行付立叶变换。
小波变换实现数据压缩
- 基于小波变换的数据压缩算法,实现了基于EZW算法的一个软件系统。
FFT
- 用c实现的快速傅立叶变换算法,用作频谱分析
小波变换算法源代码
- VC++实现小波变换算法源代码-VC wavelet transform algorithm source code
DWT
- 在VC6.0下实现的小波变换算法,与大家分享
VC++图像处理最基本算法
- 专门用于图像处理的最基本算法,包括傅里叶变换,滤波,平滑等基算法
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
语音增强算法,谱减法、小波变换
- 使用matlab语言实现的语音增强算法,包括谱减法以及小波变换的实现,对理解原理有很好的作用。(Voice Enhancement Algorithm written using matlab scr ipts, including spectral subtraction and wavelet transform implement.)
二维离散小波变换
- mallatm.m:一维mallat快速分解函数 mallatr.m:一维mallat快速重建函数 mallatm2d.m:二维mallat快速分解与合成算法的演示函数,要调用mallatm.m与mallatr.m 在matlab命令行键入(Two dimensional discrete wavelet transform)
DFT(傅里叶变换)
- 傅里叶变换在图像处理中被广泛应用,该算法实现了傅里叶变换的基本代码。(This algorithm implements the basic code of the Fourier transform.)