欢迎来到天天文库
浏览记录
ID:14380750
大小:1.79 MB
页数:44页
时间:2018-07-28
《基于matlab的数字图像预测压缩编码-毕设论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要摘要随着时代的发展,人们可以通过Internet获取大量的信息。这些信息中包含着大量的图像信息,它们占据了很大的数据量,这给信息的存储和传输带来了极大的挑战。图像压缩的目的就是用尽量少的字节来表示图像,并且要求重建图像具有较好的质量。利用图像压缩,可以减轻图像存储和传输的负担,使得图像在网络上实现快速传输和实时处理成为现实。通常,图像中局部区域的像素是高度相关的,因此可以利用先前像素的有关知识来对当前像素的灰度值进行估计,这就是预测。本文介绍了数字图像的预测压缩编码。首先,将图像分成8×8大小的像素块。接着,对每一像素块均采用AR模型
2、,利用Burg算法确定最佳线性预测系数。然后,通过线性差分方程计算得到预测值,最后对实际像素值和预测值之间的差值量化后进行算术编码。从而实现数字图像的预测压缩编码。本文采用MATLAB提供的图形用户界面工具对三幅典型的标准灰度图像进行了预测压缩编码仿真,并用客观标准和主观标准综合评价重建图像的质量。仿真结果表明:重建图像与原始图像几乎没有任何差异,能够满足人们的视觉需求。另外,数据压缩比较高且峰值信噪比均在20dB-40dB之间。因此,采用MATLAB实现数字图像的预测压缩编码是一种较好的压缩编码方法,能够在实际中得到广泛的应用。关键词:
3、图像压缩,线性预测,算术编码,MATLAB,图形用户界面IAbstractAbstractPeoplecanobtainagreatamountofinformationfromtheInternetwiththedevelopmentoftimesanditincludesagreatamountofimageinformation.Theimageinformationoccupieshugedataanditgivesgreatchallengetoinformationstorageandtransmission.Theaimof
4、imagecompressionistodonateimagewithbytesasfewaspossible.Thereconstructedimageisofrelativelygoodqualityisalsorequired.Theburdenofimagestorageandtransmissioncanbealleviatedbyimagecompressionanditturnsfasttransmissionandreal-timeprocessofanimageininternetintoreality.Generall
5、y,thepixelinthepartialregionofanimageishighlycorrelated.Sothecorrelatedknowledgeofforegoingpixelcanbeusedtoestimatethegrayvalueofcurrentpixel.Thisiscalledprediction.Thepaperintroducesthepredictivecompressioncoding.Firstly,theimageisdividedintoseveralsub-imagesofsize8×8.Se
6、condly,ARmodelisusedtoeachsub-imageandthenBurgalgorithmisusedtodeterminetheoptimumlinearpredictioncoefficient.Thirdly,lineardifferentialequationisusedtocalculatethepredictivevalue.Finally,thedifferencebetweenrealpixelvalueandpredictivevalueisquantizedbeforedoingarithmetic
7、coding.Thenthepredictivecompressioncodingofadigitalimageisrealized.ThepapersimulatethepredictivecompressioncodingastothreetypicalandstandardgrayimagesbyusinggraphicuserinterfacetoolsofferedbyMATLAB.Objectiveandsubjectivestandardisadoptedtoevaluatethequalityofreconstructed
8、image.Theresultsofsimulationdemonstratethatthereisnodifferencebetweenreconstructedimageandorigin
此文档下载收益归作者所有