跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.175) 您好!臺灣時間:2024/12/06 21:09
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:冷家偉
研究生(外文):Jia-Wei Leng
論文名稱:基於邊界偵測之H.264畫面內快速模式決策演算法
論文名稱(外文):An Edge Detection Algorithm for the Fast Decision of H.264 Intra Mode.
指導教授:高立人高立人引用關係
口試委員:王多柏李宗演林國祥
口試日期:2012-07-12
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:電腦與通訊研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2012
畢業學年度:100
語文別:中文
論文頁數:106
中文關鍵詞:H.264/AVC畫面內模式決策邊界偵測適應性模式選擇
外文關鍵詞:H.264/AVCIntra mode decisionEdge DetectorAdaptive mode selection
相關次數:
  • 被引用被引用:2
  • 點閱點閱:199
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
  H.264為目前新一代的視訊編碼標準。為了能比先前的標準,如MPEG-1、MPEG-2、MPEG-4、H.261與H.263等,有更佳的影像品質,H.264在編解碼時增加了許多複雜的技術,如:整數離散餘弦轉換、畫面內預測、四分之一像素精度的動作評估、多張參考圖片與多種區塊大小的畫面間預測技術等。雖然能因此達到較好的品質,但同時也使複雜度大幅的提升,進而影響執行效率。而畫面內與畫面間模式決策需要大量地測試各種組態之適應值,是複雜度最高的部分。在H.264中,畫面內模式決策(Intra mode decision)使用了碼率失真計算(Rate-Distortion Optimization, RDO)來找出最佳預測模式,而其運算量是相當高的;對一個宏區塊(Macroblock)來說,找到最佳預測模式就需要做592或736次的碼率失真計算。而為了減少運算量,我們提出了一個簡易的邊界偵測方式來找出一些較合適的預測模式,再利用所提出的適應性模式個數選擇機制來判斷現在的區塊中應選擇幾種預測模式以進行碼率失真計算較佳。經由實驗證明所提出之演算法能在品質與執行效能上取得相當良好的平衡。

  H.264 is the newest video coding standard. In order to achieve much higher coding efficiency than that of previously published standards, such as MPEG-1/2/4, H.261 and H.263, H.264 codec applies more complicated approaches in the coding procedure, such as integer Discrete Cosine Transformation, intra prediction, quarter-sample-accurate motion estimation, multiple reference frame and variable block-size, in inter prediction mode. Whiling having a better performance, the H.264 comes with the cost of highly increased complexity. Among all the processes, the intra and inter mode decision are the most complex parts in H.264 due to large amount of rate distortion cost have to be calculated for different prediction modes. In H.264, the optimal intra mode is decided based on a highly complex rate-distortion optimization process. For a macroblock, usually a number of 592 or 736 rate-distortion costs have to be calculated before the best prediction mode can be decided. To reduce the complexity, we propose in this paper a simple yet effective edge detection method so that the most probable prediction mode can be found. Moreover, we propose an adaptive algorithm so that a suitable number of prediction modes can be decided for the calculation of rate-distortion optimization inside the macroblock. Experimental results show that a very good trade off between the PSNR, bit-rate and run time performance can be achieved in the proposed approach.

目錄
摘 要 i
ABSTRACT ii
誌 謝 iii
目錄 iv
表目錄 vi
圖目錄 ix
第一章 緒論 1
1.1 研究背景 1
1.2 研究動機 2
1.3 文獻回顧 3
1.4 論文架構 4
第二章 H.264與編解碼軟體介紹 5
2.1 H.264介紹 5
2.1.1 動作評估 7
2.1.2 畫面內模式選擇與預測 9
2.1.3 整數轉換與量化 12
2.1.4 去方塊濾波器 16
2.1.5 熵編碼 20
2.2 編碼軟體介紹 21
第三章 畫面內快速模式決策演算法 23
3.1 相關論文之演算法概述 23
3.1.1. 以Sobel為基底(sobel-based,SB)的快速模式決策 23
3.1.2. Intensity Gradient Technique模式決策(IGT) 27
3.2 邊界偵測演算法 33
3.2.1. 演算法原理 33
3.2.2. Luma4×4與Luma8×8處理流程 35
3.2.3. 適應性模式個數選擇 44
3.2.4. Luma16×16與Chroma8×8處理流程 54
第四章 實驗結果與比較 57
4.1 實驗環境與評估方式 57
4.1.1環境與參數設定 57
4.1.2效能評估方式 58
4.2 實驗結果與比較 62
4.2.1模式選擇數量的影響 62
4.2.2 實驗結果與比較(JM6.1e) 75
4.2.3 實驗結果與比較(JM11.0) 85
4.2.4 實驗結果與比較(JM18.3) 95
參考文獻 104

參考文獻
[1] 鄧中亮等著, 基於H.264的視頻編/解碼與控制技術, 北京郵電大學出版社, 2010. 7.
[2] J.Chiang, W. Chen, L. Liu, K. Hsu, W. Lie, “A Fast H.264/AVC-Based Stereo Video Encoding Algorithm Based on Hierarchical Two-Stage Neural Classification,” IEEE Journal of Selected Topics in Signal Processing, Vol.5 Issue.2, pp. 309-320, April 2011.
[3] 陳韋志,徐國峰,江瑞秋, “基於兩級式類神經網路分類器之快速立體視訊編碼技術”,影像與識別, Vol. 16, NO. 2, 2010, pp.96-115.
[4] P. Yin, H.-Y. Tourapis, A. Tourapis, J. Boyce, “Fast mode decision and motion estimation for JVT/H.264,” 2003 IEEE International Conference on Image Processing (ICIP’03), 2003.
[5] Yeping Su , “Fast multiple reference frame motion estimation for H.264/AVC,” IEEE Transactions on Circuits and Systems for Video Technology, Volume: 16, Issue: 3, pp. 447 - 452, March 2006.
[6] Do Quan, Yo-Sung Ho, “Qualitative DC Mode Conditions for Fast Intra Prediction Mode Decision in H.264/AVC.” 2010 IEEE Computing and Communication Technologies, Research, Innovation, and Vision for the Future (RIVF), 1-4 November 2010.
[7] C. C. Cheng and T. S. Chang, “Fast three step intra prediction algorithm for 4 x 4 blocks in H.264,” Proceedings IEEE International Symposium Circuits Systems, May 2005, vol. 2, pp. 1509–1512
[8] Jhing-Fa Wang, “A novel fast algorithm for intra mode decision in H.264/AVC encoders,” ISCAS 2006, pp. 3498-3501, July 2006.
[9] Jia-Ching Wang , “A Fast Mode Decision Algorithm and Its VLSI Design for H.264/AVC Intra-Prediction,” Circuits and Systems for Video Technology, IEEE Transactions on, Volume: 17 , Issue: 10 ,pp 1414 - 1422 , October 2007.
[10] W.-G. Lin, A.-C. Tsai, J.-F. Wang, and J.-F. Yang, “A simple direction detection algorithm for fast H.264 intra prediction,” Proceedings of IEEE TENCON, pp.1-4, October 2007.
[11] C. Kim, H.-H. Shih, and C.-C. J. Kuo, “Feature-based intra-prediction mode decision for H.264,” 2004 IEEE International Conference Image Process, October 2004, pp. 769–772.
[12] Yuanyuan Ding, Yujuan Si, Cheng Yao, “Fast Intra Mode Decision Algorithm for H.264/AVC,” 2008 IEEE Image and Signal Processing, Volume: 1, 27-30 May, 2008, pp. 570 – 574.
[13] 畢厚傑, 新一代視頻壓縮編碼標準-H.264/AVC, 人民郵電出版社, 2005.5.
[14] T. Wiegand, G. Sullivan, G. Bjontegaard, and A. Luthra, “Overview of the H.264/AVC video coding standard,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 13, no. 7, pp. 560–576, July 2003.
[15] J. Ostermann, J. Bormans, P. List, D. Marpe, M. Narroschke, F. Pereira, T. Stockammer and T. Wedi, “Video Coding with H.264/AVC: Tools, Performance, and Complexity,” IEEE Circuits and Systems, Vol. 4, No. 1, 2004.
[16] Iain E G Richardson, H.264/MPEG-4 Part 10 White Paper, March 2003.
[17] I. E. G. Richardson, H.264 and MPEG-4 Video Compression, John Wiley & Sons Ltd, 2003.
[18] A. Hallapuro and M. Karczewicz, Low Complexity Transform and Quantization – Part I: Basic Implementation, Joint Video Team (JVT) Docs. JVT-B038, January 2002.
[19] P. List, A. Joch, J. Lainema, G. Bjontegaard, M. Karczewicz: “Adaptive Deblocking Filter,” IEEE Transactions on Circuits and Systems for Video Technology, Volume: 13, Issue: 7, pp 614 – 619, July 2003.
[20] H.264/AVC Software Coordination, http://iphome.hhi.de/suehring/tml/.
[21] F. Pan, Xiao Lin, Rahardja S., Lim K.P., Li Z.G., Dajun Wu, Si Wu “Fast mode decision algorithm for intraprediction in H.264/AVC video coding,” IEEE Transactions on Circuits and Systems for Video Technology, Volume: 15, Issue: 7, pp 813 – 822, July 2005.
[22] Tsai AC, Paul A, Wang JC, Wang JF, “Intensity gradient technique for efficient intra-prediction in H.264/AVC,” IEEE Transactions on Circuits and Systems for Video Technology, VOL. 18, NO. 5, pp 694–698, May 2008.
[23] Lih-Jen Kau, Chih-Shen Chen, “A low complexity dual mode edge detector.” 2011 IEEE Visual Communications and Image Processing (VCIP), 6-9 November, 2011.
[24] Gisle Bjontegaard, Calculation of average PSNR differences between RD-curves, ITU - T VCEG-M33, April 2001.
[25] MP4-tech, http://lists.mpegif.org/pipermail/mp4-tech/2007-April/007305.html, April 2007.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top