JPEG压缩解压缩程序我要分享

JPEG compression and decompression program

matlab jpeg 程序 压缩

关注次数: 256

下载次数: 2

文件大小: 36.12 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:实现了JPEG标准的图像编译码流程。读取一个灰度图像,采用DCT变换、量化、Zigzag扫描和游程编码等步骤实现编码,译码端采用对应的逆操作进行译码。程序中可设置不同的量化系统,实现不同的压缩比和压缩效果。


English Description:

The coding and decoding process of JPEG standard is realized. A gray image is read and coded by DCT transform, quantization, zigzag scanning and run length coding. The decoder uses the corresponding inverse operation to decode. Different quantization systems can be set in the program to achieve different compression ratio and compression effect.


代码预览