搜索资源列表
Huffman Coding
- Huffman coding for image Arithmetic Coding for image
ArithemeticCoding
- 这个算术编码是对大量英文文本进行压缩,只适合英文文本压缩(适当修改可以用于图像压缩)-The arithmetic coding is a lot of English text compression, is only suitable for English text compression (with appropriate modifications can be used for image compression)
sgergyhij
- 用MATLAB实现算术编码,并计算其平均码长,熵和编码效率-Achieved using MATLAB arithmetic coding, and calculates the average code length, entropy and coding efficiency
113172193ARITHMETIC-coding
- 算术编码,采用了基于上下文的自适应算术编码-Arithmetic coding, context-based adaptive arithmetic coding
adaptive_arithmetic
- 自适应算术编码 自适应算术编码的解码-Adaptive Arithmetic Coding Adaptive arithmetic coding decoder
ACmod
- This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
arithmetic-coding
- arithmetic coding in C
ImageCoding
- 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
ac_revealed
- A very good introduction about Arithmetic Coding
arithmetic-coding
- this is a source code for data compression using Arithmatic coding
AVIRIS_LP
- 一种基于线性预测和算术编码的高光谱图像压缩方法,希望对您有用。-Based on linear prediction and arithmetic coding of hyperspectral image compression, and I hope useful for you.
BinaryArithmeticcoding
- 自编二值算术编码算法的matlab演示。从text.txt读取信息,编码过程及结果由matlab图形演示-binary arithmetic coding algorithm matlab demo. Reading information from Text.txt and the encoding process and the results are showed by the matlab graphics demo step by step.
arithmetric
- This a set of codes to be copied to the C software and run. It performs arithmetic coding on the input text. It even decodes the encoded text to get back the original text-This is a set of codes to be copied to the C software and run. It performs ari
H_264
- H.264中二进制算术编码的硬件实现Binary arithmetic coding in H.264 hardware implementation-Binary arithmetic coding in H.264 hardware implementation
imagecodingandcompression
- 章 图像编码与压缩 图像编码基础 无损压缩编码 行程编码 哈夫曼( Huffman )编码 算术编码 词典编码 有损压缩编码 预测编码 正交变换编码 MATLAB 实现余弦变换压缩 17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) co
ArithmaticCodingExample
- Arithmetic Coding example
TheRealizationofAdaptiveArithmeticCoderWithFPGA.ra
- 本文又用C语言实现了标准的自适应算术编码,拿它与用FPGA实现的改进后的自适应算术编码的仿真结果对比验证了这种改进后编码器编码的正确性。此种结构的编码效率很高,一个时钟编码一个数据比特,时钟频率可以达到50MHZ,占用的硬件资源大约有800个CLB(可配置逻辑模块)。-This thesis realizes the adaptive arithmetic coding which is not improved with C language,compare with the result o
figurebianma
- 本程序是用来做图像编码的,主要采用的算术编码的思想-This procedure is used for image coding, the main idea used in arithmetic coding
Arithmetic-coding
- 算术编码,MATLAB数字图像处理中的代码-Arithmetic coding, MATLAB code for digital image processing
arithmetic-coding
- 二元算术编码,即实现0和1 的算术编码,matlab源程序-Binary arithmetic coding, which implements the arithmetic coding 0 and 1, matlab source code