毕业论文 图像压缩算法在视频测井系统中的应用研究.doc

约47页DOC格式手机打开展开

毕业论文 图像压缩算法在视频测井系统中的应用研究,摘要:在视频测井系统中,测每一口井都要寻取成百上千的图片,这些图像数据要保存几年供单位索取转录。为了减少实时传输的图像信息量,需要对图像进行压缩,本文的主要工作是研究将基于jpeg图像压缩算法应用到视频测井系统中。文中主要分析了jpeg算法的基本原理和分类,重点介绍了jpeg压缩编码的具体过程和方法,详细介绍了编码中d...
编号:20-198733大小:956.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要:在视频测井系统中,测每一口井都要寻取成百上千的图片,这些图像数据要保存几年供单位索取转录。为了减少实时传输的图像信息量,需要对图像进行压缩,本文的主要工作是研究将基于JPEG图像压缩算法应用到视频测井系统中。文中主要分析了JPEG算法的基本原理和分类,重点介绍了JPEG压缩编码的具体过程和方法,详细介绍了编码中DCT变换、量化、熵编码和霍夫曼编码等模块的原理和数学推导以及各模块的功能分析,并利用DCT算法进行变换和压缩,达到了较高的压缩比,并采用Matlab软件对JPEG算法进行了仿真,将不同量化等级下得到的结果进行了比较分析。实验结果表明,基于JPEG的图像压缩法可以对视频测井系统中所获取的图像进行压缩,且不影响其视觉效果。

关键词:JPEG;图像压缩;DCT



















Application Research of Video Logging System based on Image compression algorithm

Abstract: In the video logging system, test every well should research hundreds of pictures, these image data to be saved a few years for unit to transcription. In order to reduce real-time transmission image information, it’s need to do image compression, this article mainly studies the work JPEG image compression algorithm and used it to video logging system. This paper mainly analyzes the basic principle of JPEG arithmetic and classification, mainly introduces the detailed process and the method of JPEG compression coding. Introduced DCT coding transformation, quantization,entropy coding , the principle of Huffman coding and other modules in de- tail, mathematical reasoning and the function of each module is analyzed, uses DCT algorithm to transform and compression ,achieve high compression ratio, and simulation of JPEG arithmetic is conducted by the software Matlab. Comparative analysis different quantization levels results. Experimental results show that the image compression method based on a JPEG can compress images of video logging system obtained, and do not affect its visual effect.

Keywords:JPEG;Compression;DCT






目 录

1 绪论 1
1.1 选题背景 1
1.2 国内外研究现状 2
1.3 本课题的意义 4
1.4 本设计的研究方法 4
1.5 图像压缩的理论依据和具备的条件 4
1.6本文的各章内容安排 5
2 视频测井系统数字图像压缩原理 6
2.1 JPEG算法综述 6
2.1.1 无损压缩编码 7
2.1.2 基于DCT变换有损JPEG编码 7
2.1.3 压缩编码器的主要算法及编码方法 8
2.2 视频测井系统中应用的 JPEG编码系统编码流程 8
2.3 各模块分析 9
2.3.1 DCT变换 9
2.3.2 量化 11
2.3.3 差值预测编码 13
2.3.4熵编码和解码 13
2.4 图像压缩效果和质量 16
2.5 组成JPEG压缩后比特流格式 16
2.6 JPEG2000压缩算法 17
2.6.1 JPEG2000压缩原理 18
2.6.2 视频测井系统中应用的 JPEG2000编码系统编码流程 19
2.6.3 DCT电平位移 20
2.6.4 分量变换 20
2.6.5 小波变换 20
2.6.6 量化 21
2.6.7 熵编码 21
2.7 JPEG和JPEG2000压缩算法的比较 21
3 JPEG和JPEG2000图像压缩编码算法在视频测井系统中的的实现与应用 23
3.1 用MATLAB实现视频测井图像的JPEG压缩 23
3.2.1 MATLAB中图像处理的相关函数 23
3.2.2 JPEG图像压缩法的设计 24
3.2.3 JPEG2000图像压缩法的设计 26
4 结论 29
毕业设计小结 30
参考文献 31
致 谢 32
附录 A 33
附录 B 35
附录 C 38
附录 D 41