- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE 40
PAGE 1
保密类别? ???? 编 号 200910013344 ????
毕 业 论 文
多视点视频编码研究
学 院 信息工程学院
专 业 广播电视工程
班 级 1班
中 国 传 媒 大 学
2013年 5月 20日
多视点视频编码研究
摘 要
本文在详细研究JMVC编码器(包括对JMVC代码的阅读调试、对各个编码参数的提取及显示)的基础上,对JMVC编码器进行改进使其在PSNR和码率几乎不变的情况下编码时间明显减少。
本文在详细阅读JMVC代码的基础上,首先提取编码参数并创建了一个非常直观的编码参数显示界面,利用ChartDirector库和opencv库,将所有的以帧为单位的参数都显示在图表之中,所有的以宏块为单位的参数都显示在图像控件上。可以观察到整个序列的码率、PSNR等参数的整体波动情况,并可以把一帧图像所有运动矢量、宏块划分等信息直观显示在图片上。
然后针对JMVC代码的运动估计算法,本文提出了一种新的改进方法,以往的改进都是通过各种方法确定菱形算法的步长阈值,当步长大于阈值时即直接退出,这种方法虽然明显减少了编码时间,但由于减少了搜索模板的搜索范围,PSNR和码率也会有一定程度的下降。本文从另外的角度来改进菱形算法,即不设定某个确定的步长阈值作为提前终止的条件,而是根据运动搜索中最优点是否多次没有变化来作为提前终止的判断条件。另外借鉴JM模型内的UMHexagonS算法的思想,本文还引采用入了更多地预测矢量;引入基于SAD的提前终止策略。通过以上多种方法的结合,可以实现在PSNR和码率几乎不变的情况下,编码时间减少20%左右。
关键词:多试点视频编码,运动估计,JMVC,视差估计
The Research on MultiView Video Coding
Ma Xiaoyu
ABSTRACT
Based on the detailed study of the JMVC encoder (including the extraction and display of each coding parameters by reading and debugging JMVC code ), This paper tries to improve the encoding time of JMVC encoder significantly in the case of almost no PSNR decrease and no bit rates increase .
Firstly,the paper extracts the coding parameters create a very intuitive display interface, using ChartDirector library and opencv library.The interface Can be display throughout the whole sequence of bit rate, PSNR and other parameters, and put all the MVs and MB partition information into a picture control and display the information intuitively.
Then for JMVC code motion estimation algorithm, this paper proposes a new improvement method, the previous method is to determine distance threshold , when the distance is greater than the threshold value directly exit the progress, although this method significantly reduces coding time, but by reducing the search template search, PSNR and rate will decline to a certain extent. This article from another point of view to improve the diamond search algorithm, which does not set a certain step threshold as early termination co
文档评论(0)