搜索资源列表
97小波变换源程序
- 7wave.c是小波变换的源程序程序,97wave.exe是用Lccwin32编译的可执行文件,lena512.raw是测试图像数据,可用potoshop打开,97.bat是可直接执行的批处理文件.希望对小波变换的同仁有所帮助! -7wave.c wavelet transform is the source procedures 97wave.exe is Lccwin32 compiler executable file lena512.raw test image data can b
提升法97经典程序
- 提升法97经典程序(本程序实现任意偶数大小图像第二代双正交97提升小波变换),希望大家多多交流-upgrade classical procedure (the program arbitrary size images even second-generation upgrade biorthogonal wavelet transform 97), I hope Members can exchange
wavelet97
- 利用97小波变换进行图像压缩,用matlab仿真,实验证明它具有较高的压缩比-using wavelet transform image compression using Matlab simulation experiment to prove that it has a higher compression ratio
toolbox_liftwave
- 一个提升小波变换的matlab工具包。可以实现97,53,haar等系列的提升小波分解与重构。-an upgrade wavelet transform Matlab tool kit. 97,53 can be achieved, haar series of lifting wavelet decomposition and reconstruction.
9-7Filter
- 2005/12/07 此程序主要使用mallet算法实现的是97小波变换程序 -2005/12/07 The procedure used mallet algorithm is 97 Wavelet Transform Procedure
97
- 97整数小波变换源程序,文件中有可执行程序。
lift97
- 经典提升97小波变换以及反变换,分别进行行列变换,实现多级变换。
97wave
- 97小波变换的c语言源程序,可供学习小波者参考
离散小波、53小波、97小波变换的程序代码
- 离散小波、53小波、97小波变换的程序代码,包括3个h头文件和3个cpp文件,用VC6开发,对初学者非常实用,Discrete Wavelet, 53 wavelet, wavelet transform 97 of the program code, including the first 3 h of documents and three cpp file, use VC6 to develop, very useful for beginners
10_liftwave
- 97提升小波变换源程序,经典的提升小波变换C程序-97 liftwave sourece code
CDF97WaveletTransform
- 对 JPEG2000 进行小波的 CDF 97 变换-CDF 97 Wavelet Transform
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换。 -A useful M function for lifting scheme.
lift97
- 97小波的提升编码解码C程序,可用于图像的97小波变换-97
Josephu
- 用Java实现97提升小波变换,动态演示和可视化-Realizes 97 promotion wavelet transformation with Java, dynamic demonstration and visualization
wavelettransform
- 这是基于C++实现的小波检测代码,实现了两种小波变换dwt和97小波变换,希望对大家能有所帮助-This is based on C++ implementation of the wavelet detection code to achieve the two wavelet transform dwt and 97, in the hope that we can help
wavelet-CDF97
- matlab 97小波变换源代码-wave 97
xbbh
- 该程序是对图像进行97小波变换的程序,对图像进行压缩-97 wavelet transform program
qrxnsformhashas
- 实现二进97小波变换的一个例子,对深入理解小波变换有帮助,-Realization of binary wavelet transform is an example of 97 has help to the deep understanding of wavelet transform,
bqzary
- 实现二进97小波变换的一个例子,对深入理解小波变换有帮助,(Realization of binary wavelet transform is an example of 97 has help to the deep understanding of wavelet transform,)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序