搜索资源列表
jiandanTUXIANGchuli
- 数字图像处理,直方图,霍夫曼编码,锐化平滑等-digital image processing, histogram, Huffman coding, sharpening smoothing
txbmjh
- 能够对图像进行霍夫曼编码,以及其他多种编码方式编码-to the image Huffman coding, and a variety of other coding coding
ImagevaryCoding
- 最基本的图像编码VC程序,包括香农定理、霍夫曼编码、位平面编码(按照比特位的重要性编码)等。-basic image coding VC procedures, including Shannon theorem, Huffman coding, bitplane coding (in accordance with the importance of bit-coding).
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Huffman
- 霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。
tuxiangbianma
- 此程序能够实现霍夫曼编码,香农-费诺编码,算术编码以及位平面编码等。
Image_CompressionCoding
- 各类图像压缩编码的VC++综合程序,包含了霍夫曼编码、香农-费诺编码、算术编码、游程编码、位平面编码等压缩编码的子程序源代码,非常适合学习用
imagecompress
- 包括:霍夫曼编码、Shannon-Fano编码、算术编码、位平面编码预测编码
HuffmanExp
- HuffmanExp 编码 C/C++语言编写灰度图象霍夫曼编码的程序1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 - MICROSOFT FOUNDATION CLASS LIBRARY : HuffmanExp =========================================================
imagecode
- 图象的压缩编码 霍夫曼编码 图像处理经典pdf版-Huffman coding image coding image processing pdf version of the classic
DEVCPP
- 霍夫曼编码是一种被广泛应用而且非常有效的数据压缩技术,根据待压缩数据的特征,一个可压缩掉20%~90%-Huffman coding is a widely used and very efficient data compression technology, according to the characteristics of data to be compressed, a compressible off 20 ~ 90
ImageCoding
- 图像编码,包括霍夫曼编码,香农编码,位平面编码等
Huffman
- 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
12
- 用VC++编的图像编码,有霍夫曼编码、算术编码,位平面编码等-Using VC++ for image coding, and Huffman coding, arithmetic coding, bit-plane coding
huffman
- 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)
Code_Huffman
- 霍夫曼编码 程序 图像编码 应用 图像解码应用(Hoffman coding program, image coding, application of image decoding.)
霍夫曼编码
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。matlab哈夫曼编码源码