搜索资源列表
基于提升小波变换的图像压缩
- 基于提升小波的图像压缩方法,算法简单,实现容易!!
第二代提升小波变换
- 本程序是第二代提升小波变换,本程序简单易懂
基于提升小波变换的SPECK图像编码算法
- 基于提升小波变换的SPECK图像编码算法
liftwavedec2.rar
- 计算第二代harr小波变换或者说是整数提升小波变换的源代码,Calculation of second-generation or harr wavelet transform is an integer lifting wavelet transform of the source code
15615
- matlab一维提升小波变换,二维提升小波变换-matlab one-dimensional wavelet transform, two-dimensional lifting wavelet transform
5_3_2dwt
- 5/3二维提升小波变换,使用matlab语言实现-5/2 2dwt,used matlab to realize
vc++提升格式小波变换
- 完整小波变换类,包括一个头文件,实现文件和一个readme文件-Complete wavelet transform categories, including a header file, files and a readme file
基于整数小波变换的编码
- 基于提升格式的整数小波变换及其编解码- And its arranges based on the promotion form integer wavelet transformation decodes
JPEG2000_001.pdf
- JPEG2000是新一代静态图像压缩标准,它具有优良的压缩性能和很高的灵活性。介绍了JPEG2000的编码流程,研究了它的核心算法,重点分析了JPEG2000所采用的提升小波变换。并得出JPEG2000与传统的图像压缩标准相比确实具有更加优越的性能的结论.-JPEG2000 is the next generation still image compression standard, it has excellent compression performance and high flexi
LWT97
- 提升小波变换的LWT97Matlab源代码,希望对大家有帮助!-Lifting Wavelet Transform
REDUNDANTLWT53
- 冗余提升小波变换的源代码,希望对大家有帮助!-Redundant wavelet transform to enhance the source code, I hope all of you help!
MATLABshixianxiaobobianhuanyasuo
- MATLAB实现提升小波变换的图像压缩,下载即可运行-MATLAB realization of Lifting Wavelet Transform Image Compression, download you can run the
liftingdemo
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换-This procedure of an arbitrary even-size images to enhance the second-generation dual-orthogonal wavelet transform 97
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换-failed to translate
li5-39
- 先进行提升小波变换,然后使用提升小波进行图像的分解和重构-Be carried out on lifting wavelet transform, and then use the images to enhance the wavelet decomposition and reconstruction
基于OpenCV 2.X提升小波变换类
- 基于提升小波变换算法的C++类,利用OpenCV 2.x实现
提升法实现第二代小波变换
- 提升法实现第二代小波变换,非常好用的程序。(Lifting method to achieve second Dai Xiaobo transform, very easy to use program.)
基于小波变换的图像匹配
- 使用小波变换进行图像匹配,从而提升其匹配速度(Using the wavelet transform to match the image, so as to improve the matching speed.)
lwt
- 基于MATLAB平台,实现提升小波变换算法(Implementation of lifting wavelet transform algorithm based on MATLAB platform)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序