搜索资源列表
Huffman
- 图像处理中使用HUFFMan编码。主要针对灰度图像
Huffman
- 把图像导入后,可以实现对图像的huffman编码
Touch_exe
- 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Rob
图像哈弗曼编码程序包
- 图像huffman编码,只对256色的图像有效,生成的编码在为一个3列n行的数组,子程序前有介绍
Huffman-coding
- 用C语言使用Huffman编码算法对给定的BMP图像文件进行编解码-codec BMP image files for a given using the Huffman coding algorithm in C language
huffman
- 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
huffman-coding
- 小波均匀量化huffman熵编码图像压缩程序:分析对象Lena.bmp-Uniform quantization of wavelet image compression huffman entropy coding procedure: analysis of object Lena.bmp
Huffman
- 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
homeworkofimageprocessing
- 数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
Huffman
- MatLab实现对灰度图像的哈夫曼编码。 给出每个灰度级的编码。 并计算压缩比。-MatLab implementation of Huffman coding of gray image. Each gray-scale coding is given. And calculate the compression ratio.
huffman11
- 完成Huffman编解码的程序,并验证Huffman编码的无损性,读入图像格式为*.pic-Huffman completed codec procedures and verify that non-destructive Huffman coding, and read into the image format for the*. pic
59564354HuffmanEncoding
- 这是一个图像处理中的huffman编码matlab实现,适合刚开始学的朋友!-This is an image processing huffman coding matlab realized, for the beginning of school friends!
Huffman
- 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
wenben
- matlab环境下利用huffman编码实现图像无损压缩和文本的压缩-matlab environment implementation using huffman coding image lossless compression and text compression
huffman
- 利用霍夫曼方法进行图像的霍夫曼编码与解码-Hoffman method using images of the Hoffman encoding and decoding
huffman
- 本程序实现了哈夫曼编码,可以应用在图像处理中压缩图像,属于无损压缩!-huffman
huffman
- 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
Huffman
- huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!-Huffman code
Huffman
- 完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。-Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)