搜索资源列表
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
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
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
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..................
