搜索资源列表
PhotoPrecess200705011006
- 包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operator), the image of Huffman codi
shnnon-fano
- 实现了灰度图像的huffman编码,有码表的输出
Huffman
- 把图像导入后,可以实现对图像的huffman编码
ImageCoding
- 本程序主要实现对图像的Huffman编码,Shannon-Fano编码,算术编码,位平面编码,预测编码
vc_huffman
- vc实现一幅图像的huffman编码,代码效率非常的好。大家可以参考一下-vc achieve an image of Huffman coding, code efficiency is very good. We can take a look
Huffman
- 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
huffman
- 图像的哈弗曼编码matlab实现,实现图像的无损压缩-Matlab coding huffman images achieved
Huffman
- MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
Huffman
- 用于视频运动图像编码的HUFFMAN编码,可广泛运用于MPEG-Moving Picture for video coding Huffman coding, can be widely applied to MPEG
huffman
- java 实现的 huffman 编码 ,可用于图像压缩-huffman encode
huffman
- 借助VC实现输入图像的huffman编码及译码源程序-VC with the realization of the input image source huffman encoding and decoding
huffman
- huffman编码用于图像的压缩和解压,很好用的,可以用于各类图像的处理-huffman coding for image compression and decompression, useful, and can be used for all kinds of image processing
huffman
- 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
huffman
- 该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!-The code is given HUFFMAN coding typical LENA image compression process. The efficiency of the method is to be higher than the arithmetic coding!
huffman
- 通过本程序实现图像的huffman编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of
Huffman
- matlab实现图像的Huffman编码解码,内含部分网络参考程序-Huffman encoding and decoding based on MATLAB, containing part of the rescources the Internet.
Huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
Huffman
- Huffman编码的应用:实现数据的Huffman编码及参数计算,以及对读入图像作Huffman编码(The application of Huffman coding: to achieve Huffman encoding and parameter calculation of data, and to read the image for Huffman coding)
Huffman
- 对彩色图像进行huffman编码,解码,显示原图像,灰度图像,编码解码后的图像(Huffman coding of images)
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)