搜索资源列表
基于提升小波变换的图像压缩
- 基于提升小波的图像压缩方法,算法简单,实现容易!!
第二代提升小波变换
- 本程序是第二代提升小波变换,本程序简单易懂
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
10_liftwave
- 97提升小波变换源程序,经典的提升小波变换C程序-97 liftwave sourece code
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
wavelet
- 基于快速提升小波变换与 人眼视觉特性的数字水印算法-tishengbiaobo
liftpack
- 提升小波变换包,可进行一维和二维信号的处理-lift wavelet transformer which may operate on one or two dimension signal.
lifting_97
- 本程序实现任意偶数大小图像第二代双正交97提升小波变换。 -A useful M function for lifting scheme.
Josephu
- 用Java实现97提升小波变换,动态演示和可视化-Realizes 97 promotion wavelet transformation with Java, dynamic demonstration and visualization
WavletTrans
- 关于小波变换的程序.rar,提升小波变换,滤波。-The procedure on the wavelet transform. Rar, lifting wavelet transform, filter.
begin
- 9/7提升小波变换中奇偶分裂步、预测步、边界延拓处理和模块测试平台的Verilog代码描述:-9/7 lifting wavelet transform in odd and even split-step, prediction step, boundary extension process and module test platform described in Verilog code:
good
- 我自己编写的程序,实现一维信号的提升小波变换-I have written a program to achieve a one-dimensional wavelet transform to enhance the signal
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实现
基于小波变换的图像匹配
- 使用小波变换进行图像匹配,从而提升其匹配速度(Using the wavelet transform to match the image, so as to improve the matching speed.)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序