簡易檢索 / 詳目顯示

研究生: 徐瑋鴻
論文名稱: 機車駕駛安全輔助系統
A Driver Safety Assistance System for Motorcycles
指導教授: 方瓊瑤
學位類別: 碩士
Master
系所名稱: 資訊工程學系
Department of Computer Science and Information Engineering
論文出版年: 2013
畢業學年度: 101
語文別: 中文
論文頁數: 76
中文關鍵詞: 機車駕駛安全輔助系統鳥瞰影像轉換前方障礙物偵測
英文關鍵詞: a driver safety assistance system for motorcycles, top view image transformation, obstacle detection
論文種類: 學術論文
相關次數: 點閱:81下載:35
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本論文之主要目的在發展一機車駕駛安全輔助系統。由於台灣歷年來因機車事故而死亡和受傷的人數一直沒有降低的傾向,而交通事故中因駕駛者未注意車前狀態或未保持行車間距等肇事原因佔肇事比例的三成左右。因此本系統將著重於偵測機車本車與前方障礙物間距,並利用當前時速計算應保持的安全間距,將二者進行比較就可以發出訊號提醒駕駛者是否處於安全狀態。本研究使用智慧型手機做為研究設備,主要因為智慧型手機已具備多種感應器且擁有運算能力可視為行動電腦。智慧型手機上的攝影機可用來捕捉前方景物,而其GPS可用來取得機車當前位置和使用方向感應器取得攝影機拍攝的角度。利用上述的資訊就可以將攝影機拍攝的影像透過轉換矩陣轉成鳥瞰影像,以便計算本車與障礙物之間的距離。
    本研究分兩部份,一部份為事前處理,即計算各種拍攝角度的轉換矩陣並建立轉換矩陣資料庫;另一部份為系統設計與運作,即將拍攝影像轉換鳥瞰影像,並偵測障礙物和計算本車與障礙物之間的間距,以及計算應該保持的安全間距。在事前處理的部份,本研究設計自動產生轉換矩陣的方法,僅需將拍攝影像和拍攝時的方向感應器感應到的角度資訊輸入本系統,就可以自動計算轉換矩陣。轉換矩陣的計算方式為透過已知的四組角點座標,將角點座標帶入聯立方程式並解之就可以得到轉換矩陣。而系統設計與運作的部份,利用輸入影像中的縱向直線數量和初始化的角度資訊,就可擷取合適的轉換矩陣將輸入影像轉換成鳥瞰影像。另外,透過自動調整門檻值的方式,系統可擷取出鳥瞰影像中機車前方的障礙物,來計算本車與前方障礙物之間的間距。同時,利用GPS的定位資訊來計算當前車速,就可以換算應保持的安全間距。最後比較兩間距,就可以決定是否發出訊號讓駕駛者做出相對應的動作。
    根據實驗結果,本系統具即時性及可用性。值得一提的是,本系統不僅僅可供機車駕駛者使用,也可供汽車駕駛使用。

    The main objective of this thesis is to develop a driver safety assistance system for motorcycles. In Taiwan, the number of casualties of motorcycle accidents did not decrease recently. According to car accident statistics, distracting driving and tailgating caused about 30 percent of motorcycle accidents. The proposed driver safety assistance system for motorcycles is used to detect the safety distance between the owner’s vehicle and obstacle ahead, and gives the driver a warning signal if necessary. In this study, a smartphone is used as a research tool, while modern smartphones are sophisticated computing platforms with complex sensors. The phone camera can capture and record videos; the orientation sensor is used to obtain the pitch and roll angles, and GPS can help to get the precise coordinates of the motorcycles.
    The study can be divided into two parts. Firstly, the transformation matrices of different camera angles are calculated and stored in a transformation matrix database. The transformation matrix database is constructed automatically. All the information the system needs includes input images, pitch angles, and roll angles. The system obtains the transformation matrix by solving the simultaneous equations about the corner information detected from the input image. Secondly, a kernel system is developed, including the following stages: turn each image into a top view, detect the distance between the owner’s vehicle and obstacle, and calculate the safe distance. The system can create the top view images using a suitable transformation matrix in the database. Moreover, the system can detect the obstacles in the top view images. Then the distance between owner’s vehicle and obstacles can be calculated. At the same time, the GPS embedded in the smartphone can help to obtain the speed of the vehicles to calculate the safe distance. Finally, the system will give the driver suitable warning signal after comparing two distances.
    The experimental results show that the proposed real-time system is robust and efficient. Moreover, the system can work very well not only on motorcycles but also on cars.

    摘要 I Abstract III 誌謝 V 目錄 VII 圖目錄 IX 表目錄 XIII 第一章 緒論 1 第一節 研究背景 1 第二節 量測距離儀器 5 第三節 論文架構 6 第二章 文獻探討 7 第一節 鳥瞰影像轉換 8 第二節 本車定位及移動距離計算 9 第三節 估算安全間距 12 第三章 機車駕駛安全輔助系統 14 第一節 系統環境架設 14 第二節 系統流程 15 第三節 轉換矩陣資料庫的建置流程 17 第四章 自動建置鳥瞰影像轉換矩陣資料庫 19 第一節 轉換矩陣的計算 19 第二節 自動產生鳥瞰轉換矩陣 21 第三節 校正方向感應器讀數 26 第五章 鳥瞰影像轉換與障礙物偵測 29 第一節 鳥瞰影像轉換 29 第二節 前方障礙物偵測 35 第三節 本車與障礙物之間距與安全間距的計算 38 第六章 實驗結果 41 第一節 座標點擷取的結果 41 第二節 前方障礙物偵測結果 49 第三節 本車與前方障礙物間距的計算結果 71 第七章 結論與未來工作 73 第一節 結論 73 第二節 未來工作 73 參考文獻 75

    [Ber 98] M. Bertozzi, A. Broggi, and A. Facioli, “Stereo inverse perspective mapping: theory and applications,” Image and Vision Computing, Vol. 16, pp. 585-590, June 1998.
    [Kot 05] M. Kotb and S. Beauchemin, “Generalizing Inverse Perspective,” Proceeding of the Second Canadian Conference on Computer and Robot Vision (CRV’05), Canadian, pp. 521-527, May 2005.
    [Nie 07] M. Nieto, L. Salgado, F. Jaureguizar, and J. Cabrera, “Stabilization of Inverse Perspective Mapping Image based on Robust Vanishing Point Estimation,” Proceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, pp. 315-320, June 2007.
    [Fou 11] P. Foucher, Y. Sebsadji, J.-P. Tarel, P. Charbonnier, and P. Nicolle, “Detection and Recognition of Urban Road Markings Using Images,” Proceedings of the 2011 14th International IEEE Conference on Intelligent Transportation Systems, Washington, DC, USA, pp. 1747-1752, October, 2011.
    [Khe 12] A. Kheyrollahi, T. P. Breckon, “Automatic Real-Time Road Marking Recognition Using a Feature Driven Approach,” Machine Vision and Applications, pp. 123-133, January 2012.
    [Chr 99] A. Criminisi, I. Reid, and A. Zisserman, “A plane measuring device,” Image and Vision Computing, pp. 625-634, June 1999.
    [Gon 07] R. C. Gonzalez and R. E. Woods, Digital Image Processing Third Edition, Prentice-Hall, New Jersey, 2007.
    [吳 98] 吳宗修,“雷射技術在交通安全上的應用”,取自八十七年道路交通安全教育資訊年刊,國立教育資料館編印,1998年。
    [Vol 13] Volvo汽車,“City Safety都會安全防護系統”,取自http://www.volvoca rs.com/tw/all-cars/volvo-v60/details/pages/features.aspx,2013年。
    [Mer 13] Mercedes-Benz汽車,“Distronic Plus新一代定速車距裝置”,取自htt p://www.mercedes-benz.com.tw/content/taiwan/mpc/mpc_taiwan_website/twng/home_mpc/passengercars/home/new_cars/models/cl-class/_c216/facts_/safety.html,2013年。
    [Bmw 13] BMW汽車,“Active Cruise Control”,取自http://www.bmw.com/com/e n/newvehicles/x/x5/2010/showroom/safety/acc.html,2013年。

    [Nis 13] NISSAN汽車,“HUD倒車距離顯示功能”,取自http://www.nissan.co m.tw/tc/cars/livina/index.aspx,2013年。
    [Aud 13] Audi汽車,“Audi side assist車道變換輔助系統”,取自http://www.aud i.com.tw/tw/brand/zh/neuwagen/q5/new_Q5/Safe_Q5.html#source=/tw/brand/zh/neuwagen/q5/new_Q5/Safe_Q5/Q5_2012_15.html&container=layerModal,2013年。
    [Wik 13-1] 維基百科,“全球定位系統”,取自http://zh.wikipedia.org/wiki/%E5%8 5%A8%E7%90%83%E5%AE%9A%E4%BD%8D%E7%B3%BB%E7%BB%9F,2013年。
    [Stu 13] 國立成功大學行車事故鑑定研究中心,“煞車性能分析”,取自http://f aculty.stut.edu.tw/~ccchang/yesnewtraffic/C/B/B01-A.htm,2013年。
    [Fre 13] 交通部台灣區國道高速公路局,“交通安全資訊”,取自http://www.fre eway.gov.tw/Publish.aspx?cnid=516&p=2230,2013年。
    [Mov 13] Movable Type Scripts,“Vincenty formula for distance between two Latitude/Longitude points”,取自http://www.movable-type.co.uk/scripts/l atlong-vincenty.html,2013年。
    [Wik 13-2] 維基百科,“Vincenty's formulae”,取自http://en.wikipedia.org/wiki/Vin centy%27s_formulae#Direct_Problem,2013年。
    [And 13] Android Developers,“Sensor Coordinate System”,取自http://develop r.android.com/guide/topics/sensors/sensors_overview.html#sensors-coords,2013年。
    [台 13] 台北市政府警察局交通警察大隊,“肇事原因統計表”,取自http://td.t cpd.gov.tw/ct.asp?xItem=75049&ctNode=17787&mp=108191,2013年。
    [立 12] 立法院,“道路交通管理處罰條例”,取自http://lis.ly.gov.tw/lghtml/law stat/reason2/02017101050800.htm,2012年。
    [交 12-1] 交通部,“機動車輛登記數”,取自http://www.motc.gov.tw/uploaddown doc?file=view/2011/d3080.xls&filedisplay=d3080.xls&flag=doc,2012年。
    [交 12-2] 交通部,“A1類道路交通事故-按車種分”,取自http://stat.motc.go v.tw/mocdb/stmain.jsp?sys=100,2012年。
    [全 12] 全國法規資料庫,“道路交通安全規則”,取自http://law.moj.gov.tw/La wClass/LawAll.aspx?PCode=K0040013,2012年。
    [Idc 12] 全球著名的IT及電信行業市場諮詢和顧問機構IDC ,“IDC(國際數據資訊)研究顯示:2012年第三季台灣手機市場 –Android智慧手機市佔續創新高,比重達到96%”,取自http://www.idc.com.tw/about/40 7.html,2012年。
    [Fcu 12] 逢甲大學,“機車安全駕駛方法”,取自http://iotsafety.rd.fcu.edu.tw/Tea m%20result/NO.10/motor-1.htm,2012年。

    下載圖示
    QR CODE