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

Search list

[Wavelet常用小波源程序

Description: 本目录存放的小波编码实现的源程序: 打开ezw2.dsw工作区,编译后可在\ezw2\ezw\debug中找到编码可执行程序; 在\ezw2\unezw\debug中找到解码可执行程序 本程序主要实现小波变换功能-Wavelet realization of the source coding : Open ezw2.dsw work, compiled in \ ezw2 \ ezw \ debug find executable code; in \ ezw2 \ unezw \ debug find the executable decoding procedures main wavelet transform gong can
Platform: | Size: 940032 | Author: 师花 | Hits:

[Compress-Decompress algrithmsEZWvc

Description: ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
Platform: | Size: 11264 | Author: 马木木 | Hits:

[2D Graphiceezw

Description: EZW作为小波变换的一种方法,是比较适用的,不仿试一试看,如何?-EZW as a wavelet transform method is applicable, not imitation try to see how
Platform: | Size: 1024 | Author: 张样 | Hits:

[3D Graphicmentos_ezw

Description: 用matlab实现的EZW编码解码,对图像进行小波变换,EZW算法搜索小波系数矩阵,包括熵编码(HUFFMAN)-achieved using Matlab EZW codec, the image wavelet transform, EZW wavelet algorithm search coefficient matrix, including entropy coding (HUFFMAN)
Platform: | Size: 10240 | Author: 小迟 | Hits:

[GDI-Bitmapspiht123

Description: 一个重要的图像编码程序,是基于ezw基础上发展起来的-an important image coding process is based on ezw developed on the basis of
Platform: | Size: 2026496 | Author: 徐默 | Hits:

[matlabfast-ezwmatlab

Description: 这是利用matlab所写的ezw影像压缩法,但是我有改过一些步骤,比传统ezw更快。-This is written in the use of Matlab ezw image compression method, but I have to turn over some steps, ezw faster than traditional.
Platform: | Size: 4096 | Author: 侯靖邦 | Hits:

[2D Graphicex5-4

Description: 我下载观于图像方面的EZW编码,与大家共享之,希望大家有什么好的资料共同交流-I downloaded to view the images EZW and share short, hope you have any good common information exchange
Platform: | Size: 8192 | Author: wan4u | Hits:

[Waveletvcxbbm

Description: 本目录存放的小波编码实现的源程序:打开ezw2.dsw工作区,编译后可在\ezw2\ezw\debug中找到编码可执行程序;在\ezw2\unezw\debug中找到解码可执行程序。-Wavelet Coding of the source : Open ezw2.dsw work, compiled in \ ezw2 \ ezw \ debug find executable code; In \ ezw2 \ unezw \ debug find decoder executable.
Platform: | Size: 126976 | Author: 黎明 | Hits:

[Compress-Decompress algrithmsezw_unezw

Description: ROI的ezw和huffman混合压缩编码,对感兴趣区域采用了huffman无损压缩,非感兴趣区调用ezw压缩-ROI ezw mixed and Huffman coding. the region of interest using a lossless compression Huffman, non-interest area called compression ezw
Platform: | Size: 239616 | Author: 郭复胜 | Hits:

[Special Effectsezw_fyytt

Description: 此程序为用于jpeg2000中的小波零树压缩编码,它采用了小波零树编码原理,利用了小波系数之间的关系-this procedure for the jpeg2000 EZW coding, It uses wavelet zerotree coding theory, the use of wavelet coefficients of the relationship between
Platform: | Size: 23552 | Author: 付源 | Hits:

[Industry researchImageCompressAlgorithmResearch

Description: 本文是关于基于小波变换的图像压缩算法研究,首先介绍了图像压缩和小波变换理论,然后提出了改进的SPIHT算法和EZW算法。-This paper is based on the wavelet transform image compression algorithm, First of image compression and wavelet transform theory, and then proposed a plan to improve the SPIHT and EZW algorithm.
Platform: | Size: 4803584 | Author: | Hits:

[Compress-Decompress algrithmsezw2

Description: ezw压缩与解压,自己写的程序.上传要积分-ezw compression and decompression, wrote procedures. Integral to Upload
Platform: | Size: 138240 | Author: 陈东波 | Hits:

[Graph programUpload_EZW128

Description: ezw matlab程序,其中包含编码和解码程序-ezw Matlab procedures, which includes encoding and decoding procedures
Platform: | Size: 13312 | Author: 王小美 | Hits:

[Compress-Decompress algrithmsUpload_EZW128

Description: 本程序实现了一个Embedded Zerotree Wavelet Codec,对图像进行嵌入式零树编码的小波压缩。-the realization of an Embedded EZW Wavelet Codec , the image is embedded zerotree wavelet compression coding.
Platform: | Size: 14336 | Author: 麦田 | Hits:

[Compress-Decompress algrithmsexampleezw

Description: 对shamprio给出的标准矩阵进行ezw的编码示例-shamprio given to the standard matrix coding examples ezw
Platform: | Size: 20480 | Author: 魏欢欢 | Hits:

[Compress-Decompress algrithmsezwcodingunderdos

Description: 完整的ezw小波编码,再dos下可运行,Readme里有详细运行说明-complete ezw wavelet coding, and can be run under dos, Readme operations are detailed note
Platform: | Size: 190464 | Author: 魏欢欢 | Hits:

[Compress-Decompress algrithmsezwonly

Description: 单独的ezw编解码,编码结果为符号。可采用本人以上载的通用的算术编码,进行熵编码-separate ezw codec, encoding results of symbols. I use the above set of common arithmetic coding, entropy coding
Platform: | Size: 487424 | Author: chenglei | Hits:

[Compress-Decompress algrithmsEZWVCcode

Description: 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code includes six documents : EZW.H- EZW EZW.C document for the first-EZW for documents MATRIX2D.H M ATRIX2D.C-encoder data definitions and outcome data operation FIFO.H FIFO.C-side scanning Type definitions : first-in-first-out principle LIST.H LIST.C-zero-tree structure definition and operation UNEZW.C- EZW Solutions Device
Platform: | Size: 9216 | Author: 爱玛 | Hits:

[Special EffectsezwC

Description: 对从图象中提取出的像素值距阵进行EZW压缩,里面有C语言实现的编解码程序-right image extracted from the pixel matrix for EZW compression, which has C language coding and decoding procedures
Platform: | Size: 9216 | Author: 张义保 | Hits:

[Graph programxiaobobianma

Description: 小波编码,用VC实现,可以用于EZW编码解码-wavelet encoding, with VC, can be used for decoding EZW
Platform: | Size: 36864 | Author: 何志斌 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net