搜索资源列表
mashu
- 初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
huffman(bite)
- 是matlab写的求解哈夫曼编码的程序。-is written in Matlab for Huffman coding procedures.
huffman
- 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
huffman
- matlab实现huffman编码,编码源为一系列简单符号,有运行结果。可自行改变源信息。-matlab achieve huffman coding, source coding for a series of simple symbols, there are results. Can change the source information.
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
huffmanencode
- 给出了两种利用matlab对图像进行霍夫曼编码的方法,经过仿真,效果很好!-Are given two pairs of images using matlab Huffman coding method, through simulation, good results!
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编码的 MPEG-2帧内编码-Huffman encoded with MPEG-2 intra coding
Huffman
- 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
lean
- 基于MATLAB的图像压缩,DCT变换,huffman编码-Image compression
DCT_JPEG
- 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
Huffman(s)
- 对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
Some-basic-transformations-in-MATLAB
- 图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
huffman
- huffman无损编码matlab程序,图像压缩常用编码方法-huffman coding
huffman
- 一个精简版的huffman编码,容易理解,适合初学者,简单好用。-A very simple huffman code by matlab. It is very easy for us to understand.
huffman-coding
- 哈弗曼编码解码的MATLAB程序,简单实用-Huffman codec MATLAB program, simple and practical
huffman
- 哈夫曼编码,运用matlab实现,原代码非常直观而且易懂。(Huffman Coding, Encoding is a form of variable word length coding.)
Huffman编码
- 用MATLAB实现了数字图像的霍夫曼编解码,并给出了实验用图。(Using MATLAB to achieve the Hoffman digital image codec, and gives the example of the experiment.)