博碩士論文 92522040 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:40 、訪客IP:18.222.100.35
姓名 施翔文(Hsiang-Wen Shih)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 前車方向燈與煞車燈的視覺偵測
(Visual Detection of Turn and Brake Lights on The Preceding Vehicles)
相關論文
★ 適用於大面積及場景轉換的視訊錯誤隱藏法★ 虛擬觸覺系統中的力回饋修正與展現
★ 多頻譜衛星影像融合與紅外線影像合成★ 腹腔鏡膽囊切除手術模擬系統
★ 飛行模擬系統中的動態載入式多重解析度地形模塑★ 以凌波為基礎的多重解析度地形模塑與貼圖
★ 多重解析度光流分析與深度計算★ 體積守恆的變形模塑應用於腹腔鏡手術模擬
★ 互動式多重解析度模型編輯技術★ 以小波轉換為基礎的多重解析度邊線追蹤技術(Wavelet-based multiresolution edge tracking for edge detection)
★ 基於二次式誤差及屬性準則的多重解析度模塑★ 以整數小波轉換及灰色理論為基礎的漸進式影像壓縮
★ 建立在動態載入多重解析度地形模塑的戰術模擬★ 以多階分割的空間關係做人臉偵測與特徵擷取
★ 以小波轉換為基礎的影像浮水印與壓縮★ 外觀守恆及視點相關的多重解析度模塑
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著生活品質的提昇,車輛輔助安全駕駛的議題,也就變得越來越重要。在安全駕駛的研究議題上,我們將一部相機架設在車上,用來偵測及追蹤前車,並且偵測前車的方向燈與煞車燈,來分析前車的行車狀況,幫助駕駛人避免危險的發生。
到目前為止我們的系統已有十個偵測及分析功能 : 車道線偵測、多車道估計、虛實道路線分類、己車方向估計、己車左右位置估計、偏離車道警示、前車偵測、前車距離估計、煞車燈偵測、及方向燈偵測。其中的前車偵測與追蹤、方向燈與煞車燈偵測是本論文所提供的。在前車的偵測中,我們以車子的陰影來偵測前車的可能位置,然後利用車輛的垂直邊來偵測前車。之後,再以一個小矩形框來代表我們所找到的前車區塊。最後再利用車寬和車道寬的比例、對稱性、及區塊色彩標準差來驗證是否真的是車輛。在車燈偵測方面,我們根據所得到的前車位置,用前後張影像車燈之相對位置關係、對稱性、及出現次數來偵測煞車燈。用前後張影像車燈之相對位置關係、車燈的位置、群聚性、及閃爍頻率來偵測方向燈。
我們以多種的天候狀況影像 ; 例如,晴天、陰天、多雲、和雨天等,來測試我們的偵測效能。從實驗結果顯示,我們所提出的系統可以在不同的天候狀況下,即時且快速的偵測前車、煞車燈、及方向燈。
摘要(英) Recently, the issue on safe driving becomes more and more important. To aid the safe driving, we use a camera mounted on a vehicle to capture road scenes for detecting preceding vehicles, brake light, and turn signal of the vehicles.
The proposed system consists of ten functions: lane detection, multiple lane estimation, classification of solid/dashed lane, direction estimation, vehicle lateral offset estimation, lane departure warning, preceding vehicles detection, distance of preceding vehicles estimation, brake light detection, and turn signal detection. In this thesis, the detection methods of preceding vehicles, brake light, and turn signal are proposed. We use cast shadow, left/right borders of a vehicle to detect preceding vehicle and use ratio of the road width and vehicle width, symmetry, and standard deviation to verify, use temporal difference, symmetry, and appearance times to detect brake light, and use temporal difference, position check, cluster, and frequency to detect turn signal.
In the experiments, the proposed detector is evaluated on several different weather conditions such as sunny day, misty day, dusky day, cloudy day, and rainy day. From the experiment results, we find that the proposed approach can stably detect or track the preceding vehicles and their rear lamps in real time.
關鍵字(中) ★ 汽車安全 關鍵字(英) ★ vehicle detection
論文目次 Abstract ii
Contents iii
List of Figures v
List of Tables vii
Chapter 1 Introduction 1
1.1 Motivation 1
1.2 System overview 2
1.3 Thesis organization 3
Chapter 2 Related Works 8
2.1 Vehicle detection 8
2.2 Previous work of lamp detection 13
Chapter 3 Vehicle Detection 16
3.1 The procedure of vehicle detection 16
3.2 Estimation of road surface color 19
3.3 Preceding vehicle detection 19
3.3.1 Shadow region extraction 19
3.3.2 Finding searching vehicle region 21
3.3.3 Left/right border extraction for a vehicle 22
3.3.4 Building a detected box 24
3.3.5 Verification of the vehicles 24
3.4 Lateral vehicle detection 25
3.4.1 Detecting the pixels of possible vehicles 25
3.4.2 Median filter 26
3.4.3 Verification of the vehicles 26
Chapter 4 Vehicle Tracking 27
4.1 Prediction 28
4.2 Verification 29
Chapter 5 Lamp Detection 31
5.1 Color analysis 33
5.2 Brake light detection 34
5.2.1 Temporal differences 34
5.2.2 Symmetry 36
5.2.3 Appearance times 36
5.3 Turn signal detection 37
5.3.1 Temporal differences 39
5.3.2 Position check 40
5.3.3 Clustering 40
5.3.4 Frequency 40
Chapter 6 Experiments 42
6.1 Developing platform 42
6.2 Experimental results 42
6.2.1 Preceding vehicle detection 42
6.2.2 Brake light detection 42
6.2.3 Turn signal detection 42
6.3 Discussions 51
Chapter 7 Conclusion and Future Works 54
7.1 Conclusion 54
7.2 Future works 54
References 56
參考文獻 [1] Araki, S., T. Matsuoka, H. Takemura, and N. Yokoya, “Real-time tracking of multiple moving objects in moving camera image sequences using robust statistics,” in Proc. IEEE Int’l Conf. on Pattern Recognition, Brisbane, Australia, Aug.16-20, 1998, pp.1433-1435.
[2] Bensrhair, A., A. Bertozzi, A. Broggi, A. Fascioli, S. Mousset, and G. Toulminet, “Stereo vision-based feature extraction for vehicle detection,” in Proc. IEEE Intelligent Vehicle Sym., Versailles, France, June 7-21, 2002, pp.465-470.
[3] Bertozzi, M., A. Broggi, and S. Castelluccio, “A real-time oriented system for vehicle detection,” Journal of Systems Architecture, pp.317-325, Mar. 1997.
[4] Bertozzi, M., A. Broggi, A. Fascioli, and S. Nichele, “Stereo vision-based vehicle detection,” in Proc. IEEE Intelligent Vehicles Sym., Dearborn, MI, Oct.3-5, 2000, pp.39-44.
[5] Betke, M., E. Haritaoglu and L. S. Davis, "Real-time multiple vehicle detection and tracking from a moving vehicle," Machine Vision and Applications, vol.12, pp.69-83, Sep. 2000.
[6] Broggi, A., M. Bertozzi, A. Fascioli, C. Guarino Lo Bianco, and A. Piazzi, “Visual perception of obstacles and vehicles for platooning,” IEEE Trans. Intelligent Transportation Systems, vol.1, pp.164-176, Sep. 2000.
[7] Bucher, T., C. Curio, J. Edelbrunner, C. Igel, D. Kastrup, I. Leefken, G. Lorenz, A. Steinhage, and W. von Seelen, “Image processing and behavior planning for intelligent vehicles,” IEEE Trans. Industrial Electronics, vol.50, Issue.1, pp.62-75, Feb. 2003.
[8] Chern, M.-Y. and P.-C. Hou,“The lane recognition and vehicle detection at night for a camera-assisted car on highway,” in Proc. IEEE Conf. on Robotics and Automation, Taipei, Taiwan, Sep.14-19, 2003, pp.2110-2115.
[9] Chern, M.-Y. and B.-Y. Shyr, “Locating nearby vehicles on highway at daytime based on the front vision of a moving car,” in Proc. IEEE Conf. on Robotics and Automation, Taipei, Taiwan, Sep.14-19, 2003, pp.2085-2090.
[10] Chu J., L. Ji, L. Guo, Libibing, and R. Wang, “Study on method of detecting preceding vehicle based on monocular camera,” in Proc. IEEE Intelligent Vehicles Sym., Parma, Italy, June 14-17, 2004, pp.750-755.
[11] Clady, X., F. Collange, F. Jurie, and P. Martinet, “Cars detection and tracking with a vision sensor,” in Proc. IEEE Intelligent Vehicles Sym., Columbus, Ohio, June 9-11, 2003, pp.593-598.
[12] Du, Y. and N.P. Papanikolopoulos, “Real-time vehicle following through a novel symmetry-based approach,” in Proc. IEEE Int’l Conf. on Robotics and Automation, Albuquerque, NM, Apr.20-25, 1997, pp.3160-3165.
[13] Heisele, B. and W. Ritter, “Obstacle detection based on color blob flow,” in Proc. IEEE Intelligent Vehicles Sym., Detroit, MI, Sep.25-26, 1995, pp.282-286.
[14] Hoffmann, C., T. Dang, and C. Stiller, “Vehicle detection fusing 2D visual features,” in Proc. IEEE Intelligent Vehicles Sym., Parma, Italy, June 14-17, 2004, pp.280-285.
[15] Hu, Z. and K. Uchimura, “Tracking cycle: a new concept for simultaneous tracking of multiple moving objects in a typical traffic scene,” in Proc. IEEE Intelligent Vehicles Sym., Dearborn, MI, Oct.3-5, 2000, pp.233–239.
[16] Huang, S.-S., C.-J. Chen, P.-Y. Hsiao, and L.-C. Fu, ”On-board vision system for lane recognition and front-vehicle detection to enhance driver's awareness,” in Proc. IEEE Int’l Conf. on Robotics and Automation, New Orleans LA, Apr.26 - May 1, 2004, pp.2456-2461.
[17] Kate T. K., M. B. van Leewen, S.E. Moro-Ellenberger, B. J. F. Dressen, A. H. G. Versluis, and F. C. A. Groen, “Mid-range and distant vehicle detection with a mobile camera,” in Proc. IEEE Conf. on Intelligent Vehicles, Parma, Italy, June 14-17, 2004, pp.72-77.
[18] Lee J.-W., J.-H. Kim, Y.-J. Lee, and K.-S. Lee, ”A study on recognition of lane and movement of vehicles for port AGV vison system,” in Proc . IEEE Conf. vol.2, pp-463-466 2002.
[19] Leeuwen van and C. A. Groen, “Vehicle detection with a mobile camera: spotting midrange, distant, and passing cars,” Robotics and Automation, vol.12, pp.37-43, 2005.
[20] Nagumo, S. H. Hasegawa, and N, Okamoto, “Extraction of forward vehicles by front-mounted camera using brightness information,” in IEEE Conf. on Electrical and computer engineering, Montre al, May.4-7, 2003, pp.1243-1246.
[21] Raboisson, S. and P. Schmouker, “Obstacle detection in highway environment by color CCD camera and image processing prototype installed in a vehicle,” in Proc. IEEE Intelligent Vehicles Sym., Paris, France, Oct.24-26, 1994, pp.44-49.
[22] Regensburger, U. and V. Graefe, “Visual recognition of obstacles on roads,” in Proc. IEEE Int’l Conf. on Intelligent Robots and Systems, Munich, Germany, Sep.12-16, 1994, pp.980-987.
[23] Rojas, J. C., and J. D. Crisman, “Vehicle detection in color images,” in Proc. IEEE Conf. on Intelligent Transportation System, Boston, MA, Nov.9-12, 1997, pp.403-408.
[24] Srinivasa, N., “Vision-based vehicle detection and tracking method for forward collision warning in automobiles,” in Proc. IEEE Intelligent Vehicle Sym., Jun.17-21, 2002, pp.626-631.
[25] Sukthankar, P., “RACCON: A real-time autonomous car chaser operating optimally at night,” in Proc. SICE Conf., July 25-27, 2001, pp.38-41.
[26] Sun, Z., G. Bebis, and R. Miller, "On-road vehicle detection using optical sensors: A review," in IEEE Int’l Conf. on Intelligent Transportation Systems, Washington DC, Oct.3-6, 2004, pp.585-590.
[27] Zehang, S., G. Bebis, and R. Miller, “On-road vehicle detection using Gabor filters and support vector machines,” in Proc. Int’l Conf. on Digital Signal Processing, Greece, July 1-3, 2002, pp.1019-1022.
[28] Zehang, S., R. Miller, G. Bebis, and D. DiMeo, “A real-time precrash vehicle detection system,” in Proc. IEEE Conf. on Applications of Computer Vision, Orlando, FL, Dec.3-4, 2002, pp.171-176.
[29] Zhihong, Z. and M. Songde, “An efficient vision system for multiple car tracking,” in Proc. IEEE Int’l Conf. on Pattern Recognition, Quebec, Canada, Aug.11-15, 2002, pp.609-612.
[30] Zielke, T., M. Brauckmann, and W. Von Seelen, “Intensity and edge-based symmetry detection with an application to car-following,” Image Understanding, vol.58, no.2, pp.177-190, 1993.
指導教授 曾定章(Din-Chang Tseng) 審核日期 2006-7-19
推文 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聯絡  - 隱私權政策聲明