搜索资源列表
ImageCoding
- 这是关于图像压缩编码的VC源代码,该代码可实现Huffman编码、Shannon-Fano编码、算术编码以及位平面编码等算法。对作图像压缩编码的同仁是个很好的参考代码。代码来自《数字图像处理典型算法及实现》。
imagecompress
- 包括:霍夫曼编码、Shannon-Fano编码、算术编码、位平面编码预测编码
ImageCoding
- 此段代码是关于图像压缩的,融入了Huffman编码,Shannon-Fano编码等技术!
ImageCoding
- 本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码
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
HSF
- 香农范诺编码 调试通过了的 放心用 没问题的数字图像处理-Shannon Fano coding debugging through the use of assured
ShannonFanocodingdecoding
- 这个程序是用来实现香农-法诺编码解码的matlab程序,它可以有效地进行二值和彩色图像的压缩和解压-This procedure is used to achieve the Shannon- Fano encoding and decoding of the matlab program that can be effectively carried out two values and color image compression and decompression
Entropy-coding-source-program
- 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。 哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
picture
- 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
ImageCoding
- 图像的压缩编码,包括霍夫曼编码,香农-费诺编码,算术编码-Image coding, Huffman coding, Shannon- Fano coding, arithmetic coding
fano
- Fona编译码程序,有误码曲线结果,十分详细-Codec Fona procedures BER curves of the results of very detailed
Image_encode
- 对图像进行霍夫曼,香农-费诺,算术,位平面编码-Image Hoffman, Shannon- Fano, arithmetic, bit-plane coding
run_length_rumtime
- 个人在学习《信息论与编码》的时候写的,基于费诺(Fano)和游程编码的图像编码程序。-An image processing program based on Fano coding and long-length coding.
shanfano
- make Shanon Fano algrothm-make Shanon Fano algrothm..................