跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.170) 您好!臺灣時間:2024/12/03 13:25
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:陳俊谷
研究生(外文):Jyun-Gu Chen
論文名稱:植基於手持設備視訊處理之車道偏移與前方碰撞警示系統
論文名稱(外文):Lane Departure and Forward Collision Warning Systems Based on Video Processing Technology for Handhold Devices
指導教授:謝欽旭謝欽旭引用關係洪盟峰洪盟峰引用關係
指導教授(外文):Chin-Shiuh ShiehMong-Fong Horng
學位類別:碩士
校院名稱:國立高雄應用科技大學
系所名稱:電子工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:101
畢業學年度:100
語文別:中文
論文頁數:65
中文關鍵詞:影像處理前車偵測車道線偵測行車安全手持式移動設備
外文關鍵詞:Vehicle detectionLane detectionImage ProcessingAndroidmobile device
相關次數:
  • 被引用被引用:2
  • 點閱點閱:446
  • 評分評分:
  • 下載下載:29
  • 收藏至我的研究室書目清單書目收藏:1
本研究目的是在目前手機市占率最高的Android作業系統上,描述如何在利用影像處理技術偵測車道線與前方車輛偵測,判斷車道線與前車位置對駕駛提出警報。在實現系統時,必須考慮硬體運算限制,我們透過手持式設備拍攝車輛在道路上行進間影像,經過降低畫面維度與取ROI(Region of Interest, ROI)概念,只針對特定區域做運算,可大幅降低運算量,車道線偵測部分先劃分偵測範圍後,對屬於同一車道線的邊緣點做連結,取出車道線位置。偵測前車部分利用車道線位置定義成偵測前方車輛的空間,並由車輛強烈邊緣特性,偵測前方車輛位置。最後,實驗結果表明,本系統能夠在手持式移動設備上有效實現且準確的提出警報。
This article reports our experience in the design and implementation of an image-processing based driving support system targeted at smart phones. The low computing power of hand hold devices is the primary design concern. Several measures had been taken to cope with the limitations. In lane departure detection, focusing only on region of interesting after down sampling of raw image frame can greatly reduce the computational complexity. In the detection of vehicle ahead, after edge detection, domain knowledge is incorporated into the system to further improve the speed and accuracy of the detection. Measured data from onsite test reveal that the proposed system outperforms previous approaches in both speed and reliability.
目 錄

摘 要 II
ABSTRACT III
目 錄 IV
表目錄 VI
圖目錄 VII
第一章 緒論 1
1.1 前言 1
1.2 研究動機與目的 2
1.3 論文架構 4
第二章 相關研究 6
2.1 機器視覺 6
2.2 行車安全輔助系統 7
2.3 車道偵測 9
2.4 前車偵測 12
第三章 系統實作 15
3.1 系統架構 15
3.2 車道線偵測 16
3.2.1 降低維度 17
3.2.2 邊緣偵測 18
3.2.3強化車道線邊緣特徵 20
3.2.4車道邊緣提取 21
3.2.5 邊緣點標記 21
3.2.6 車道線擷取 22
3.2.7 車道偏移決策 27
3.3 前車偵測 30
3.3.1 平滑處理 31
3.3.2 垂直水平邊緣偵測 32
3.3.3 車輛底邊偵測 34
3.3.4 碰撞預警決策 37
第四章 系統結果 40
4.1 實驗設備與環境 40
4.2 車道偵測 42
4.3 實作成果比較與效能分析 45
4.4 前車偵測 52
4.5 系統呈現與警報分析 54
第五章 結論與未來展望 59
5.1 研究結論 59
5.2 未來展望 61
參考文獻 63
[1]中華民國交通部:http://www.motc.gov.tw/ch/index.jsp。
[2]行政院主計總處:http://www.dgbas.gov.tw/mp.asp
[3]資策會產業情報研究所:http://mic.iii.org.tw/index.asp。
[4]維基百科-機器視覺:http://en.wikipedia.org/wiki/Machine_vision。
[5]R. Bishop, “A Survey of Intelligent Vehicle Applications Worldwide,” in Proc. IEEE Intelligent Vehicles Symposium, pp. 25-30, Oct. 2000.
[6]Abdulhakam. AM. Assidiq, Othman O. Khalifa, Md. Rafiqul Islam, Sheroz Khan, "Real Time Lane Detection for Autonomous Vehicles", Proceeding of the International Conference on Computer Communication Engineering, pp. 82-88, May 13-15, 2008.
[7]Jia He, Hui Rong, Jinfeng Gong, Wei Huang, 2011, “A Lane Detection Method for Lane Departure Warning System”, Optoelectronics and Image Processing (ICOIP) 2010 International Conference, pp.28, Jan。
[8]M. Bertozzi, and A. Broggi, “GOLD: a parallel real-time stereo vision system for generic obstacle and lane detection”, IEEE Trans. on Image Processing, Vol.7, Issue: 1, 1998, pp.62-81.
[9]S.G. Jeong, C.S. Kim, D.Y. Lee, S.K. Ha, D.H. Lee, and M.H. Lee, “Real-time lane detection for autonomous vehicle”, Proc. IEEE Int. Symposium. on Industrial Electronics, Vol. 3, 2001, pp.1466-1471.
[10]Yue Wang, Eam Khwang Teoh, and Dinggang Shen, “Lane detection and tracking using B-Snake,” Image and Vision Computing, vol.22, pp. 269-280, 2004.
[11]K. Ishikawa, K. Odagiri, K. Kobayashi, and K. Watanabe, “Lane detection by using omni-directional camera for outdoor terrains”, Proc. 41st SICE Annual Conference, Vol. 2, 2002, PP. 1334-1335.
[12]謝政佑,2010,“以手持式移動設備為標的之車道線偏移偵測系統”,碩士論文,國立高雄應用科技大學電資學院電子工程研究所。
[13]朱永浩,2005,“雨天高速公路前側車之電腦視覺偵測”,碩士論文,國立中正大學工學院電機工程研究所。
[14]Z. Sun, R. Miller, G. Bebis, and D. DiMeo, “A Real-time Precrash Vehicle Detection System,” Proceedings of the Sixth IEEE Workshop on Applications of Computer Vision, pp. 171-176, 2002.
[15]H. Nishihara, A. Kojima, H. Murakoshi, and S. Ishijima, “The multi-layer neural network applied to a car detection system”, Proc. IEEE Int. Workshop on Robot and Human Communication, 1992, pp.88-92.
[16]M. Betke, E. Haritaoglu, and L.S. Davis, “Multiple vehicle detection and tracking in hard real-time”, Proc. IEEE Intelligent Vehicles Symposium, 1996, pp. 351-356.
[17]陳奎呈,“基於視覺之多前車偵測及追蹤系統”,碩士論文,國立中正大學工學院電機工程研究所,2009。
[18]R.C. Gonzalez, and R.E. Woods, Digital Image Processing, Second Edition, Prentice-Hall, New Jersey, 2002.
[19]維基百科-最小平方法:http://en.wikipedia.org/wiki/Least_squares。
[20]Kanopoulos N., Vasanthavada N., Baker R.L., 1988, ” Design of an image edge detection filter using the sobel operator”, Solid-State Circuits, IEEE Journal,pp.358-367.
[21]M. Bertozzi, A. Broggi and A. Fascioli, “Stereo Inverse Perspective Mapping: Theory and Applications,” Image and Vision Computing, vol. 16, no. 8, pp. 585-590, June 1998.
[22]Android, http://www.android.com.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊