摘要图象平滑是视频通信中差错恢复的“最后一道防线”,是重要的视频后处理技术之一,帧内图象平滑技术对帧内编码帧和无时域参考信息的情况具有重要的意义。本篇论文主要研究基于方向自适应内插的帧内图象平滑算法。本文首先介绍一种新的图象平滑方法-基于方向自适应内插的帧内图象平滑方法。然后通过Matlab进行实现,其中一部分代码采用可以被Matlab调用的C语言实现,软件具有良好的GUI界面。实验结果表明,本文实现的帧内图象平滑方法具有一定的实用意义。关键字:帧内图象平滑,图像处理,Matlab,方向自适应内插ABSTRACTInvideocommunications,errorconcealmentis"thelastlineofdefense"inerrorrecover,whichisoneoftheimportantvideopost-processingtechniques.Andintra-frameerrorconcealmenttechniquesareimportanttointra-framecodedframewhenthereisthenon-time-domainreferenceinformation.Thispaperstudiestheintra-frameerror-concealmenttechniquesusingorientationadaptiveinterpolation.Firstly,thispaperintroducesanewerrorconcealmentmethod-theintra-frameerrorconcealmenttechniquesusingorientationadaptiveinterpolation.AndthenweimplementitthoughMatlab,andpartoftheMatlabcodesadopttheClanguage,whichcanbecalledbyMatlab.TheMatlabsoftwarehasagoodGUIinterface.Theexperimentalresultsshowthat,theproposedintra-frameerrorconcealmentmethodhassomepracticalsignificance.Keywords:intra-frameerrorconcealment;imageprocessing;Matlab,orientationadaptiveinterpolation.目录第一章绪论.....................................11.1研究背景及现状..............................................11.2帧内图象平滑算法概述........................................11.3本文结构.....................................................2第二章理论基础..................................32.1前向纠错编码................................................32.2遇错重传....................................................42.3帧内图象平滑.................................................52.3.1双线性内插恢复.........................................52.3.2.最近边界优先内插法.....................................62.3.3.基于Radon变换的错误掩藏...............................72.4维纳滤波....................................................72.5图片质量评价标准.............................................82.6本章小结....................................................9第三章基于方向自适应内插的的帧内图象平滑算法....103.1算法介绍...................................................103.1.1.方向自适应内插........................................103.1.2.线性结合策略..........................................113.2MATLAB简介.................................................153.2.1MATLAB介绍...........................................153.2.2C语言与MATLAB接口编程介绍..........................183.2.3GUI编程.............................................193.3算法流程图..................................................23第四章实验结果.................................25结束语...........................................29致谢...........................................30参考文献.........................................312010届毕业设计(论文)第一章绪论1.1研究背景及现状现在广泛应用的图像视频压缩标准非常有效地压缩了图像数据,节约了图像的传输带宽。压缩数据在实际信道中传输时不可避免地会遇到各种噪声和干扰,常常出现传输误码,由于在这些标准中对压缩图像使用了VLC编码,使得传输误码造成的误码扩散会进一步降低解码后重建图像的质量。为了消除和减小传输误码对重建图像质量的影响,往往可以采取多种技术手段来进行误码消除,如前向纠错编码、遇错重传...