Welcome![Sign In][Sign Up]
Location:
Search - EZW code

Search list

[Mathimatics-Numerical algorithmsReversible EZW-Based Image Comp

Description: 可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换。-reversible EZW coding code, wavelet transform is mainly used for the reversible transformation.
Platform: | Size: 29074 | Author: 东海 | Hits:

[Windows DevelopEZW编码与解码

Description: 嵌入式零树编码程序(包括编码,解码,vc语言开发)-application-embeded zero tree code program(including code,decode ,vc language developing.)
Platform: | Size: 879616 | Author: aromazzll | Hits:

[Compress-Decompress algrithmsEZW算法

Description: 采用小波零树的EZW压缩编码算法,matlab实现代码-This code adopted the zero tree to fulfill the algorithm in matlab.
Platform: | Size: 3072 | Author: 陈翔宇 | Hits:

[Mathimatics-Numerical algorithmsReversible EZW-Based Image Comp

Description: 可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换。-reversible EZW coding code, wavelet transform is mainly used for the reversible transformation.
Platform: | Size: 28672 | Author: | Hits:

[Compress-Decompress algrithmsEZW

Description: EZW算法的matlab代码,希望对大家有用-EZW algorithm matlab code, everyone would like to be useful
Platform: | Size: 3072 | Author: 飞龙 | Hits:

[Compress-Decompress algrithmsEZW

Description: EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -EZW For the source code contains six files: EZW.H- EZW encoder header files EZW.C- EZW encoder document MATRIX2D.H MATRIX2D.C- encoder data definition and data manipulation FIFO.H FIFO.C-- scanning definition: the principle of FIFO LIST.H LIST.C- definition of zero-tree structure and operation of UNEZW.C- EZW decoder here, readers should have a focus EZW.C and LIST.C content, fully understand the zero- tree concept.
Platform: | Size: 11264 | Author: yang | Hits:

[Compress-Decompress algrithmsEZW

Description: EZW的matlab程序 基于小波变换对图像进行压缩编码的研究-EZW the matlab procedure based on wavelet transform image coding research
Platform: | Size: 32768 | Author: zhengzheng | Hits:

[JSP/JavaEZW

Description: 这是EZW压缩的原始程式码, 是用JAVA写的程式码。-This is the EZW compression source code is written using JAVA code.
Platform: | Size: 2048 | Author: SHIN | Hits:

[Compress-Decompress algrithmsEZW

Description: 本代码经过本人多次调试运行过,绝对可用。用户可根据里面的(执行步骤)这一文件运行程序。该ezw代码基于raster扫描顺序(有别于常用的morton扫描顺序)来编写的。-I have this code after debugging run-off is absolutely available. Users can be inside (steps) of the document run the program. EZW code based on the raster scan order (as distinct from the commonly used Morton scan order) to write the.
Platform: | Size: 75776 | Author: 独行士 | Hits:

[matlabEZWcode

Description: 嵌入式小波零树(EZW)算法的过程详解和Matlab代码。-EZW code 。
Platform: | Size: 3072 | Author: 张刚 | Hits:

[Compress-Decompress algrithmsEZW

Description: C语言编写的EZW编解码算法,其中编码扫描的方式为先入先出原则-C language EZW codec algorithm, which scans the code for the principle of FIFO
Platform: | Size: 11264 | Author: 王志伟 | Hits:

[Compress-Decompress algrithmsEZW-matlab

Description: 该压缩包为数字图像处理中的嵌入式零树小波算法的MATLAB源代码,上机调试过,可完美运行。-The compression of digital image processing package for the embedded zerotree wavelet algorithm of the MATLAB source code, debug the machine, and can be run perfectly.
Platform: | Size: 6144 | Author: 雪莱 | Hits:

[Special EffectsEZW

Description: 此代码是小波零树算法的matlab实现程序,子程序较为齐全,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。-This code is the wavelet zero-tree algorithm matlab implementation procedures, subroutines are more complete, including the final calculation of the peak signal to noise ratio and the compressed image compression source.
Platform: | Size: 265216 | Author: waker | Hits:

[Special EffectsEZW

Description: 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结。-The main topic article discuss is wavelet transform the application of image processing. In the article introduces the basic conception of data image processing and the basic theory of wavelet transform. Based on the image wavelet transform theory, the realize of the image wavelet transform technology——analysis on Mallat algorithm, and basis on Mallat algorithm that use the software of VC++ realize of the image wavelet transform. Mallat algorithm is using the wavelet coefficients and the filter of signal processing, so it greatly simplified the computing of wavelet coefficients algorithm. EZW code is the structure which is a simple and effective image coding algorithm with which an encoder can terminate the encoding at any point thereby allowing a target rate or distortion metric to be met exactly.
Platform: | Size: 96256 | Author: 尹晨 | Hits:

[Special Effectsezw(1)

Description: 小波分析具有很强的数学背景,因此学好和应用好小波有一定的难度。本文研究的则是小波变换在数字图像处理中的应用,文中介绍了数字图像处理的基本概念和小波变换的基本理论及其在图像处理中的应用技术—Mallat算法,并应用Mallat算法来实现图像小波变换,以及对小波变换后的图像进行嵌入式小波零树系数编码的理论研究。本文在最后对应用Visual C++编程实现其变换进行分析和总结-Mallat algorithm that use the software of VC++ realize of the image wavelet transform. Mallat algorithm is using the wavelet coefficients and the filter of signal processing, so it greatly simplified the computing of wavelet coefficients algorithm. EZW code is the structure which is a simple and effective image coding algorithm with which an encoder can terminate the encoding at any point thereby allowing a target rate or distortion metric to be met exactly.
Platform: | Size: 9216 | Author: 尹晨 | Hits:

[Graph programEZW

Description: 基于小波变换的图像嵌入式零数编码的Matlab代码-Image based on wavelet transform embedded zerotree coding of Matlab code
Platform: | Size: 20480 | Author: qingning_wang | Hits:

[matlabezw

Description: 一个简单的ezw编解码程序,希望对大家有所帮助。-one simple code about encoding and decoding。I hope it makes any help。
Platform: | Size: 7168 | Author: zhangxinju | Hits:

[matlabModify-EZW

Description: 修改后的EZW,有详细说明。能够看懂代码的。-Modified EZW, are described in detail. Can understand the code.
Platform: | Size: 1209344 | Author: 张宁 | Hits:

[matlabEZW

Description: 小波变换的EZW源码,官方代码,绝对能运行,绝对是经典代码-source code of EZW, the wavelet transformation.
Platform: | Size: 99328 | Author: 梁坚强 | Hits:

[matlabEZW

Description: 本代码经本人多次调试运行过,绝对可用。用户可根据(执行步骤)这一文件来运行程序。-After I debug this code to run over several times, absolutely free. Users can (step) of the file to run the program.
Platform: | Size: 436224 | Author: 程擎 | Hits:
« 12 3 4 »

CodeBus www.codebus.net