JPEG图像压的缩技术.doc
文本预览下载声明
JPEG图像压缩技术毕业论文
题目 静止图像压缩技术JPEG的分析与应用 学部 电气与信息工程 专业 通信工程
摘 要
随着科学技术的发展,图像压缩技术越来越引起人们的关注。为此从众多的图像压缩编码标准中选取了基于DCT变换的JPEG图像压缩编码算法进行研究,并通过对比分析各种软件特性选取了MATLAB进行实验仿真。
首先说明了图像压缩在现代通信中的必要性和可行性,然后讲述了MATLAB及其图像处理工具箱的相关知识,并对基于DCT变换的JPEG图像压缩算法进行了详细的研究,重点介绍了JPEG压缩编码的具体过程和方法 ,详细介绍了编码中DCT变换、量化、熵编码和霍夫曼编码等模块的原理和数学推导以及各模块的功能分析。最后应用MATLAB进行了实验仿真并分析结果得出结论。
实验结果表明基于DCT 变换的JPEG 图像压缩方法简单、方便,既能保证有较高的压缩比,又能保证有较好的图像质量,应用MATLAB仿真出来的结果较好的反应了其编码算法原理。
关键词: JPEG图像压缩;DCT;MATLAB;图像处理工具箱
ABSTRACT
Image compression technology has been growing concern with the development of science. To this end a large number of images from the selected coding standard DCT-based JPEG image compression research, and comparative analysis of various software features through the selection experiment MATLAB simulation.
First, note the image compression in modern communications and the necessity and feasibility, and then tells the MATLAB and its Image Processing Toolbox of relevant knowledge, and DCT-based JPEG image compression algorithm is studied in detail, the last application of MATLAB to Simulation and experimental results concluded.
Experimental results show that the results table: DCT-based JPEG image compression method is simple, not only guarantee a higher compression ratio, but also to ensure both better image quality, MATLAB simulation results reflect a better algorithm principle.
Keywords: JPEG Image compression;MATLAB;Image Processing Toolbox; DTC 目 录
摘 要 I
ABSTRACT II
第一章 前 言 1
1.1 课题研究的背景 1
1.1.1 离散余弦变换 1
1.1.2 预测技术 2
1.2课题研究的任务和目标 2
1.3 论文组织结构 2
第二章 图像压缩编码理论算法 3
2.1 DCT变换的思想来源 3
2.2基于DCT的JPEG图像压缩编码理论算法 4
2.3 基于DCT的JPEG图像压缩编码步骤 4
2.3.1 颜色空间的转换和采样 4
2.3.2 二维离散余弦变换 5
2.3.3 DCT系数的量化 8
2.3.4 量化系数的编排 9
2.3.5 DC系数的编码 10
2.3.6 AC系数的编码 10
2.3.7 组成位数据流 11
2.4 DCT变换在图像压缩中的应用 13
2.5 本章小结 13
第三章 基于DCT图像压缩MATLAB仿真 14
3.1 MATLAB中支持的数字图像文件 14
3.2 MATLAB 及其图像处理工具箱 14
3.3 数字图像文件的读写 14
3.3.1图像文件的读取 14
3.3.2 图像文件的输出 15
3.3.3 图像文件的显示 15
3.4程序流程图 16
3.5基于DCT 变换的JPEG 图像压缩的MATLAB 实现 17
3.5.1 MATLAB仿真结果
显示全部