Description: VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink. Platform: |
Size: 52224 |
Author:罗永 |
Hits:
Description: 对二值图像(黑白图像)每行值进行RUN-LENGTH编码和解码-pair of two binary image (black-and-white images) per line value RUN-LENGTH coding and decoding Platform: |
Size: 1024 |
Author:qq |
Hits:
Description: 各类图像压缩编码的VC++综合程序,包含了霍夫曼编码、香农-费诺编码、算术编码、游程编码、位平面编码等压缩编码的子程序源代码,非常适合学习用-Various types of image compression coding VC++ Comprehensive program, including the Huffman coding, Shannon- Fenno coding, arithmetic coding, run-length coding, bit plane coding and other coding subroutine source code, very suitable for learning to use Platform: |
Size: 238592 |
Author:刘勇 |
Hits:
Description: RLE游程长度编码,基于VC6.0平台,应用于图形图像编码,为常用编码法。-RLE Run-length encoding, based on VC6.0 platform graphics image coding used for the commonly used coding method. Platform: |
Size: 623616 |
Author:shen |
Hits:
Description: 常用图像压缩编码码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, Huffman coding, linear predictive coding and a process similar to JPEG encoding. Very suitable for the practice of entry-users. Platform: |
Size: 181248 |
Author:liliang |
Hits:
Description: 摘 要
文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。
简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。
介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。
JPEG标准的特点是离散余弦变换。
比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。
-Abstract
Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results.
Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method.
JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding.
JPEG standard is characterized by discrete Platform: |
Size: 523264 |
Author:压子 |
Hits:
Description: 图像压缩编码的源程序,包括行程编码,哈弗曼编码等-Image compression of the source code, including the Run-Length Coding, coding哈弗曼 Platform: |
Size: 233472 |
Author:xiao |
Hits:
Description: 二值图像游程编码算法的Matlab实现,包含源程序代码以及运行结果。-Binary image run-length coding algorithm for the realization of Matlab, including source code, as well as the results. Platform: |
Size: 19456 |
Author:蒲 |
Hits:
Description: This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
-This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
Platform: |
Size: 3072 |
Author:Ho Joon Lee |
Hits: