§ 瀏覽學位論文書目資料
  
系統識別號 U0002-1607201223081300
DOI 10.6846/TKU.2012.00664
論文名稱(中文) 以 Matlab 為平台進行可見光域即時目標物辨識
論文名稱(英文) Real-time Target Recognition in Visible Spectrum Using Matlab Platform
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 航空太空工程學系碩士班
系所名稱(英文) Department of Aerospace Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 100
學期 2
出版年 101
研究生(中文) 郎崇年
研究生(英文) Chung-Nien Lang
學號 699430046
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2012-06-08
論文頁數 86頁
口試委員 指導教授 - 蕭富元(fyhsiao@gmail.com)
委員 - 呂文棋(luwenchi@nfu.edu.tw)
委員 - 馬德明(derming@mail.tku.edu.tw)
關鍵字(中) 即時辨識
影像處理
色彩空間轉換
MATLAB
關鍵字(英) Real-time
Target Recognition
Image processing
Color-space transformation
MATLAB
第三語言關鍵字
學科別分類
中文摘要
本研究為探討利用MATLAB及視訊裝置進行即時目標物的辨識。機器視覺近年的研究有增加的趨勢,各式各樣的應用也都與機器視覺有關。因此在本文中,將使用MATLAB並透過視訊進行即時的目標物選取與辨視。MATLAB是一個高階程式語言,以矩陣運算聞名。數位影像在電腦中即是以矩陣來組成,因此MATLAB在影像處理上是相當理想的一種選擇。本研究主要將針對即時選定目標物發展適用的演算法,並且以實際結果驗證其演算法效率與成功率。
英文摘要
This paper investigates the application of machine vision to the real-time target recognition in visible spectrum using MATLAB as platform. Machine vision is applied to wider and wider areas in recent years. Therefore, more and more researches have been done to investigate the applications. In this thesis we use MATLAB as the platform, and aim to recognize any target using machine vision in real-time operations. MATLAB is a well-known software, expert in matrix operations. Since digital images are represented as arrays in computer, MATLAB should be a good choice to deal with this sort of data. This research aims to develop an algorithm that allows us to pick up a target at any time and the computer can analyze the features of the target in real-time. Then the target can be recognized with the obtained features. Experiments are designed to examine the feasibility and efficiency of our algorithm.
第三語言摘要
論文目次
中文摘要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .i
英文摘要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ii
致謝. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .iii
1 緒論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 前言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 動機. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 文獻回顧. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 研究方法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 數位影像處理. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4
2.1 HSI 空間. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 閾值計算. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.3 二值化轉換. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.4 中值濾波. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.5 膨脹侵蝕. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.6 邊緣偵測. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.7 影像矩. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3 粒子濾波法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .16
3.1 粒子濾波計算. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.1.1 粒子濾波法用於影像辨識. . . . . . . . . . . . . . . . . . . . 19
4 MATLAB 平台使用. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .22
4.1 HSI 轉換、擷取目標物、色調濾波. . . . . . . . . . . . . . . . . . . 22
4.2 中值濾波、膨脹侵蝕. . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.3 尋找中心點,影像矩計算. . . . . . . . . . . . . . . . . . . . . . . . 24
5 實驗硬體設備介紹. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .26
5.1 硬體介紹. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.1.1 影像傳輸器. . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.1.2 影像接收器. . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
5.1.3 影像擷取卡. . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
5.1.4 視訊攝影機. . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
5.1.5 機載電腦. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
5.1.6 個人電腦與筆記型電腦. . . . . . . . . . . . . . . . . . . . . 33
6 演算法實驗與實際實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .34
6.1 演算法實驗測試. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
6.1.1 色調濾波實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . 36
6.2 影像矩實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
6.3 地面站介面. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
6.4 機載電腦端. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
6.5 模擬實驗架構與結果. . . . . . . . . . . . . . . . . . . . . . . . . . . 48
6.6 實際實驗架構與結果. . . . . . . . . . . . . . . . . . . . . . . . . . . 53
6.7 空拍模擬實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
6.8 實體實驗討論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
6.9 粒子濾波法實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
6.10 戶外實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
6.11 空拍追蹤飛機實驗. . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
7 結論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .75
8 未來工作. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .76
參考文獻. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .78
附錄. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .82
參考文獻
[1] 陳延銓, “應用MATLAB 於視訊導航之研究”, 碩士論文, 航空太空工程學系碩
士班, 淡江大學, 台北, 2010.
[2] 鄭翔宇, “以影像辨識方法進行無人飛機之路徑追蹤”, 碩士論文, 航空太空工程
學系碩士班, 國立成功大學, 台南, 2008.
[3] 蔡博智, “影像追蹤方法應用在監控系統之研究”, 碩士論文, 機械工程學系碩士
班, 中原大學, 桃園, 2002.
[4] 許璧蟬, “門禁監控即時辨識系統”, 碩士論文, 電機工程學系碩士班, 國立中央
大學, 桃園, 2002.
[5] 李忠驊, “運用類神經網路於人臉表情辨識”, 碩士論文, 資訊工程學系碩士班,
中原大學, 桃園, 2006.
[6] 柯榮煒, 陳沛仲, “類神經網路運用於英數字元影像的辨識”, 中華機械工程學會
論文集, 二十四期, pp. 2226−2231, 桃園, 2007.
[7] 陳俊穎, “剛性鋪面版塊影像破損比對處理系統之初步開發研究”, 碩士論文, 土
木工程學系碩士班, 國立中央大學, 桃園, 2006.
[8] 劉翁昌, “複雜環境下之即時人臉偵測與辨識系統”, 碩士論文, 電子工程學系碩
士班, 國立台灣科技大學, 台北, 2009.
[9] Yan-Bin Chen, “A Study For Applying Reverse Logic Artificial Neural Network
In Car License Plate Character Recognition”, Thesis of Master, Department of
Information Management, Tatung University, Taipei, 2005.
[10] 張皓超, “運用類神經網路的自動化視訊文字粹取”, 碩士論文, 通訊工程學系碩
士班, 大同大學, 台北, 2005.
[11] 許懷根, “應用立體視覺於量測微型飛行器的位置和姿態”, 碩士論文, 航空太空
工程學系碩士班, 淡江大學, 台北, 2011.
[12] 邱建明, “結合影像與文字辨識的網路色情過濾”, 碩士論文, 資訊工程學系碩士
班, 國立中央大學, 桃園, 2004.
[13] 黎科樺, “以特徵臉為辨識特徵的人臉辨識法”, 碩士論文, 電機工程學系碩士班,
國立台灣科技大學, 台北, 2006.
[14] 陳正霖, “應用立體視覺獲取物體姿態”, 碩士論文, 航空太空工程學系碩士班,
淡江大學, 台北, 2009.
[15] Francois Chaumette, “Image Moments: A General and Useful Set of Features
for Visual Servoing”, IEEE TRANSACTIONS ON ROBOTICS, VOL. 20, NO.
4, AUGUST, 2004.
[16] 黃鈴凱, “以手勢辨識進行人類與機器人之間的非語言互動”, 碩士論文, 機械與
機電工程學系碩士班, 淡江大學, 台北, 2007.
[17] J. Amini, “Optimum Learning Rate in Back-Propagation Neural Network for
Classification of Satellite Image”, Scientia Iranica, Vol. 15, No. 6, pp. 558−567,
December 2008.
[18] 王健權, “以數位影像處理搭配動態攝影機做即時人臉追蹤之研究”, 碩士論文,
電機工程學系碩士班, 國立成功大學, 台南, 2002.
[19] Chia-Yu Yen, Krzysztof J. Cios, “Image recognition system based on novel
measures of image similarity and cluster validity” Neurocomputing 72 pp.
401−412,Science Direct, 2008.
[20] 盧明智, 張沛鈞, 蔡政沛, “影像辨識即時物體追蹤系統”, 碩士論文, 電子工程學
系碩士班, 聖約翰科技大學, 台北, 2008.
[21] Li Zongmin, Kunpeng Hou, Liu Yujie, Diao Luhong, Li Hua,“The shape recognition
based on structure moment invariants”, International Journal of Information
Technology, Vol. 12 No. 2 2006.
[22] Hamidreza Zaboli, Mohammad Rahmati, Abdolreza Mirzaei, “Shape Recognition
by Clustering and Matching of Skeletons”, JOURNAL OF COMPUTERS,
VOL. 3, NO. 5, MAY 2008.
[23] K. Mikolajczyk, A. Zisserman, C. Schmid, “Shape recognition with edge-based
features”, British Machine Vision Conference, pp. 779−788, 2003.
[24] Muharrem Mercimek, Kayhan Gulez, Tarik Velz Mumcu, “Real object recognition
using moment invariants”, Sadhana Vol. 30, Part 6, pp. 765–775, December
2005.
[25] Thomas Morwald, Michael Zillich, Markus Vincze, “Edge Tracking of Textured
Objects with a Recursive Particle Filter”, International Conference on Computer
Graphics and Vision, Moskau, Russland, 2005.
[26] Rein van den Boomgaard, Richard van Balen, “Methods for fast morphological
image transforms using bitmapped binary images”, Graphical Models and Image
Processing, Volume 54, Issue 3, Pages 252–258, May 1992.
[27] 邱顯強, “移動物偵測之影像硬體架構”, 碩士論文, 電子工程系, 國立台灣科技
大學, 台北, 2009.
[28] Mathwork website, “http://www.mathworks.com/”.
[29] Dan Simon, “Optimal State Estimation”, Wiley, New Jersey, 2006.
[30] N. Metropolis and S. Ulam, “The Monte Carlo method”, Journal of the American
Statistical Association, 44(247), pp. 335-341, September 1949.
[31] 螺絲起子實驗影片, “http://goo.gl/wLGjd”.
[32] 空拍模擬實驗影片, “http://goo.gl/U188u”.
[33] 實體實驗影片, “http://goo.gl/HdSQX”.
[34] 成本函數實驗影片, “http://goo.gl/xSM41”.
[35] 瓶蓋粒子濾波實驗, “http://goo.gl/Jn5iQ”.
[36] 玩具車粒子濾波實驗, “http://goo.gl/QBXYA”.
[37] 成本函數混搭粒子濾波實驗, “http://goo.gl/6jo2X”.
[38] 戶外實驗, “http://goo.gl/MuNBW”.
[39] 追飛機實驗, “http://goo.gl/cnxvO”.
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文立即公開
校外
同意授權
校外電子論文立即公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信