Location:
Search - jpeg huffman
Search list
Description: A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
Platform: |
Size: 380277 |
Author: qqnice |
Hits:
Description: jpeg huffman
Platform: |
Size: 98304 |
Author: 白文 |
Hits:
Description: 实现基本JPEG的压缩和编码
% 1. 首先通过DCT变换去除数据冗余;
% 2. 使用量化表对DCT系数进行量化;
% 3. 对量化后的系数进行Huffman编码。
-achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: |
Size: 1024 |
Author: 孙雨萌 |
Hits:
Description: 此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
Platform: |
Size: 4096 |
Author: 张 |
Hits:
Description: 整理的JPEG的编码器,全员源码,非常适合初学者,搞清DCT、Huffman,jpeg 语法等。-finishing JPEG encoder, the full source code, are very suitable for beginners, get DCT, Huffman, jpeg syntax, and so on.
Platform: |
Size: 101376 |
Author: 赵真清 |
Hits:
Description: Jpeg编解码器的源代码,中间包括DCT变换,量化,Huffman编码等过程-Jpeg codec source code, in the middle including DCT, quantization, Huffman coding process
Platform: |
Size: 1527808 |
Author: ada |
Hits:
Description: jpeg中用到的 huffman 编码MATLAB程序 参考-jpeg which uses Huffman coding procedures, MATLAB
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 基本jpeg压缩源码,包括dct,量化,zigzag和huffman编码,适于数字图像处理开发人员。-Basic jpeg compression source, including dct, quantization, zigzag and huffman encoding, suitable for digital image processing developer.
Platform: |
Size: 110592 |
Author: 赵瑞 |
Hits:
Description: 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
Platform: |
Size: 3072 |
Author: 李勤 |
Hits:
Description: huffman编码表。
编写JPEG文件可以使用。-huffman encoding table. JPEG files can be used to prepare.
Platform: |
Size: 381952 |
Author: waydon |
Hits:
Description: 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
Platform: |
Size: 1959936 |
Author: 李明 |
Hits:
Description: jpeg 编解码 matlab 程序
编解码表 霍夫曼编码-jpeg codec codec matlab procedure Huffman code table
Platform: |
Size: 761856 |
Author: lance |
Hits:
Description: jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。-jpeg compression matlab procedures, including block, quantization, Huffman coding, in which quantization and Huffman coding using look-up table to achieve, improve the speed.
Platform: |
Size: 1118208 |
Author: ronghy |
Hits:
Description: 用于FPGA的huffman算法的HDL编码,包括VHDL及Verilog代码。可用于JPEG及MPEG压缩算法。-The huffman algorithm for FPGA HDL coding, including VHDL and Verilog code. Can be used in JPEG and MPEG compression algorithms.
Platform: |
Size: 10240 |
Author: caesar |
Hits:
Description: 实现JPEG的压缩和编码
(1)首先通过DCT变换去除数据冗余;
(2)使用量化表对DCT系数进行量化;
(3)对量化后的系数进行Huffman编码。
-The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of quantization table of quantization DCT coefficients (3) of the coefficients after quantization Huffman coding.
Platform: |
Size: 2048 |
Author: 李雅 |
Hits:
Description: C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
Platform: |
Size: 8192 |
Author: Jingya |
Hits:
Description: jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂-jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
Platform: |
Size: 29696 |
Author: wuzhikai |
Hits:
Description: JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
Platform: |
Size: 8342528 |
Author: yangcaodie |
Hits:
Description: JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
Platform: |
Size: 52224 |
Author: huan |
Hits:
Description: 含有DCT JPEG HUFFMAN WAVELET图像压缩解压缩matlab的代码示例-With DCT JPEG HUFFMAN WAVELET image compression and decompression matlab code example
Platform: |
Size: 101376 |
Author: 江为 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
14
»