搜索资源列表
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
EZWcode
- 嵌入式小波零树(EZW)算法的过程详解和Matlab代码。-EZW code 。
EZWdecode
- 嵌入式小波零树(EZW)算法的过程详解和Matlab代码(3)解码过程-EZW decode。
xiaobo
- MATLAB的ezw算法,有详细的介绍,可实现程序的编译功能-MATLAB' s ezw algorithm, a detailed descr iption of the program compiled functions can be realized
975430EZW
- ezw算法,对你的学习很有帮助啊,学习学习啊-ezw algorithm, for your very helpful ah, learning to learn ah
EZW
- Shapiro提出的内嵌零树小波编码算法(EZW Embedded Zerotree Wavelet),其出发点在于小波变换后各级子带系数之间在空间上和方向上所呈现出带间相似性,这种空间相似性可以用一种新型的数据结构--零树(Zerotree).EZW算法就是充分利用这种相似性,获得高性能的图像编码算法.-Shapiro' s embedded zero tree wavelet coding algorithm (EZW Embedded Zerotree Wavelet), whose
ezw20100301
- 对原始的EZW算法德扫描顺序进行改进,使得每个方向上的零树根增多,大大增加了压缩率。-EZW algorithm on the original scan order to improve Germany, so that each direction of the zero roots increased, greatly increased the compression ratio.
EZWsuanfa-Matlab
- EZW算法的过程详解和Matlab代码,关于小波树的变换,在图像处理中的应用-Detailed process of EZW algorithm and Matlab code, the tree on the wavelet transform, applications in image processing
EZW
- EZW算法,实现对图像的零树小波算法,实现图像压缩-EZW algorithm, realize vs ICON of null tree small wave algorithm, carry out ICON compression
ezwmatlab
- 使用Matlab写的EZW算法,里面有实例 -ezw algorithm, there are examples
EZW算法 图像压缩
- 根据小波分析,运用EZW算法对图像进行压缩。 先运行lookup_128.m,再运行encode_128.m,最后运行decode_128.m