基于matlab的数字图像预测压缩编码_本科论文.doc

ID:14137710

大小:1.79 MB

页数:44页

时间:2018-07-26

基于matlab的数字图像预测压缩编码_本科论文.doc_第1页
基于matlab的数字图像预测压缩编码_本科论文.doc_第2页
基于matlab的数字图像预测压缩编码_本科论文.doc_第3页
基于matlab的数字图像预测压缩编码_本科论文.doc_第4页
基于matlab的数字图像预测压缩编码_本科论文.doc_第5页
资源描述:

《基于matlab的数字图像预测压缩编码_本科论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、摘要摘要随着时代的发展,人们可以通过Internet获取大量的信息。这些信息中包含着大量的图像信息,它们占据了很大的数据量,这给信息的存储和传输带来了极大的挑战。图像压缩的目的就是用尽量少的字节来表示图像,并且要求重建图像具有较好的质量。利用图像压缩,可以减轻图像存储和传输的负担,使得图像在网络上实现快速传输和实时处理成为现实。通常,图像中局部区域的像素是高度相关的,因此可以利用先前像素的有关知识来对当前像素的灰度值进行估计,这就是预测。本文介绍了数字图像的预测压缩编码。首先,将图像分成8×8大小的像素块。接着,对每一像素块均采用AR模型,利

2、用Burg算法确定最佳线性预测系数。然后,通过线性差分方程计算得到预测值,最后对实际像素值和预测值之间的差值量化后进行算术编码。从而实现数字图像的预测压缩编码。本文采用MATLAB提供的图形用户界面工具对三幅典型的标准灰度图像进行了预测压缩编码仿真,并用客观标准和主观标准综合评价重建图像的质量。仿真结果表明:重建图像与原始图像几乎没有任何差异,能够满足人们的视觉需求。另外,数据压缩比较高且峰值信噪比均在20dB-40dB之间。因此,采用MATLAB实现数字图像的预测压缩编码是一种较好的压缩编码方法,能够在实际中得到广泛的应用。关键词:图像压缩

3、,线性预测,算术编码,MATLAB,图形用户界面IAbstractAbstractPeoplecanobtainagreatamountofinformationfromtheInternetwiththedevelopmentoftimesanditincludesagreatamountofimageinformation.Theimageinformationoccupieshugedataanditgivesgreatchallengetoinformationstorageandtransmission.Theaimofimagec

4、ompressionistodonateimagewithbytesasfewaspossible.Thereconstructedimageisofrelativelygoodqualityisalsorequired.Theburdenofimagestorageandtransmissioncanbealleviatedbyimagecompressionanditturnsfasttransmissionandreal-timeprocessofanimageininternetintoreality.Generally,thepix

5、elinthepartialregionofanimageishighlycorrelated.Sothecorrelatedknowledgeofforegoingpixelcanbeusedtoestimatethegrayvalueofcurrentpixel.Thisiscalledprediction.Thepaperintroducesthepredictivecompressioncoding.Firstly,theimageisdividedintoseveralsub-imagesofsize8×8.Secondly,ARm

6、odelisusedtoeachsub-imageandthenBurgalgorithmisusedtodeterminetheoptimumlinearpredictioncoefficient.Thirdly,lineardifferentialequationisusedtocalculatethepredictivevalue.Finally,thedifferencebetweenrealpixelvalueandpredictivevalueisquantizedbeforedoingarithmeticcoding.Thent

7、hepredictivecompressioncodingofadigitalimageisrealized.ThepapersimulatethepredictivecompressioncodingastothreetypicalandstandardgrayimagesbyusinggraphicuserinterfacetoolsofferedbyMATLAB.Objectiveandsubjectivestandardisadoptedtoevaluatethequalityofreconstructedimage.Theresul

8、tsofsimulationdemonstratethatthereisnodifferencebetweenreconstructedimageandorigin

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
正文描述:

《基于matlab的数字图像预测压缩编码_本科论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、摘要摘要随着时代的发展,人们可以通过Internet获取大量的信息。这些信息中包含着大量的图像信息,它们占据了很大的数据量,这给信息的存储和传输带来了极大的挑战。图像压缩的目的就是用尽量少的字节来表示图像,并且要求重建图像具有较好的质量。利用图像压缩,可以减轻图像存储和传输的负担,使得图像在网络上实现快速传输和实时处理成为现实。通常,图像中局部区域的像素是高度相关的,因此可以利用先前像素的有关知识来对当前像素的灰度值进行估计,这就是预测。本文介绍了数字图像的预测压缩编码。首先,将图像分成8×8大小的像素块。接着,对每一像素块均采用AR模型,利

2、用Burg算法确定最佳线性预测系数。然后,通过线性差分方程计算得到预测值,最后对实际像素值和预测值之间的差值量化后进行算术编码。从而实现数字图像的预测压缩编码。本文采用MATLAB提供的图形用户界面工具对三幅典型的标准灰度图像进行了预测压缩编码仿真,并用客观标准和主观标准综合评价重建图像的质量。仿真结果表明:重建图像与原始图像几乎没有任何差异,能够满足人们的视觉需求。另外,数据压缩比较高且峰值信噪比均在20dB-40dB之间。因此,采用MATLAB实现数字图像的预测压缩编码是一种较好的压缩编码方法,能够在实际中得到广泛的应用。关键词:图像压缩

3、,线性预测,算术编码,MATLAB,图形用户界面IAbstractAbstractPeoplecanobtainagreatamountofinformationfromtheInternetwiththedevelopmentoftimesanditincludesagreatamountofimageinformation.Theimageinformationoccupieshugedataanditgivesgreatchallengetoinformationstorageandtransmission.Theaimofimagec

4、ompressionistodonateimagewithbytesasfewaspossible.Thereconstructedimageisofrelativelygoodqualityisalsorequired.Theburdenofimagestorageandtransmissioncanbealleviatedbyimagecompressionanditturnsfasttransmissionandreal-timeprocessofanimageininternetintoreality.Generally,thepix

5、elinthepartialregionofanimageishighlycorrelated.Sothecorrelatedknowledgeofforegoingpixelcanbeusedtoestimatethegrayvalueofcurrentpixel.Thisiscalledprediction.Thepaperintroducesthepredictivecompressioncoding.Firstly,theimageisdividedintoseveralsub-imagesofsize8×8.Secondly,ARm

6、odelisusedtoeachsub-imageandthenBurgalgorithmisusedtodeterminetheoptimumlinearpredictioncoefficient.Thirdly,lineardifferentialequationisusedtocalculatethepredictivevalue.Finally,thedifferencebetweenrealpixelvalueandpredictivevalueisquantizedbeforedoingarithmeticcoding.Thent

7、hepredictivecompressioncodingofadigitalimageisrealized.ThepapersimulatethepredictivecompressioncodingastothreetypicalandstandardgrayimagesbyusinggraphicuserinterfacetoolsofferedbyMATLAB.Objectiveandsubjectivestandardisadoptedtoevaluatethequalityofreconstructedimage.Theresul

8、tsofsimulationdemonstratethatthereisnodifferencebetweenreconstructedimageandorigin

显示全部收起
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
关闭