博碩士論文 945902002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:18 、訪客IP:3.15.2.133
姓名 林準(Zhun Lin)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 利用粒子濾波器追蹤限制區域內非法進入者
(A Particle Filter based method for Tracking Illegal entrant in restricted area)
相關論文
★ 使用視位與語音生物特徵作即時線上身分辨識★ 以影像為基礎之SMD包裝料帶對位系統
★ 手持式行動裝置內容偽變造偵測暨刪除內容資料復原的研究★ 基於SIFT演算法進行車牌認證
★ 基於動態線性決策函數之區域圖樣特徵於人臉辨識應用★ 基於GPU的SAR資料庫模擬器:SAR回波訊號與影像資料庫平行化架構 (PASSED)
★ 利用掌紋作個人身份之確認★ 利用色彩統計與鏡頭運鏡方式作視訊索引
★ 利用欄位群聚特徵和四個方向相鄰樹作表格文件分類★ 筆劃特徵用於離線中文字的辨認
★ 利用可調式區塊比對並結合多圖像資訊之影像運動向量估測★ 彩色影像分析及其應用於色彩量化影像搜尋及人臉偵測
★ 中英文名片商標的擷取及辨識★ 利用虛筆資訊特徵作中文簽名確認
★ 基於三角幾何學及顏色特徵作人臉偵測、人臉角度分類與人臉辨識★ 一個以膚色為基礎之互補人臉偵測策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 目前的監控系統,由於取像設備成本越來越低,使得日常生活中取得設備也變的容易。有別於以往只能提供事後資訊的錄影監控,利用電腦視覺的方法,能讓監控系統可以自動的分析影像,以達到即時警報與追蹤的目標。
本論文提出一個使用PTZ攝影機追蹤限制區域非法入侵者的系統,不同於過去限制區域非法入侵偵測只能侷限在固定視角,限制區域範圍太小的限制,利用上衣色彩為特徵判斷進入限制區域的人員是否合法,再使用PTZ攝影機的旋轉視角功能持續追蹤非法入侵者。首先利用背景相減法偵測出目標,使用一個分割演算法將目標的上半身區域分割出來,針對目標上衣區域色彩與預先設定合法上衣色彩資訊比對,判斷出是否為非法入侵者,若是非法入侵則開始追蹤目標物,目標物超出追蹤畫面就使用旋轉功能持續追蹤。
實驗結果證明,本論文所提出的系統是可以使用在較大的限制區域進行非法入侵者追蹤。
摘要(英) Unlike the traditional surveillance systems which only consist of one or several capturing devices, in this thesis we incorporate the PTZ camera with the computer vision techniques. By doing so, the surveillance system can analyzes the moving objects automatically and provide real-time alerts if necessary.
In this thesis, we propose a particle filtering based method to identify and track illegal invaders in restricted area using a PTZ camera. The advantage of our method is that can track illegal entrants in wider space, unlike the detecting illegal entrants in restricted area over the past, which is limited to a fixed perspective, the scope of the restricted area is too small constraints, First of all, we employ a robust background subtraction method to detect the moving object. Then we use the watershed segmentation algorithm to extract the upper body of the moving object. Afterwards we compare the color features of the upper body with the template to determine the legality of the entrant. Once the illegal entrant is detected, the system will track the moving object using PTZ camera. Since no background information can be obtained after panning the camera, we employ the particle filtering technique to cope with this problem.
Experimental results show the feasibility and validity of the proposed method under several environments. The proposed method provides satisfactory results which prove that the system can be applied to some places such as post office or storage.
關鍵字(中) ★ 粒子濾波器
★ 非法進入
關鍵字(英) ★ Particle Filter
★ Illegal entrant
論文目次 Abstract i
摘要 ii
目錄 iv
附圖目錄 vi
附表目錄 vii
第一章 緒論 1
1.2 相關研究 2
1.3 系統流程 3
1.4 論文架構 4
第二章 目標物偵測 5
2.1 建立背景模組 6
2.2 背景相減與陰影偵測 9
第三章 身體區域偵測 13
3.1 分水嶺分割法 13
3.1.1 影像簡單化 15
3.1.2 梯度計算 16
3.1.3 泛流處理 18
3.1.4 區塊合併 19
3.2 身體模組 21
3.2.1 頭部區塊偵測 21
3.2.2 上半身區塊偵測 25
第四章 目標物追蹤 26
4.1 目標物辨識 26
4.1.1 色彩密度函數 26
4.1.2 Bhattacharyya係數 28
4.2 Particle Filter 30
4.2.1 Particle Filter架構 30
4.2.2 Particle Filter參數 32
4.2.3 Particle Filter實作 35
第五章 實驗結果 38
5.1 偵測區域之劃定 38
5.2 追蹤結果 39
5.3 結果分析 43
第六章 結論與未來工作 45
6.1 結論 45
6.2 未來工作 46
參考文獻 47
參考文獻 [1] C. Wren, A. Azarbayejani, T. Darrell, and A. Pentland, “Pfinder:Real-Time Tracking of the Human Body,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 19, No. 7, pp.780-785, July 1997.
[2] J. Barron, D. Fleet, and S. Beauchemin, “Performance of OpticalFlow Techniques,” International Journal of Computer Vision, vol. 12,no. 1, pp. 42-77, 1994.
[3] C. Anderson, P. Burt, and G. van der Wall, “Change Detection and Tracking Using Pyramid Transformation Techniques,” In Proceedings of SPIE - Intelligent Robots and Computer Vision, vol.579, pp. 72-78, 1985.
[4] T. Horprasert, D. Harwood and L.S. Davis, “A statistical approach for real-time robust background subtraction and shadow detection,” in Proc. IEEE Frame-Rate Workshop, 1999.
[5] S. Park and J.K. Aggarwal, “Segmentation and Tracking of Interacting Human Body Parts under Occlusion and Shadowing,” in Proc. IEEE Workshop Motion and Video Computing, pp. 105-111, 2002.
[6] Broida, T. and Chellappa, R. 1986. Estimation of object motion parameters from noisy images. IEEE Trans.Patt. Analy. Mach. Intell. 8, 1, 90–99.
[7] Beymer, D. and Konolige, K. 1999. Real-time tracking of multiple people using continuous detection. In IEEE International Conference on Computer Vision (ICCV) Frame-Rate Workshop.
[8] Tanizaki, H. 1987. Non-gaussian state-space modeling of nonstationary time series. J. Amer. Statist. Assoc.82, 1032–1063.
[9] Comaniciu, D. and Meer, P. 2002. Mean shift: A robust approach toward feature space analysis. IEEE Trans. Patt. Analy. Mach. Intell. 24, 5, 603–619.
[10] S. Khan and M. Shah, “Tracking people in presence of occlusion,” in Proc. Asian Conf. Computer Vision, Taipei, Taiwan, 2000.
[11] M.D. Beynon, D.J. Van Hook, M. Seibert, A. Peacock and D. Dudgeon, ”Detecting abandoned packages in a multi-camera video surveillance system,” in Proc. IEEE Conf. Advanced Video and Signal Based Surveillance, pp. 221-228, 2003.
[12] P. Salembier and M. Pardàs, “Hierarchical morphological segmentation for image sequence coding,” IEEE Trans. Image Processing, VOL. 3, NO. 5, 639-651, Sep. 1994.
[13] M. Kim, J.G. Choi, D. Kim, H. Lee, M.H. Lee, C. Ahn and Y.S. Ho, “A VOP generation tool: automatic segmentation of moving objects in image sequences based on spatio-temporal information,” IEEE Trans. Circuits and System for Video Technology, VOL. 9, pp. 1216-1226, Dec. 1999.
[14] B. Hill, Th. Roger and F.W. Vorhagen, “Comparative analysis of the quantization of color spaces on the basis of CIELab color-difference formula,” ACM Trans. Graphics, VOL. 16, pp. 109-154, 1997.
[15] L.G. Shapiro and G.C. Stockman, “Computer Vision,” New Jersey: Prentice Hall, 2001.
[16] Comaniciu, D. and Meer, P. 1999. Mean shift analysis and applications. In IEEE International Conference on Computer Vision (ICCV). Vol. 2. 1197–1203.
[17] Nummiaro K, Merier E K, Gool L V. An adaptive color-based particle filter[J]. Image and Vision Computing, 2003, 21(1): 99~110
[18] L. Devroye, L. Gyorfi and G. Lugosi, “A Probabilistic Theory of PatternRecognition,” Applications of Mathematics. Springer-Verlag Inc., Vol. 31,pp.25-32, 1996.
[19] Erik Cuevas, Daniel Zaldivar, and Raul Rojas, Particle filter in vision tracking, 2005.
[20] 袁凱群, ” 限制區域非法進入者之偵測”, 中央大學資訊工程研究所碩士論文, 2005.
指導教授 范國清(Kuo-Chin Fan) 審核日期 2009-7-30
推文 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聯絡  - 隱私權政策聲明