博碩士論文 975302015 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:110 、訪客IP:3.145.77.82
姓名 張廖元超(Yuan-chao Chang Liao)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 智慧型高畫質視訊縮放器的設計與實作
(Design and Implementation of an Intelligent HD Video Scaler)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 高解析顯示已經成為多媒體播放的主流,但由於目前流通的視訊內容多數並非以高解析畫質為前提製作,利用縮放器將輸入視訊放大以提高解析度是現今常見的解決方案,而縮放器的核心即為影像插補器。
本研究發展了一個基於機率神經網路插補器的智慧型視訊縮放器。此一插補器分析影像中每一個插補點周圍區域的銳利度,根據銳利度的評估值作為單神經元的輸入去調整PNN插補器的平滑參數,最後以此PNN插補器進行插補運算。基於PNN插補器的視訊縮放器具有適應不同影像區域的插補特性,在邊緣附近得以產生高銳利度的插補效果,而在平滑區域,則可產生加強平滑的插補效果。相較於傳統視訊縮放器,本系統展現十分優異的縮放後的影像品質。
這個智慧型視訊縮放器於FPGA實驗平台上驗證了其功能的正確性和性能。除了實作了PNN影像插補器硬體電路,我們還完成了記憶體控制器、液晶顯示控制器、影像處理器,最後設計一個管線化控制器,將各硬體模組整合成平行架構的視訊縮放晶片。本晶片僅使用了2147 Logic Elements和241k bits記憶體FPGA硬體資源,並可達到每秒30 frames 1920x1080影像的插補速度,顯示本系統具有令人滿意的性能。本研究成果將可以應用在數位電視、視訊監控與可攜式高畫質媒體播放裝置等。
摘要(英) High- definition display has become the mainstream of media player, but most of the current distribution of video content is not premise of making High-definition video quality, using scaler to enlarge the input video resolution is a common solution today, the core of scaler shall be interpolator.
This paper developed a probabilistic neural network-based intelligent video interpolator. This interpolator analysis of image in the region around the each interpolation point sharpness, according to the evaluation value of sharpness as a single neuron input to adjust the smoothing parameter of PNN interpolator, finally using PNN interpolator to do it. The probabilistic neural network-based intelligent video interpolator has to adapt to different characteristics of video interpolation region, it provides more sharp effect near the edge, and in the smooth region, to enhance smooth effect is provide. Compared with conventional video scaler, the system shows a very excellent scaled image quality.
This intelligent video scaler has verified its functional correctness and performance in the FPGA test platform. Apart from implement PNN interpolator hardware circuit, we also completed the memory controller, LCD controller, image processor, finally design a pipeline controller for each of the parallel hardware architecture module integrated into the video scaling chip. The chip uses only 2147 Logic Elements and 241k bits of memory on FPGA hardware resources, and can reach 30 frames 1920x1080 images per second interpolation rate, indicating the system has satisfactory performance. The research results will be used in digital television, high-definition video surveillance and portable media player devices.
關鍵字(中) ★ 機率式神經網路
★ 縮放器
★ 管線化架構
★ 影像插補器
關鍵字(英) ★ scaler
★ PNN interpolation
★ interpolator
★ pipeline
論文目次 摘要 i
Abstract ii
誌謝 iii
目錄 iv
圖目錄 vi
表目錄 ix
第一章 緒論 1
1.1研究動機與目標 1
1.2論文結構 2
第二章 TFT液晶顯示控制 3
2.1 TFT LCD 控制器 3
2.2時序控制器 4
2.3 縮放器 6
2.3.1 線性插補法 6
2.3.2 非線性插補法 7
2.4 SDRAM controller 10
2.5 HDMI 信號格式 13
第三章 智慧型視訊縮放器設計 17
3.1 機率神經網路插補器 17
3.2即時視訊縮放器系統設計 22
3.2.1系統架構 23
3.2.2主要控制器 24
3.2.3 PNN插補器設計 25
3.2.4影像處理器設計(IP) 30
3.2.5 時序控制器設計(TCON) 33
第四章 硬體實作與驗證 38
4.1實驗平台 39
4.2智慧型視訊縮放器電路合成 41
4.3系統實作與展示 48
4.4影像插補法比較 49
第五章 結論與未來展望 51
5.1結論 51
5.2未來展望 51
參考文獻 53
附錄 55
參考文獻 [1] R. S. Prodan,”Multidimensional Digital Signal Processing For Television Scan Conversion” Philips J. Res. 41,pp.576-603,1986.
[2] D. Nquyen, E. Dubois,”Spatio-Temporal Adaptive Interlaced To Progressive Conversion”,International Workshop On HDTV’92 Proceeding Vol. 2, 18-20, Nov.1992.
[3] X. Li, M.T. Orchard, “New Edge-Directed Interpolation”, IEEE Trans. on Image Processing, vol. 10, pp. 1521-1527, Oct. 2001.
[4] S. H. Hsieh; C. H. Chen, “Adaptive image interpolation using probabilistic neural network”, Expert Systems with Applications, vol.36, issue.3, part.2, pp. 6025-6029, April 2009.
[5] Ching-Han CHEN; Jia_Hong DAI “Design and High-Level Synthesis of Discrete-Event Controller”, Automatic Control Conference, Page(s): 610 –615. 2002
[6] Gribbon, K.T.; Bailey, D.G “Electronic Design, Test and Applications, 2004. DELTA 2004. Second IEEE International Workshop on”, Digital Object Identifier 10.1109/DELTA.2004.10055, Page(s):126 – 131, 28-30 Jan. 2004
[7] H. Rabtanen, “Color Video Signal Processing With Median Filters”, IEEE Trans, On Consumed Electrons, Vol. 38,No. 3,pp. 157-161,Aug. 1992.
[8] Rafael C. Gonzalez, Ricbard E. Woods, ”Digital Image Processing”, Addison Wesley Publishing Company, pp. 191-200, 1992.
[9] Hee-Chul Kim1, Byong-Heon Kwon2, Myung-Ryul Choi ”An Image Interpolation With Image Improvement For LCD Controller”,1ASIC Lab., Dept. Of EECI,Hanyang University 17 Hangdang-Dong,Seongdong-Ku,Seoul,133-791,Korea
[10] H. B. KWON et al. “Pseudomedian Character For De-Interlacing Scan Conversion”, Journal Of Korea telecommunication Society,Vol. 21,No. 1,pp. 1151-1171,1996.
[11] http://www.issi.com/pdf/42S16400D.pdf
[12] http://www.ddwg.org/lib/dvi_10.pdf
[13] D.F. Specht “Probabilistic neural networks(original contribution) ” Neural Networks .vol. 3, no.1, pp. 109-118, Jan 1990.
[14] Mayer R.J, "IDEF0 Function Modeling", Air Force Systems Command, May, 1992.
[15] IEC, International Electrotechnic Commission, Preparation of Function Charts for Control Systems, publication 848, 1988.
[16] C. A. Petri, Kommunikation mit Automaten, Schriften des Rheinisch, Westfalischen Institutes fur Intrumentelle Mathematik and Der Universitat Bonn, 1962, translation by C. F. Greene, Applied Data Research Inc., Suppl. 1 to Tech Report RADC-TR-65-337, N.Y., 1965.
[17] Keith Jack, "Video Demystified", A Handbook for the Digital Engineer Fourth Edition, 2005.
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2010-7-28
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明