天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁(yè) > 科技論文 > 信息工程論文 >

HEVC幀間預(yù)測(cè)編碼的研究

發(fā)布時(shí)間:2018-10-30 21:07
【摘要】:隨著通信技術(shù)、計(jì)算機(jī)技術(shù)和多媒體技術(shù)的迅猛發(fā)展,多媒體已經(jīng)深深融入到人們生活,其中視頻是多媒體中信息量最大、也是最常用的媒體,然而,它的數(shù)據(jù)量也是非常龐大的,不經(jīng)過(guò)壓縮編碼的視頻一般難以直接在互聯(lián)網(wǎng)中傳輸。視頻壓縮編碼技術(shù)是視頻存儲(chǔ)、傳輸?shù)那疤?也是數(shù)字電視、視頻監(jiān)控、網(wǎng)絡(luò)視頻等應(yīng)用的核心技術(shù)。近年來(lái)視頻分辨率越來(lái)越大,高分辨率視頻對(duì)存儲(chǔ)提出了很高的要求,為此ITU-T視頻編碼專(zhuān)家組和MPEG委員會(huì)聯(lián)合定制了最新的視頻編碼標(biāo)準(zhǔn)HEVC(High Efficiency Video Coding),并于2013年1月正式頒布,同時(shí)提供了編解碼參考軟件HM,引起了廣大學(xué)者的熱情研究。幀間編碼技術(shù)是視頻編碼中的關(guān)鍵技術(shù)之一,也是最耗時(shí)的部分,占據(jù)了整個(gè)視頻編碼中約一半的運(yùn)算量,如何兼顧運(yùn)算量與運(yùn)算精度一直以來(lái)是個(gè)熱門(mén)而具挑戰(zhàn)性的課題,學(xué)者們紛紛提出來(lái)了各種不同快速算法,然而幀間預(yù)測(cè)編碼的各種快速算法都是基于塊匹配,近年來(lái)有部分學(xué)者開(kāi)始在幀間編碼中引入仿射變換模型,意在進(jìn)一步提高編碼質(zhì)量。本文在學(xué)習(xí)HEVC整體編碼結(jié)構(gòu)的基礎(chǔ)上,深入研究了幀間編碼,結(jié)合部分學(xué)者對(duì)仿射變換的初步探索結(jié)果,進(jìn)一步探討了仿射變換的模式劃分、運(yùn)動(dòng)向量以及運(yùn)算復(fù)雜度,并通過(guò)實(shí)驗(yàn)證明了本文所提觀點(diǎn)的正確性和算法的有效性,論文主要工作如下:(1)提出了基于坐標(biāo)描述的仿射運(yùn)動(dòng)模型,并對(duì)仿射變換單元做進(jìn)一步細(xì)分,將基于方塊的仿射變換轉(zhuǎn)化為基于三角塊的仿射變換,實(shí)驗(yàn)證明,本文算法可以獲得比塊平移更大的匹配精度;研究了由仿射變換產(chǎn)生的MV(運(yùn)動(dòng)向量)的性質(zhì),通過(guò)理論和實(shí)驗(yàn)證明了相鄰MV的相關(guān)性很差,不具備類(lèi)似Merge模式的可預(yù)測(cè)性;提出一種用于仿射運(yùn)動(dòng)估計(jì)的快速搜索方法,在匹配精度損失很小的情況下,縮短了運(yùn)動(dòng)估計(jì)的時(shí)間。(2)鑒于HEVC的參考軟件過(guò)于復(fù)雜、幀間預(yù)測(cè)編碼結(jié)構(gòu)龐大,所以未能將本文算法嵌入HM中,但本文仿照HEVC結(jié)構(gòu)獨(dú)立編寫(xiě)了整個(gè)幀間預(yù)測(cè)編碼,包括預(yù)測(cè)單元的劃分、運(yùn)動(dòng)估計(jì)、量化及熵編碼,通過(guò)實(shí)驗(yàn)數(shù)據(jù)作出不同測(cè)試序列的B-D曲線(xiàn),仿真結(jié)果表明了本文所提算法在高精度編碼模式下,應(yīng)對(duì)紋理細(xì)節(jié)復(fù)雜、運(yùn)動(dòng)劇烈的視頻具有其優(yōu)越性。
[Abstract]:With the rapid development of communication technology, computer technology and multimedia technology, multimedia has been deeply integrated into people's life. Its data is also very large, uncompressed video is generally difficult to transmit directly over the Internet. Video compression and coding technology is the premise of video storage and transmission, as well as the core technology of digital TV, video surveillance, network video and other applications. In recent years, the video resolution is getting bigger and bigger, and the high resolution video has put forward the very high request to the storage. For this reason, the expert group of ITU-T video coding and the MPEG committee have jointly customized the newest video coding standard HEVC (High Efficiency Video Coding),. It was promulgated in January 2013, and the codec reference software HM, has aroused the enthusiasm of scholars. Inter-frame coding is one of the key techniques in video coding, and it is also the most time-consuming part. It accounts for about half of the computation in the whole video coding. How to balance the computation and precision has always been a hot and challenging topic. Scholars have put forward a variety of fast algorithms. However, the fast algorithms of inter-frame prediction coding are based on block matching. In recent years, some scholars began to introduce affine transformation models into inter-frame coding. It is intended to further improve the coding quality. Based on the study of the global coding structure of HEVC, this paper studies the inter-frame coding in depth, and further discusses the pattern partition, motion vector and computational complexity of the affine transformation, combined with the preliminary results of some scholars on the affine transformation. The experimental results show the correctness of the proposed method and the validity of the algorithm. The main work of this paper is as follows: (1) the affine motion model based on coordinate description is proposed, and the affine transformation unit is further subdivided. The block based affine transformation is transformed into the triangle block based affine transformation. The experiments show that the proposed algorithm can achieve greater matching accuracy than the block translation. The properties of MV (motion vector) generated by affine transformation are studied. It is proved by theory and experiment that the correlation of adjacent MV is very poor, and it does not have the predictability similar to Merge model. This paper presents a fast search method for affine motion estimation, which shortens the time of motion estimation with small loss of matching accuracy. (2) in view of the complexity of HEVC reference software, the frame prediction coding structure is huge. So we can not embed the algorithm into HM, but we write the whole inter-frame prediction code according to the HEVC structure independently, including the division of prediction units, motion estimation, quantization and entropy coding. The B-D curves of different test sequences are made from the experimental data. The simulation results show that the proposed algorithm is superior to the video with complex texture details and intense motion under the high-precision coding mode.
【學(xué)位授予單位】:海南大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類(lèi)號(hào)】:TN919.81

【相似文獻(xiàn)】

相關(guān)期刊論文 前7條

1 張志冰;幀間預(yù)測(cè)編碼的誤碼擴(kuò)散分析及改善方法[J];通信學(xué)報(bào);1990年06期

2 王超;于洪珍;徐小民;李鵬;;H.264幀間預(yù)測(cè)編碼的塊匹配模式的優(yōu)化選擇[J];網(wǎng)絡(luò)安全技術(shù)與應(yīng)用;2009年04期

3 馬宏興;;H.264/AVC幀間預(yù)測(cè)編碼模式快速選擇算法[J];計(jì)算機(jī)應(yīng)用與軟件;2011年08期

4 陳云峰,高厚琴;低碼率活動(dòng)圖像幀間預(yù)測(cè)編碼的研究[J];電視技術(shù);1999年04期

5 馮志飛;李璋;;H.264/AVC幀間預(yù)測(cè)編碼模式的快速選擇算法研究[J];黑龍江科技信息;2011年13期

6 王磊;葛鏡;熊曼子;;幀間預(yù)測(cè)編碼中的運(yùn)動(dòng)估計(jì)算法研究[J];計(jì)算機(jī)與數(shù)字工程;2007年12期

7 劉玉珍;陶志勇;;H.264幀間預(yù)測(cè)編碼塊匹配模式的研究[J];信息技術(shù);2007年10期

相關(guān)碩士學(xué)位論文 前3條

1 李峰;HEVC幀間預(yù)測(cè)編碼的研究[D];海南大學(xué);2017年

2 向厚振;幀間預(yù)測(cè)編碼的FPGA設(shè)計(jì)與實(shí)現(xiàn)[D];中北大學(xué);2013年

3 馬宏興;H.264/AVC幀間預(yù)測(cè)編碼模式快速選擇算法研究[D];西南交通大學(xué);2006年

,

本文編號(hào):2301189

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/xinxigongchenglunwen/2301189.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)45c1f***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com