对输入的图像进行哈夫曼编码我要分享

Huffman coding the input image

图像 哈夫曼 编码

关注次数: 175

下载次数: 0

文件大小: 214KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。


English Description:

Write a program to Huffman code the input image, display the entropy of the original image, the average codeword length after coding, and reconstruct the image according to the coding.


代码预览