搜索资源列表
work.rar
- 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
huffman(picture)
- 这是一个利用C++平台做的利用huffman编码对图像做压缩处理的程序。-This is a platform using C++ using huffman encoding to do the compression of image processing procedures.
Huffman
- 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
huffman
- 图像的哈弗曼编码matlab实现,实现图像的无损压缩-Matlab coding huffman images achieved
huffmanprogram
- 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
hfmcoding
- JPEG的图像压缩的huffman编码c++实现-image ecoding with hufman
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_c
- huffman编码实现 图像压缩解压 c++实现 -huffman coding image compression decompression c++ Implementation
huffman
- huffman编码 图像压缩 RLE编码 建立哈夫曼树及遍历哈夫曼树的MATLAB程序-huffman coding image compression coding to establish Huffman and RLE Huffman tree traversal MATLAB program
Huffman
- huffman图像压缩编码的matlab代码,可以有效进行图像压缩,熵编码-huffman coding matlab code for image compression, image compression can be effective, entropy coding
huffman
- Huffman编码,完成了哈弗曼的编码及matlab的实现,通过该编码可以获得较好的图像压缩-Huffman coding, coding and completed Hafu Man matlab implementation, the adoption of the code can get better image compression
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-coding-image-compression
- 使用哈夫曼编码对图像进行压缩,使用zigzag扫描,显示压缩后图像-Huffman coding image compression, using the zigzag scanning, image compression
huffman
- huffman编码,无损压缩,matlab源码,实现图像压缩,很有意思-huffman coding, lossless compression, matlab source code, image compression, very interesting
Huffman
- Huffman编码的实现,该编码可以用来压缩图像等,直接编译可运行-Huffman encoding implementation, the coding can be used to compress images, etc., can be run directly translated
Huffman_codec
- 用哈夫曼编码树实现图像的压缩,压缩比为%30。图像的差别人眼可以接受(Huffman coding tree to achieve image compression.The compression ratio is%30. The difference in image can be accepted by others)
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)
SHIYAN4
- 这是一个霍夫曼编码,以及对图像进行霍夫曼编码(This is a Hoffman encoding and a Hoffman encoding of the image.)