博碩士論文 995201077 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:44 、訪客IP:18.218.207.253
姓名 周建佑(Chien-yu Chou)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 基於L-K演算法及Kinect的動態目標追蹤系統之研究
(Dynamic Target Tracking with L-K Algorithm and Kinect)
相關論文
★ 影像處理運用於家庭防盜保全之研究★ 適用區域範圍之指紋辨識系統設計與實現
★ 頭部姿勢辨識應用於游標與機器人之控制★ 應用快速擴展隨機樹和人工魚群演算法及危險度於路徑規劃
★ 智慧型機器人定位與控制之研究★ 基於人工蜂群演算法之物件追蹤研究
★ 即時人臉偵測、姿態辨識與追蹤系統實現於複雜環境★ 基於環型對稱賈柏濾波器及SVM之人臉識別系統
★ 改良凝聚式階層演算法及改良色彩空間影像技術於無線監控自走車之路徑追蹤★ 模糊類神經網路於六足機器人沿牆控制與步態動作及姿態平衡之應用
★ 四軸飛行器之偵測應用及其無線充電系統之探討★ 結合白區塊視網膜皮層理論與改良暗通道先驗之單張影像除霧
★ 基於深度神經網路的手勢辨識研究★ 人體姿勢矯正項鍊配載影像辨識自動校準及手機接收警告系統
★ 模糊控制與灰色預測應用於隧道型機械手臂之分析★ 模糊滑動模態控制器之設計及應用於非線性系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本篇論文提出一套針對在三維空間中移動物體,由立體視覺攝影機作為感應器,基於Lucas -Kanade 演算法以及連通區塊標記法的影像追蹤系統。Microsoft Kinect被作為取代傳統雙眼攝影機的深度感測器,兩具傳統攝影機組成的雙眼系統利用視差產生3D視覺內容,而Kinect 直接透過對三維空間的深度感測得到3D視覺內容,其產生的影像訊號經由前處理可以後由視覺追蹤演算法達到複雜背景下的追蹤功能,再將追蹤框的位置以及追蹤框中目標的距離轉換成真實場景中的實際位置。最後利用實際位置讓車輛控制系統將動作傳遞給二輪自走機器人,讓二輪自走機器人利用輪軸向追蹤目標移動,最後機器人可自動跟隨系統所標定的目標機器人。
摘要(英) The purpose of this research is an intelligent control system on two mobile robots applied to tracking a moving target with LK algorithm and connected-component labeling algorithm using stereo vision. For this purpose, Microsoft Kinect, a new kind depth sensor, is considered as an improvement of binocular stereo visions. Kinect is mounted on the top of one robot to track another robot.
This study uses the color frame flow and the depth frame flow which are provided by Kinect as the input of the vision tracking algorithm. We assume this tracking system can adapt to the complex background 3D environment. And then, the output of the vision tracking algorithm will be affine to the real position in the 3D environment. The X86 computer transforms this position to the control signal of this mobile robot. Finally, this mobile robot can track the other mobile robot in the complex environment.
關鍵字(中) ★ Lucas -Kanade
★ 輪型機器人
★ Kinect
關鍵字(英) ★ Kinect
★ Lucas–Kanade
★ robot
論文目次 目錄
頁次
中文摘要 Ⅰ
英文摘要 Ⅱ
誌謝 Ⅲ
目錄 Ⅳ
圖目錄 Ⅶ
表目錄 Ⅹ
第一章 緒論 1
1.1 前言 1
1.2 深度感測器之發展 2
1.3 研究背景 4
1.4 研究動機與方法 6
1.5 論文架構 8
第二章 系統與軟、硬體架構 10
2.1 系統架構 10
2.2 軟硬體架構 10
2.2.1 電腦 11
2.2.2 Kinect感測器 11
2.2.3 機器人載具 15
第三章 深度影像追蹤演算法 17
3.1 深度影像的讀取以及使用 17
3.2 形態學操作 19
3.2.1 膨脹 19
3.2.2 侵蝕 20
3.2.3 閉合 21
3.2.4 斷開 21
3.3 連通區域標記法 22
3.4 影像追蹤演算法 24
第四章 彩色影像追蹤演算法 27
4.1 彩色影像的色彩空間轉換 27
4.1.1 RGB轉HSV 28
4.1.2 侵蝕 30
4.2 Lucas-Kanade 光流法 31
4.3 特徵點選擇 36
4.4 影像追蹤演算法流程 40
4.5 長幀數追蹤情況 42
第五章 模擬及實驗結果與討論 43
5.1 模擬結果 43
5.1.1 車輛控制模擬 43
5.2 實驗與應用 45
5.2.1 深度準確實驗 45
5.2.2 複雜背景的物體追蹤能力實驗 46
5.2.3 彩色影像特徵點選取實驗 47
5.2.4 LK金字塔型追蹤演算法實驗 49
5.2.5 連通區域標記法實驗 51
5.2.6 深度影像追蹤演算法實驗 52
5.2.7 長幀數X軸橫移追蹤實驗 54
4.5 結果討論 56
第六章 結論與建議 59
4.4 結論 59
4.5 建議 59
參考文獻 61
附錄 64
參考文獻 [1] A. Discant, A. Rogozan, C. Rusu and A. Bensrhair, “Sensors for obstacle detection a survey,” IEEE Conf. Electronics Technology, Vol.30, pp. 100-105, May 2007.
[2] B. Barshan, and R. Kuc, “Differentating sonar reflections from orners and planes by employing an intelligent sensor,” IEEE Trans. Pattern Analysis and Machine Intelligence, Vol.12, No.6, pp.560-569, Jun. 1990.
[3] M. Hebert, “Active and passive range sensing for robotics,” IEEE Conf. Robotics and Automation, Vol.1, pp.102-110, Apr. 2000.
[4] L. Zhang and B. K. Ghosh, “Line segment based map building and localization using 2D laser rangefinder,” IEEE Conf. Robotics and Automation, Vol.3, pp.2538-2543, San Francisco, CA Apr. 2000.
[5] Hsioa Yu Wang, Hung Yuan Chung, “Design and Implement of Dynamic Target Tracking with Stereo Vision System”, Proceeding of International MultiConference of Engineers and Computer Scientists, pp43-48, Hong Kong, March. 2011.
[6] Microsoft Corp., Kinect, http://www.xboxkinection.com/
[7] Z. Kalal, J. Matas, and K. Mikolajczyk. “Online learning of robust object detectors during unstable tracking”. In Proc. of ICCV(CVworkshop), pages 1417–1424, 2009.
[8] Z. Kalal, K. Mikolajczyk, and J. Matas, “Forward-Backward Error: Automatic Detection of Tracking Failures,” International Conference on Pattern Recognition, 2010, pp. 23-26.
[9] B.D Lucas, T Kanade,“An iterative image registration technique with an application to stereo vision” International Joint Conference on Artificial Intelligence, pp.674–679, Aug. 1981.
[10] B. D. Lucas and T. Kanade. “An investigation of smoothness constraints for the estimation of displacement vector fields from image sequences.” Pattern Analysis and Machine Intelligence, IEEE Transactions , pp. 565 - 593, Sept. 1986
[11] Shan, Z., Ma, K.K. “A new diamond search algorithm for fast A new diamond search algorithm for fast block-matching motion estimation” IEEE. Trans. Image.Process.9, 287–290, 2000.
[12] R.C.Luo,and T.M.Chean, “Autonomous mobile target tracking system based on gray-fuzzy control algorithm,” IEEETrans. on Ind. Electron. vol. 47, no. 4, pp. 920–931, 2000.
[13] F. ABDAT, C. MAAOUI, A. PRUSKI, “Real Time Facial Feature Points Tracking with Pyramidal Lucas-Kanade Algorithm”, Robot and Human Interactive Communication, 2008.RO-MAN2008.The 17th IEEE International Symposium on, pp.71- 76, 2008.
[14] R. B. Nicholas Dowson, “Mutual information for lucas-kanade tracking (milk): An inverse compositional formulation” IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, vol. 30, pp. 180-185, Jan. 2008.
[15] J. Shi and C. Tomasi, "Good features to track," IEEE Conference on Computer Vision and Pattern Recognition , 1994, pp. 593-600
[16] Markus Hilpert, Cass T. Miller, Advances in Water Resources , March 2001.
[17] 蔡安智、陳俞州、陳育菘、陳加增、林達德, 「基於雙眼視覺之障礙物偵測技術」,台北財團法人車輛研究測試中心。
[18] 李經寧, 「即時手勢辨識系統應用於機上盒控制」, 國立中央大學,碩士論文,民國98年。
[19] 林子揚,「雷射測距儀應用於輪型機器人自動導航」,國立中央大學,碩士論文,民國99年
[20] 李孟軒,「輪型機器人之路徑追蹤與避障」,國立中央大學,碩士論文,民國99年
[21] 曾定章,影像處理課程,中央大學,影像處理暨虛擬實境實驗室教材。
[22] http://www.primesense.com/
[23] http://www.play.com/
[24] http://www.bb.ustc.edu.cn/jpkc/guojia/dxwlsy/kj/part2/grade3/LaserSpeckle.html
[25] http://msdn.microsoft.com/zh-tw/hh367958.aspx
[26] http://www.irobot.com/
[27] http://www.aishack.in/2010/07/mathematical-morphology---composite-operations/
[28] http://www.codeproject.com/Articles/336915/Connected-Component-Labeling-Algorithm
指導教授 鍾鴻源(Hung Yuan Chung) 審核日期 2012-7-25
推文 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聯絡  - 隱私權政策聲明