透過您的圖書館登入
IP:3.14.249.90
  • 學位論文

色彩學習的交通標誌偵測與辨識

Traffic Sign Detection and Recognition with Color Learning

指導教授 : 曾定章
若您是本文的作者,可授權文章由華藝線上圖書館中協助推廣。

摘要


本研究目的是以電腦視覺技術完成一個完整的交通標誌偵測與辨識系統,以協助駕駛人正確辨識出交通標誌。可以有效的減少駕駛人注意力的負擔,以達到降低交通事故的目的。 顏色是偵測交通標誌的主要依據,不同一般直接定義顏色範圍的方式,我們以實際拍攝交通標誌樣本學習標誌色彩,以三維凸包演算法 (3D convex hull algorithm) 填補色彩空間中樣本擷取不足的色彩空缺,並以八分樹 (Octree) 資料結構紀錄標誌的色彩範圍。 整個標誌偵測與辨識分成以下五個步驟。首先,透過學習到的色彩範圍擷取標誌色彩之像素,並將該像素連結成獨立區塊。接著,標誌區塊根據最小矩形框的長寬比、面積大小等幾何條件作初步篩選。第三,通過篩選的標誌候選區塊,將正規到固定大小,再與事先定義好的圓形、半圓形、三角形、及矩形做樣板比對,判斷屬於那一類標誌。第四,根據不同顏色與形狀的標誌,我們對其符號所在區域使用群間最大差異法 (Otsu's method) 進行二值化,再把標誌符號正規到固定的大小。最後,再將符號二值化影像使用支援向量機 (support vector machine, SVM) 進行標誌的辨識。 我們在不同日間環境下拍攝諸多實驗影片;並針對含有紅色及藍色標誌的3591張影像,利用我們所提的方法擷取色彩,其擷取的準確度為90.25%。在擷取到的1574個標誌中,交通標誌分類平均正確率為94.26%。經過前兩階段處理後,本系統在1488個標誌中辨識出18種標誌,辨識正確率平均達96.63%。

並列摘要


Traffic signs provide drivers with important information and help them to drive more safely and more easily by guiding and warning them and thus regulating their actions. Generally, drivers pay much visual attention to gaining the traffic information. The drivers would be more eased if there is a traffic sign detection and recognition system. In this thesis, we propose a traffic sign detection and recognition system to increase road traffic safety by helping drivers notice the traffic situation on the roads. There are three stages in the proposed system: i. colored sign detection, ii. shape of sign classification, and iii. traffic sign recognition. The detection task is the most difficult due to the variation of colors in different weather conditions. Here we propose a color learning method to extract the proper pixels to detect traffic signs. The color distributions of traffic sign is analyzed in the YCbCr color space. The color distribution is built by a 3D convex hull method and described by an Octree data structure. According to the learned color distribution, candidates of sign are extracted from the image. Then regions of candidates of sign are verified by geometric conditions: size, aspect ratio, and ratio of number of extracted red or blue pixels. We classify the red signs into three classes: circle, semicircle, and triangle by using template matching. Correspondingly, the blue signs are classified into two classes: circle and rectangle. In the sign recognition, the symbols of detected sign are extracted by Otsu’s method and some image processing. Support vector machine (SVM) is employed to recognize the extracted symbols of sign. The proposed systems are evaluated in variant environments. The accuracy of traffic sign with border being red or blue color detection is 90.25%. The average classification rate of traffic sign shapes is 94.26%. The average recognition rate of symbols in speed limit, prohibition, warning, and obligation signs is 96.63%.

參考文獻


[1] Belaroussi, R. and J. P. Tarel, "Angle vertex and bisector geometric model for triangular road sign detection," in Proc. Workshop on Applications of Computer Vision, Snowbird, UT, Dec.7-8, 2009, pp.1-7.
[4] Cheng, S.-C., Detection of Unstructured Road Boundary and Road Sign Recognition, Master Thesis, Elect. Eng. Dept., National Chung Cheng University, Chiayi, Taiwan, 2003.
[5] De La Escalera, A., L. E. Moreno, M. A. Salichs, and J. M. Armingol, "Road traffic sign detection and classification," IEEE Trans. on Industrial Electronics, vol.44, no.6, pp.848-859, 1997.
[6] De La Escalera, A., J. M. Armingol, J. M. Pastor, and F. J. Rodríguez, "Visual sign information extraction and identification by deformable models for intelligent vehicles," IEEE Trans. on Intelligent Transportation Systems, vol.5, no.2, pp.57-68, 2004.
[7] Fang, C.-Y., S.-W. Chen, and C.-S. Fuh, "Road-sign detection and tracking," IEEE Trans. on Vehicular Technology, vol.52, no.5, pp.1329-1341, 2003.

延伸閱讀