跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.169) 您好!臺灣時間:2025/10/30 06:12
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:張証喻
研究生(外文):Cheng-Yu Chang
論文名稱:智慧型即時無人監控系統之建置
論文名稱(外文):Development of Real-time Intelligent Unmanned Surveillance System
指導教授:吳明川吳明川引用關係
口試委員:蔡明忠駱榮欽
口試日期:2008-07-23
學位類別:碩士
校院名稱:國立臺北科技大學
系所名稱:自動化科技研究所
學門:工程學門
學類:機械工程學類
論文種類:學術論文
論文出版年:2008
畢業學年度:96
語文別:中文
論文頁數:68
中文關鍵詞:影像處理移動偵測物件擷取
外文關鍵詞:Image ProcessingMoving DetectionObject Extraction
相關次數:
  • 被引用被引用:1
  • 點閱點閱:354
  • 評分評分:
  • 下載下載:8
  • 收藏至我的研究室書目清單書目收藏:2
一般而言,數位影像處理技術應用在監控系統時,分為影像前處理與後處理兩部分。移動物件與背景分離為影像前處理部分最大課題。目前業界上普遍使用移動邊緣偵測法(Moving Edge Detection)以改善固定背景相減法及連續影像相減法所衍生的固定背景變動量大與連續影像殘影問題。但移動邊緣偵測法遇到移動物件靜止不動時變失去效用,本研究提出交疊式影像物件分離法以改善其問題。進行影像後處理分析,物件追蹤(Object Tracking)、軌跡記錄(Trajectory Recording)及分析,使用濾波(Filter)、型態學(Morphological)、連通(Adjacency)等技術時,已可以是一個近完整的影像。
  在本論文中提出一套智慧型的監控系統,結合數位影像處理技術與視訊認知(Video Understanding)技術,針對戶外特定場所的人員進行辨識與追蹤,並擷取其移動軌跡資訊進行分析判斷是否有屬於異常或是危險的行為發生。即時發出警訊,以讓相關人員能夠立即處理;並將軌跡資訊全數建檔儲存在資料庫,作為後續事件檢索之研究應用。
Generally speaking, digital image processing technology includes Image Processing and Image Analysis. Object Extraction and Background Separation are two main topics of Image Processing. Moving Edge Detection is generally used to improve the problems of Static Background Subtraction & Temporal Differencing. To solve the problems of Moving Edge Detection, Double Image Separation Technique is proposed in this study. By applying, Object Tracking, Trajectory Recording, Filter, Morphological, and Adjacency, the perfect image can be obtained.

  In the thesis, a smart Surveillance System by combining digital image processing and Video Understanding has been developed. The system can be used to capture the people in some particular places and to analyze their motions. In case of emergencies, the system will connect to the police automatically and save all data for future application.
中文摘要 i
英文摘要 ii
誌謝 iii
目錄 iv
表目錄 vi
圖目錄 vii
第一章 緒論 1
1.1 前言 1
1.2 研究動機與目的 1
1.3 文獻探討 2
1.3.1監控系統之相關研究 2
1.3.1.1 監控系統之發展 2
1.3.1.2 視訊監控作業流程 5
1.3.1.3 學術界相關研究 6
1.3.2影像動態偵測相關技術 8
1.4 研究方法 9
1.5 論文架構 11
第二章 攝影機校正與數位影像探討 12
2.1 影像系統基礎架構 12
2.1.1 電腦視覺理論 12
2.1.2 相機模型 13
2.2 攝影機校正 13
2.2.1 攝影機內部參數校正 14
2.2.2 攝影機外部參數校正 16
2.2.2.1 攝影機旋轉矩陣 16
2.2.2.2 攝影機位移向量 19
2.2.3 雙攝影機座標系統之轉換關係 21
2.3 影片格式 23
2.3.1錄影理論 23 2.3.2視訊檔案系統 24
第三章 數位影像處理與物件擷取及追蹤 26
3.1 數位影像處理 26
3.1.1 彩色影像灰階轉換 27
3.1.2 影像前處理 28
3.1.2.1 影像空間旋積運算 28
3.1.2.1 二值化 29
3.1.2.2 閥值選擇 30
3.1.2.3 邊緣偵測 33
3.1.3 影像分析及後處理 35
3.2 物件分離 36
3.2.1 背景初始(Background Initialization) 36
3.2.2 固定背景相減法(Static Background Subtraction) 37
3.2.3 影像差值法 (Temporal Differencing) 38
3.3 移動邊緣偵測 40
3.4 交疊式影像物件分離法 41
第四章 動態物件記錄分析 42
4.1基礎型態學 42
4.2型態學運用 46
4.3即時系統物件擷取 48
4.4移動物件之動態偵測 49
4.5資料庫 51
第五章 系統架構及結果討論 52
5.1 系統架構與人機介面 53
5.1.1 實驗設備 53
5.1.2 人機介面 54
5.2 幕後操作介面 56
5.3 智慧型手動操控監控介面 58
5.4 手動操控PTZ攝影機拍照及錄影 60
5.5 記錄模組 60
5.6 實驗結果討論 61
第六章 結論與未來展望 62
6.1 結論 62
6.2 未來展望 63
6.2.1 結合通訊網路和多媒體技術 63
6.2.2 多攝影機聯合監控技術 63
6.2.3 連結智慧型家電產品 64
參考文獻 65
[1] P. Goolkasian, "Processing Visual-Stimuli Inside and Outside the Focus Fattention," Bulletin of the Psychonomic Society, vol. 29, 1991, pp.510-515.
[2] 劉佳任、林啟豐,「監控系統之概述」,中華技術,第三十七期,1998,第85頁。
[3] 李建旻,影像識別在保全系統上的應用,碩士論文,南台科技大學電機工程學系碩士班,2005。
[4] 李鴻舜,以動態偵測為基礎的即時監控系統,碩士論文,國立交通大學機械工程學系,新竹,2001。
[5] 蔡博智,影像追蹤方法應用在監控系統之研究,碩士論文,中原大學機械工程學系,中壢,2002。
[6] 鄒華龍,即時的人物偵測與追蹤,碩士論文,大同大學電機工程研究所,台北,2002。
[7] 游世豪,交通自動化監控系統之研究,碩士論文,元智大學電機工程研究所,中壢,2002。
[8] 莊建宏,自動化交通監控系統,碩士論文,國立台灣師範大學資訊教育研究所,台北,2001。
[9] B. North, A. Blake, M. Isard and J. Rittscher, "Learning and Classification of Complex Dynamics," IEEE Transactions on pattern analysis and machine intelligence, vol. 22, no. 9, 2000.
[10] R. Hartley and A. Zisserman, "Multiple View Geometry in Computer Vision," Cambridge University Press, 2000, pp. 138-183.
[11] 李連勇,外觀是人物模型應用於多人物追蹤,碩士論文,國立東華大學資訊工程學系碩士班,花蓮,2006。
[12] 張政祺,利用雙攝影機即時監視系統作人員偵測及特寫之研究,碩士論文,銘傳大學資訊管理學系碩士班,台北,2003。
[13] W. Zheng, Y. Shishikui, Y. Kanatsugu, Y. Tanaka and I. Yuyama, "A High-Precision Camera Operation Parameter Measurement System and Its Application to Image Motion Inferring," IEEE Transactions on Broadcasting, Vol. 47, no. 1, 2001, pp.46-55.
[14] R. M. Haralick, "Determining Camera Parameters from the Perspective Projection of a Rectangle," Pattern Recognition, Vol. 22, 1988, pp. 225-230.
[15] 許宏賓,利用多攝影機合成新視點影像之方法研究,碩士論文,銘傳大學資訊傳播工程學系碩士班,台北,2005。
[16] Y. Taur and T. H. Ning, "Fundamentals of modern VLSI devices," Cambridge University Press, 2001, pp. 58-62.
[17] 德國映美精有限公司,彩色CCD相機工作原理,台北,http://www.theimagingsource.com/zh_tw/products/, 2008。
[18] L. O. Michael and J. S. Michael, "Practical Algorithms for Image Analysis," Cambridge University Press, 2000, pp. 51-55.
[19] N. Otsu, "A threshold selection method from gray level histogram," IEEE Transactions System, Man, and Cybernetics, Vol. SMC-9, no.1, 1979, pp. 51-55.
[20] 林寰生,數位信號-影像與語音處理,台北:全華科技圖書股份有限公司,1999。
[21] 彭振軒,使用樣版比對做進出口行人數量統計,碩士論文,國立中央大學資訊工程研究所,中壢,2006。
[22] 黃敏峰,人臉追蹤法應用於監控系統之研究,碩士論文,國立成功大學電機工程系,台南,2003。
[23] 張仁鴻,智慧型監視系統之物體偵測與交通影片之車輛偵測與索引,碩士論文,國立雲林科技大學電機工程系碩士班,雲林,2004。
[24] S. Haynes and R. Jain, "Detection of Moving Edges," Computer Graphics and Image Processing, Vol. 21, 1983, pp. 345-367.
[25] T. L. Hwang and J. J. Clark, "On Local Detection of Moving Edges," Proceedings of IEEE International Conference on Pattern Recognition, Vol. 1, 1990, pp. 180-184.
[26] Q. Meguro, M. Huynh-Thu and M. Kaneko, "Skin-Color Extraction in Images with Complex Background and Varying Illumination," IEEE Proc. 6th Workshop on Applications of Computer Vision, 2002.
[27] 高蕙玲,動態偵測監控資料庫系統之管理,碩士論文,臺中健康暨管理學院/資訊管理研究所,台中,2002。
[28] K. Schwerdt, D. Maman, P Bernas and E. Paul, "Target segmentation and event detection at video-rate: the EAGLE project," Advanced Video and Signal Based Surveillance, IEEE Conference on, 2005, pp.183-188.
[29] 黃琮輝,入侵者監測系統,碩士論文,義守大學資訊工程學系,高雄,2006。
[30] 張國鋒,影像處理在多移動目標物之追蹤,碩士論文,國立交通大學機械工程研究所,新竹,2003。
[31] 駱榮欽,人機介面,台北,國立台北科技大學自動化科技研究所,講義,2007。
[32] 孫銘杰,楊隆榮,「主動式車輛安全駕駛輔助系統-攝影機的應用」,敏通科技,第20期,2007,pp. 38-39。
[33] T. Funahasahi, M. Tominaga, T. Fujiwara and H. Koshimizu, "Hierarchical Face Tracking Using PTZ camera," Sixth IEEE International Conference on Automatic Face and Gesture Recognition, 2004, pp.427-432.
[34] 陳亮嘉,自動化光學檢測,台北,國立台北科技大學自動化科技研究所,講義,2006。
[35] A. Cavallaro, O. Steiger and T. Ebrahimi, "Tracking video objects in cluttered background," IEEE Trans. Circuits Syst. Video Technol., Vol. 15, no. 4, 2005.
[36] C. Rafael and E. Richard, Digital Image Processing Second Edition, New Jersey: Prentice Hall USR, 2001.
[37] S.E. Umbaugh, Computer Imaging-Digital Image Analysis and Processing, USA: A CRC PRESS BOOK, 2005.
[38] 內政部警政署刑事警察局,http://www.cib.gov.tw/,2008。
[39] 劉佳茹,「直擊高雄市鄰里監控租賃案」,AS TAIWAN安全自動化,第84期,2008,pp. 78-84。
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊