跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.17) 您好!臺灣時間:2025/09/03 06:56
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:歐書廷
研究生(外文):Shu-Ting Ou
論文名稱:在數位訊號處理器上實作數位影像監控系統
論文名稱(外文):Implementation of Digital Video Surveillance System on DSP
指導教授:陳延禎黃植振黃植振引用關係
指導教授(外文):Yen-Jen ChenJr-Jen Huang
學位類別:碩士
校院名稱:明志科技大學
系所名稱:電機工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2009
畢業學年度:98
語文別:中文
論文頁數:89
中文關鍵詞:TMS320DM6437Motion EstimationWeighted Mask
外文關鍵詞:TMS320DM6437Motion EstimationWeighted Mask
相關次數:
  • 被引用被引用:0
  • 點閱點閱:386
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
近年來因為資通訊的蓬勃發展,以及數位化廣泛的應用,使得人們希望能夠透過資訊數位化的方式,提昇資訊可利用性,改善運作效率,並取得更低的營運成本。而在這其中,數位影像監控系統便是相當熱門的議題。
本研究採用德州儀器公司DaVinci系列之TMS320DM6437數位訊號處理器作為運算核心,以其高效能、低功率的優勢進行開發。再以德州儀器公司所提供的H.264影像編碼範例程式作為系統架構,加入移動估測(Motion Estimation)、權重遮罩(Weighted Mask)以及時間戳記(Timestamp)的功能。而研究最終,將能夠更加準確的感應到畫面中明亮度變化,並經由偵測的結果來決定H.264影像編碼與否,進而減少CPU負載、儲存空間的消耗。還能利用時間戳記的方式,來增加追蹤事件的便利性。
In recent years, due to the vigorous development of information and communication theories, as well as a wide range of applications on digital devices, people desire to enhance the capability and efficiency, and achieve lower operating costs of systems by using digital information. Thus, among digital device applications, digital video surveillance systems have nowadays become a popular topic.
In this study, we used Texas Instruments DaVinci series TMS320DM6437 digital signal processor as a computing core, with its high performance, low power consumption advantages for development. The motion estimation, weighted mask and timestamp functions will be added in the H.264 video encoding system architecture provided by Texas Instruments Company to increase versatility. The surveillance system eventually will be able to more accurately detect luminance difference of interested area in the video, using the detected result as a criterion for H.264 video encoding, thereby reducing CPU load and the expenditure of storage space. In addition, the usage of the timestamp method will increase the convenience of event tracking.
誌謝......................................................................................................................... i
摘要........................................................................................................................ ii
Abstract .................................................................................................................iii
目錄....................................................................................................................... iv
圖目錄................................................................................................................... vi
表目錄.................................................................................................................. vii
第一章緒論.......................................................................................................... 1
1.1研究動機與背景...................................................................................... 1
1.2研究目的.................................................................................................. 3
1.3章節說明.................................................................................................. 4
第二章背景知識.................................................................................................. 5
2.1數位訊號處理器...................................................................................... 5
2.2數位影像監控技術.................................................................................. 7
2.3數位影像壓縮技術.................................................................................. 8
第三章研究方法.................................................................................................. 9
3.1系統架構.................................................................................................. 9
3.2硬體開發平台........................................................................................ 12
3.3軟體開發平台........................................................................................ 16
3.4伺服器服務端實驗架構........................................................................ 21
3.5使用者控制端實驗架構........................................................................ 28
3.6移動估測................................................................................................ 34
3.7權重遮罩................................................................................................ 37
第四章實驗結果與分析.................................................................................... 41
4.1伺服器服務端........................................................................................ 42
4.2使用者控制端........................................................................................ 46
4.3效能分析與探討.................................................................................... 52
第五章結論........................................................................................................ 56
參考文獻.............................................................................................................. 57
附錄A 原始碼app_block_video_input.c .......................................................... 59
附錄B 原始碼app_block_video_output.c ........................................................ 63
附錄C 原始碼app_block_video_encode.c ....................................................... 66
附錄D 原始碼app_block_file_output.c............................................................ 69
附錄E 原始碼app_global.h............................................................................... 71
附錄F 原始碼app_main.c ................................................................................. 76
附錄G 原始碼app_rpcs.c.................................................................................. 79
附錄H 原始碼Main.js函式layoutWidgets ..................................................... 82
附錄I 原始碼Main.js函式eventFxnBtnPlay .................................................. 85
[1] Texas Instruments, Inc. “TMS320DM6437 Digital Media Processor”, Literature Number SPRS345D, June 2008
[2] Texas Instruments, Inc. “DaVinci Technology Background and Specifications”, Literature Number SPRT401A, January 2007
[3] Texas Instruments, Inc. “TMS320DM6437 DVDP Getting Started Guide”, Literature Number SPRUEV6, July 2007
[4] Spectrum Digital, Inc. “TMS320DM6437 Evaluation Module Technical Reference”, December 2006
[5] Iain Richardson, Iain E. G. Richardson, “H.264 and MPEG-4 Video Compression: Video Coding for Next Generation Multimedia”, John Wiley & Sons, Ltd, August 2003, ISBN 0-470-84837-5
[6] Texas Instruments, Inc. “Code Composer Studio Development Tools v3.3 Getting Started Guide”, Literature Number SPRU509H, May 2008
[7] Brad Caldwell, “Davinci DM6437 DVDP Reference App / Demo Overview”, March 2007
[8] Michael Bramberger , Andreas Doblander , Arnold Maier , Bernhard Rinner , Helmut Schwabach, “Distributed Embedded Smart Cameras for Surveillance Applications”, Computer, vol. 39, no. 2, pp. 68-75, February 2006
[9] Texas Instruments, Inc. “TMS320C6000 Programmer's Guide”, Literature Number SPRU198I, March 2006
[10] Texas Instruments, Inc. “TMS320C6000 Optimizing Compiler v 6.1 User's Guide”, Literature Number SPRU187O, May 2008
[11] Texas Instruments, Inc. “TMS320DM643x DMP Video Processing Front End (VPFE) User's Guide”, Literature Number SPRU977A, March 2008
[12] Thomas Wiegand, Gary J. Sullivan, Gisle Bjontegaard, and Ajay 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
[13] Texas Instruments, Inc. “H.264 Baseline Profile Encoder on DM6437 (on DM643x) User's Guide”, Literature Number SPRUEY1, April 2007
[14] Zhengting He, “How to Use the VPBE and VPFE Driver on the TMS320DM643x Devices”, Literature Number SPRAAP3A, November 2007
[15] Xiangdong Fu, “Understanding the Davinci Preview Engine”, Literature Number SPRAAK8A, July 2008
[16] Xiangdong Fu, “Understanding the Davinci Resizer”, Literature Number SPRAAI7B, July 2008
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top