用户名: 密码: 验证码:
复杂环境中交通标识识别与状态跟踪估计算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
自21世纪初以来,许多研究者和汽车制造商均在无人驾驶车技术的研究与开发投入了大量人力和物力。其中一个重要研究内容是基于计算机视觉的道路环境感知:识别车辆行驶道路周边的交通标志信息和交通信号灯状态,为无人驾驶车行驶提供决策依据。
     在国内外已有的交通标识检测,识别,跟踪和状态估计方面的研究成果基础上,结合交通标识系统在无人驾驶车上的实际应用和测试性能,设计并构建了面向无人驾驶车的交通标识实时检测,识别和跟踪的算法和系统。主要研究工作和创新性成果如下:
     介绍了相机的成像过程,根据相机CCD的原始参数及标定的相机内参数,估计出道路环境中交通标识与车载相机间的近似距离与角度。为了控制相机的曝光时间,调节图像亮度,需预先判断交通标识出现区域的亮度信息和曝光量,根据曝光情况选择不同的权值矩阵,计算出最佳曝光时间。该方法能准确地调节相机的曝光时间,以采集到亮度合适的图像,适合于交通标识的检测与识别处理。
     提出了50类符号型以及多种文字型的交通标志的检测与识别算法。变换RGB空间图像,突出交通标志的特征颜色(红色,黄色,蓝色),选择合适的阈值分割图像。重构形态学处理后的交通标志感兴趣区域边缘,降低误检率。选择形状的标记图特征以分类感兴趣区域的形状并排除干扰。对文字型交通标志,则用阈值分割图像中的墨绿色和蓝色区域,判断区域的形态,选择矩形区域作为交通标志候选。将候选区域的二值图像先向水平,后向垂直方向投影,用三次样条插值法拟合该投影曲线,定位曲线的波谷,确定文字的行和列位置,以分割出单个文字区域。用两种模型表示方法:(1)二元树复小波变换和二维独立分量分析方法;(2)基于内部图形的模板匹配分别识别候选区域的交通标志类型,然后用决策规则融合两种方法的识别结果,并排除干扰区域。实验结果表明交通标志的识别率超过91%,平均处理时间为171ms,所提出的交通标志识别算法性能优越,适合应用于无人驾驶车辆的环境感知系统。
     提出了箭头型和组合型交通信号灯的检测和识别算法。对于箭头型交通信号灯,根据灯板和信号灯的颜色和形态特征,定位出图像中的灯板及交通信号灯位置。对于组合型交通信号灯,则先将图像进行TopHat变换,然后将其从RGB空间转换到YCbCr空间,并进行阈值分割和形态学滤波。根据区域的宽高,面积,占空比等形态信息初步过滤。组合感兴趣区域,向水平方向投影,根据波谷位置定位单个交通信号灯区域。将候选区域灰度化,归一化,提取Gabor小波特征,用2维独立分量分析方法降低特征的冗余度,送入最近邻分类器以判断交通信号灯的状态。在3个城市内采集了大量的视频,测试了算法性能,综合性能表明该算法的总体识别率在91%以上,平均处理时间为152ms,能实时,稳定,准确的识别交通信号灯。
     构建了交通标志的多目标跟踪模型,定义了交通标志目标的状态。用无迹卡尔曼滤波算法建立单个交通标志目标的状态和运动轨迹模型,预测交通标志目标的位置。而对交通信号灯,则用Kalman滤波跟踪交通信号灯的灯板和灯区域。选择观察序列训练单个和三个交通信号灯目标的隐马尔科夫模型参数,用隐马尔科夫模型算法估计交通信号灯下一时刻的状态信息。
     建立了交通标识识别系统的实验平台,设计和实现了交通标识识别的两个子系统:(1)交通标志识别系统;(2)交通信号灯识别系统。详细描述了系统的功能,显示形式,参数设置等。
Since the beginning of the21st century, many researchers and manufacturers invested a lot of human and material resources in the research and development of unmanned vehicle's technology. Road condition perception based on computer vision is one of the important researched contents:recognition on the information of traffic sign and the state of traffic light in both sides of the road. It will provide the decision-making basis for driving the unmanned vehicle.
     On the basis of existing research results in the detection, recognition and tracking of the traffic signs at home and abroad, combining the practical application and test performance of the traffic recognition system in the unmanned vehicle, the real-time system of traffic sign recognition and tracking for the unmanned vehicle was designed and constructed. The main research work and achievements are as following:
     An imaging process of camera was introduced here. According to the original parameters of CCD(Charge Coupled Device) and intrinsic parameters by the camera calibration, the approximate distance and angle between the traffic sign, and the position of camera on the vehicle are estimated in the road environment. In order to control the exposure time of the camera and adjust the brightness of the image, the brightness information and the exposure value of region which the traffic sign appeared are judged in advance. Different weight matrice are chosen by the exposure of image to calculate the best exposure time. The proposed method can accurately adjust the exposure time of the camera and get image which has appropriate brightness. It is suitable for detection and recognition of the traffic sign.
     The detection and recognition algorithm for50symbolic and text traffic signs are presented. RGB value of the image is transformed to highlight the characteristic colors(red, yellow, blue) of the traffic signs. The appropriate thresholds are selected for the image segmentation. The edge of traffic sign's ROI(region of interest) is reconstructed to decrease the error rate. The shapes of traffic sign's ROI are classified and excluded the interference by the signature. For text traffic sign, atrovirens and blue regions are segmented by the thresholds. The regional morphology is judged, and the rectangle region is selected as a traffic sign candidate. The binary image of the candidate region projects to horizontal and vertical direction. The projection curve is fitted by cubic spline interpolation; the curve peak is located to determine the positions of the row and column to separates the text region. Two model representation methods:(1)two dual-tree complex wavelet transform and two-dimensional independent component analysis;(2)template matching based on the internal graphics recognize the traffic sign's type of candidate region respectively. Then the two recognition results are fused and excluded by decision rules. The experimental results show that the recognition rate of traffic sign is more than91%, and the average processing time is171ms. The proposed algorithm has superior performance and is suitable for the sensing system on unmanned vehicle.
     Traffic light detection and recognition algorithms for arrow and combination type are proposed. For the arrow traffic light, the position of the board and lamp of traffic lights are located by the color and morphological features of the board and lamp. For the combination of traffic light, the image is transformed by TopHat and convered to YCbCr from RGB space firstly. Then it is segmented by the threshold and filtered by morphology. The regions are preliminarily filtered according to the morphological information such as width, height, area, and duty radio. The ROIs are combined and projected to the horizontal direction. The single region of traffic light is located by the valley. In the traffic light recognition process, the candidate region image is grayscaled and normalized. Feature is extracted by the Gabor wavelet and reduced the redundancy by2dimensional independent component analysis. Feature is sent into the nearest neighbor classifier to judge direction information of the traffic light. Many videoes are collected in3cities and tested algorithm performance. Comprehensive performances show that overall recognition rate of the algorithm is more than91%and the average processing time is152ms. It achieves real-time, stable, accurate goal to recognize traffic light.
     The multi-target tracking model of the traffic sign is established. And the target state of the traffic sign is defined. The target state and trajectory model of one traffic sign is established by using unscented Kalman filter to predict the position of traffic sign target. For the traffic light, the board and lamp of the traffic light are tracking by the Kalman filter. Observation sequences are selected to train Hidden Markov Model parameters for one and three traffic light. The next state is estimated by the hidden Markov model algorithm.
     The experimental platform of traffic sign recognition system is established. Two subsystems of traffic sign recognition are designed and implemented:(1) the traffic sign recognition system;(2) the traffic light recognition system. It detailedly performs the system function, display form and parameter setting.
引文
[1]GB5768.2-2009.道路交通标志和标线第2部分:道路交通标志[S].北京:中国标准出版社.2009:
    [2]GA/T527-2005.城市道路交通信号控制方式适用规范[S].北京:中国标准出版社.2005:
    [3]GB14887-2003.道路交通信号[S].北京:中国标准出版社.2003:
    [4]R. Kremens, N. Sampat, S. Venkataraman, et al. System implications of implementing auto-exposure on consumer digital cameras[A]. In:International Society for Optics and Photonics. SPIE Electronic Imaging'99 Conference[C]. San Jose:SPIE, 1999:100-107.
    [5]S. Shimizu, T. Kondo, T. Kohashi. A new algorithm for exposure control based on fuzzy logic for video cameras[J]. IEEE Transactions on Consumer Electronics,1992, 38(3):617-623.
    [6]M. Murakami, N. Honda. An exposure control system of video cameras based on fuzzy logic using color information[A]. In:Fuzzy Systems 1996. Proc. Fifth IEEE International Conference on Fuzzy System[C]. USA:IEEE,1996:2181-2187
    [7]J. S. Lee, Y. Y. Jung, B. S. Kim, et al. An advanced video camera system with robust AF, AE and AWB control[J]. IEEE Transactions on Consumer Electronics,2001, 47(3):694-699.
    [8]T. Haruki, K. Kikuchi. Video camera system using fuzzy logic[J]. IEEE Transactions on Consumer Electronics,1992,38(3):624-634
    [9]Kuno T, Sugiura H, Matoba N. A new automatic exposure system for digital still cameras[J]. IEEE Transactions on Consumer Electronics,1998,44(1):192-199.
    [10]杨海涛,常义林,王静等.一种基于亮度直方图的自动曝光控制方法[J].光学学报,2007,27(5):841-847.
    [11]倪国瑜,黄昶.基于亮度直方图宽度的自动曝光方法研究[J].光学仪器,2009,31(6):21-24.
    [12]Tao Jiang, K D Kuhnert, D Nguyen. Multiple templates auto exposure control based on luminance histogram for onboard camera[A]. In:Computer Science and Automation Engineering (CSAE).2011 IEEE International Conference on Computer Science and Automation Engineering[C]. USA:IEEE,2011:237-241.
    [13]S. Kubota, T. Nakano, Y. Okamoto. A Global Optimization Algorithm for Real-Time On-Board Stereo Obstacle Detection Systems[A]. In:IEEE Intelligent Transportation Systems Society. IEEE Intelligent Vehicles Symposium[C]. USA:IEEE,2007:7-12
    [14]A. Broggi, P. Cerri, P. Medici, et al. Real time road signs recognition[A]. In:IEEE Intelligent Transportation Systems Society.2007 IEEE Intelligent Vehicles Symposium[C]. USA:IEEE,2007:981-986.
    [15]W. Ritter, F. Stein, R. Janssen. Traffic sign recognition using colour information[J]. Mathematical and Computer Modelling,1995,22(4-7):149-161.
    [16]M. Benallal, J. Meunier. Real-time color segmentation of road signs[A]. In:Canadian Conference on Electrical and Computer Engineering. Canadian Conference on Electrical and Computer Engineering[C]. USA:IEEE,2003:1823-1826.
    [17]V. Andrey, Kang Hyun Jo. Automatic Detection and Recognition of Traffic Signs using Geometric Structure Analysis[A]. In:The Soclety of Instrument and Control Engineers(SICE). International Joint Conference The Institute of Control, Automation and Systems Engineer(ICASE)[C]. USA:IEEE,2006:1451-1456.
    [18]V. Andrey, J. Kang-Hyun. Road guidance sign recognition in urban areas by structure[A]. In:IFOST 2006. The 1st International Forum on Strategic Technology[C]. USA:IEEE,2006:293-296.
    [19]B. Cyganek. Circular road signs recognition with soft classifiers[J]. Integrated Computer-Aided Engineering,2007,14(4):323-343.
    [20]Feixiang Ren, Jinsheng Huang, Ruyi Jiang, et al. General traffic sign recognition by feature matching[A]. In:IVCNZ 2009.24th International Conference on Image and Vision Computing[C]. USA:IEEE,2009:409-414.
    [21]S. Maldonado-Bascon, S. Lafuente-Arroyo, P. Gil-Jimenez, et al. Road-Sign Detection and Recognition Based on Support Vector Machines[J]. IEEE Transactions on Intelligent Transportation Systems,2007,8(2):264-278.
    [22]A. de la Escalera, J. M. Armingol, J. M. Pastor, et al. Visual sign information extraction and identification by deformable models for intelligent vehicles[J]. IEEE Transactions on Intelligent Transportation Systems,2004,5(2):57-68.
    [23]Y. Y. Nguwi, A. Z. Kouzani. Detection and classification of road signs in natural environments[J]. Neural Computing & Applications,2008,17(3):265-289.
    [24]W. Shadeed, D. Abu-Al-Nadi, M. Mismar. Road traffic sign detection in color images[A]. In:ICECS 2003. Proceedings of the 10th IEEE International Conference on Electronics Circuits and Systems[C]. USA:IEEE,2003:890-893.
    [25]Y. S. Liu, D. J. Duh, S. Y. Chen, et al. Scale and skew-invariant road sign recognition, Internatonal[J]. Journal of Imaging Systems and Technology,2007,17(1):28-39.
    [26]Cai Zixing, Gu Mingqin. Traffic Sign Recognition Algorithm Based on Shape Signature and Dual Tree-Complex Wavelet Transform[J]. Journal of Central South University of Technology(English Edition),2013,20(4):433-439.
    [27]X. W. Gao, L. Podladchikova, D. Shaposhnikov, et al. Recognition of traffic signs based on their colour and shape features extracted using human vision models[J]. Journal of Visual Communication and Image Representation,2006,17(4):675-685.
    [28]H. Fleyeh. Color detection and segmentation for road and traffic signs[A]. In:IEEE Cat.04EX912.2004 IEEE Conference on Cybernetics and Intelligent Systems[C]. USA:IEEE,2004:809-814.
    [29]Xie Yuan, Liu Li-Feng, Li Cui-Hua, et al. Unifying visual saliency with HOG feature learning for traffic sign detection[A]. In:2009 IEEE Intelligent Vehicles Symposium. 2009 IEEE Intelligent Vehicles Symposium (IV)[C]. USA:IEEE,2009:24-29.
    [30]C. Bahlmann, Y. Zhu, Visvanathan Ramesh, et al. A system for traffic sign detection, tracking, and recognition using color, shape, and motion information[A]. In:IEEE Cat. No.05TH8792. IEEE 2005 Proceeding on Intelligent Vehicles Symposium[C]. USA:IEEE.2005:255-260.
    [31]X. Baro, S. Escalera, J. Vitria, et al. Traffic Sign Recognition Using Evolutionary Adaboost Detection and Forest-ECOC Classification[J]. IEEE Transactions on Intelligent Transportation Systems,2009,10(1):113-126.
    [32]S. Escalera, P. Radeva. Fast greyscale road sign model matching and recognition[J]. Recent Advances in Artificial Intelligence Research and Development,2004:69-76.
    [33]A. Ruta, Y. Li, X. Liu. Towards real-time traffic sign recognition by class-specific discriminative features[A]. In:18th British Machine Vision Conference. Proceeding of the 18th British Machine Vision Conference[C]. UK:British Machine Vision Association,2007:399-408.
    [34]T. Ueta, Y. Sumi, N. Yabuki, et al. A study on contour line and internal area extraction method by using the self-organization map[A]. In:IEEE Cat. No.06EX1444. International Symposium on Intelligent Signal Processing and Communications[C]. USA:IEEE,2006:685-688.
    [35]M. S. Prieto, A. R. Allen. Using self-organising maps in the detection and recognition of road signs[J]. Image and Vision Computing,2009,27(6):673-683.
    [36]G. Overett, L. Petersson, L. Andersson, et al. Boosting a heterogeneous pool of fast hog features for pedestrian and sign detection[A]. In:IEEE Intell Veh Symp Proc. IEEE Intelligent Vehicles Symposium[C]. USA:IEEE,2009:584-590.
    [37]R. Belaroussi, J. P. Tarel. Angle vertex and bisector geometric model for triangular road sign detection[A]. In:2009 Workshop on Applications of Computer Vision.2009 Workshop on Applications of Computer Vision [C]. USA:IEEE,2009:1-7.
    [38]R. Marmo, L. Lombardi. Milepost sign detection[A], In:CAMPS 2006. International Workshop on Computer Architecture for Machine Perception and Sensing[C]. USA: IEEE,2006:93-98.
    [39]G. Loy, N. Barnes. Fast shape-based road sign detection for a driver assistance system[A]. In:IEEE Cat. No.04CH37566. Intelligent Robots and Systems[C]. USA: IEEE,2004:70-75.
    [40]M. Garc I A-Garrido, M. Sotelo, E. Mart I N-Gorostiza. Fast road sign detection using hough transform for assisted driving of road vehicles[J]. Computer Aided Systems Theory-EUROCAST 2005,2005,1(1):543-548.
    [41]N. Barnes, A. Zelinsky, L. S. Fletcher. Real-Time Speed Sign Detection Using the Radial Symmetry Detector[J]. IEEE Transactions on Intelligent Transportation Systems,2008,9(2):322-332.
    [42]Jim E Nez P. Gil, O N S. M. Basc, H. G. Moreno, et al. Traffic sign shape classification and localization based on the normalized FFT of the signature of blobs and 2D homographies[J]. Signal Processing,2008,88(12):2943-2955.
    [43]Lim King Hann, Seng Kah Phooi, Ang Li Minn. Intra color-shape classification for traffic sign recognition[A]. In:2010ICS.2010 International Computer Symposium[C]. USA:IEEE,2010:642-647.
    [44]D. M. Gavrila. Muster erkennung [M].Germay:Springer,1999:86-93.
    [45]D. M. Gavrila, V. Philomin. Real-time object detection for "smart" vehicles[A]. In: the Seventh IEEE International Conference on Computer Vision. The Proceedings of the Seventh IEEE International Conference on Computer Vision[C]. USA:IEEE, 1999:87-93.
    [46]Koncar Alan, Janbn Holger, Halgamuge Saman. Gabor wavelet similarity maps for optimising hierarchical road sign classifiers[J]. Pattern Recognition Letters,2007, 28(2):260-267.
    [47]W. Wu, X. Chen, J. Yang. Detection of text on road signs from video[J]. IEEE transactions on intelligent transportation systems,2005,6(4):378-390.
    [48]刘富强,沙浩.基于改进SCW的道路标志牌字符定位算法[J].中国图象图形学报,2007,12(10):1869-1872
    [49]B. Gatos, I. Pratikakis, S. Perantonis. Towards text recognition in natural scene images[C]. In:Proceedings of International Conference Automation and Technology. 2005:354-359.
    [50]Chen Xi-lin, Yang Jie, Zhang Jing, et al. Automatic detection and recognition of signs from natural scenes[J]. IEEE Transactions on Image Processing,2004,13(1):87-99
    [51]S. M. Hanif, L. Prevost. Text detection and localization in complex scene images using constrained adaboost algorithm[A]. In:2009 ICDAR.10th International Conference on Document Analysis and Recognition[C]. USA:IEEE,2009:1-5
    [52]张航.自然场景下的交通标志识别算法研究[D].长沙:中南大学,2006:
    [53]M. C. Kus, M. Gokmen, S. Etaner-Uyar. Traffic sign recognition using Scale Invariant Feature Transform and color classification[A]. In:ISCIS '08.23rd International Symposium on Computer and Information Sciences[C]. USA:IEEE, 2008:1-6
    [54]Y. R. Fatmehsan, A. Ghahari, R. A. Zoroofi. Gabor wavelet for road sign detection and recognition using a hybrid classifie[A]. In:2010 MCIT. International Conference on Multimedia Computing and Information Technology[C]. USA:IEEE, 2010:25-28
    [55]A. Ruta, Yongmin Li, Xiaohui Liu. Detection, Tracking and Recognition of Traffic Signs from Video Input[C].11th International IEEE Conference on Intelligent Transportation Systems.2008:55-60.
    [56]A. Ruta, Yongmin Li, Xiaohui Liu. Robust Class Similarity Measure for Traffic Sign Recognition[J]. IEEE Transactions on Intelligent Transportation Systems,2010,11(4): 846-855.
    [57]A. Ruta, Y. Li, X. Liu. Real-time traffic sign recognition from video by class-specific discriminative features[J]. Pattern Recognition,2010,43(1):416-430.
    [58]G. Piccioli, E. D. Micheli, P. Parodi, et al. Robust method for road sign detection and recognition[J]. Image and Vision Computing,1996:209-223.
    [59]M. M. Zadeh, T. Kasvand, C. Y. Suen. Localization and recognition of traffic signs for automated vehicle control systems[C]. In:SPIE Conference Series 1998. Society of Photo-Optical Instrumentation Engineers[C]. San Jose:SPIE,3207:272-282.
    [60]S. H. Hsu, C. L. Huang. Road sign detection and recognition using matching pursuit method[J]. Image and Vision Computing,2001,19(3):119-129.
    [61]C. Y. Fang, S. W. Chen, C. S. Fuh. Road-sign detection and tracking[J]. IEEE Transactions on Vehicular Technology,2003,52(5):1329-1341.
    [62]S. Estable, J. Schick, F. Stein, et al. A real-time traffic sign recognition system[A]. In: Cat. No.94TH8011. Proceedings of the Intelligent Vehicles '94 Symposium[C]. USA: IEEE,1994:213-218.
    [63]M. S. Hossain, M. M. Hasan, M. A. Ali, et al. Automatic detection and recognition of traffic signs[C]. In:2010 IEEE RAM.2010 IEEE Conference on Robotics Automation and Mechatronics [C]. USA:IEEE,2010:286-291.
    [64]Yuan-Shui Huang, Meng-Yin Fu, Hong-Bin Ma. A Combined Method for Traffic Sign Detection and Classification[A]. In:2010 CCPR.2010 Chinese Conference on Pattern Recognition [C]. USA:IEEE,2010:1-5.
    [65]Chen-Chuan Lin, Ming-Shi Wang, Tang-Chun Yang. Fuzzy adaptive pre-processing models for road sign recognition[A]. In:2010 NaBIC. Second World Congress on Nature and Biologically Inspired Computing [C]. USA:IEEE,2010:642-647.
    [66]H. Pazhoumand-Dar, M. Yaghobi. DTBSVMs:A New Approach for Road Sign Recognition[C]. In:2010 CICSyN. Second International Conference on Computational Intelligence, Communication Systems and Networks[C]. USA:IEEE, 2010:314-319,
    [67]S. Maldonado Bascon, J. Acevedo Rodriguez, S. Lafuente Arroyo, et al. An optimization on pictogram identification for the road-sign recognition task using SVMs[J]. Computer Vision and Image Understanding,2010,114(3):373-383.
    [68]P. Douville. Real-time classification of traffic signs[J]. Real-Time Imaging,2000, 6(3):185-193.
    [69]P. Paclik, J. Novovicova, R. P. W. Duin. Building road-sign classifiers using a trainable similarity measure[J]. IEEE Transactions on Intelligent Transportation Systems,2006,7(3):309-321.
    [70]Deng Xiao, Wang Donghui, Cheng Lili, et al. Traffic Sign Recognition Using Dictionary Learning Method[C]. In:2010 GCIS. Second WRI Global Congress on Intelligent Systems (GCIS). USA:IEEE.2010:372-375.
    [71]J. F. Khan, S. M. A. Bhuiyan, R. R. Adhami. Image Segmentation and Shape Analysis for Road-Sign Detection[J]. IEEE Transactions on Intelligent Transportation Systems, 2011,12(1):83-96.
    [72]J. Miura, T. Kanda, S. Nakatani, et al. An active vision system for on-line traffic sign recognition[J]. IEICE TRANSACTIONS on Information and Systems,2002,85(11): 1784-1792.
    [73]Park Jin-Hyung, Jeong Chang-Sung. Real-time signal light detection[A]. In:2008 FGCNS. Second International Conference on Future Generation Communication and Networking Symposia[C]. USA:IEEE,2008:139-142.
    [74]M. Omachi, S. Omachi. Detection of Traffic Light Using Structural Information[A]. In:ICSP 2010. The 10th International Conference on Signal Processing[C]. USA: IEEE,2010:809-812.
    [75]H. Chinthaka, N. Premachandra, T. Yendo, et al. Detection of LED Traffic Light by Image Processing for Visible Light Communication System[C]. In:2009 IVS. IEEE on Intelligent Vehicles Symposium[C]. USA:IEEE,2009:179-184.
    [76]Lu Kuo-Hao, Wang Chao-Ming, Chen Shu-Yuan. Traffic light recognition[J]. Journal of the Chinese Institute of Engineers,2008,31(6):1069-1075.
    [77]Tac-Hyun Hwang, In-Hak Joo, Seong-Ik Cho. Detection of traffic lights for vision-based car navigation system[A]. In:Advances in Image and Video Technology. First Pacific Rim Symposium Advances in Image and Video Technology[C]. Germany:Springer,2006:682-691.
    [78]Shen Yehu, U. Ozguner, K. Redmill, et al. A robust video based traffic light detection algorithm for intelligent vehicles[A]. In:2009 IEEE Intelligent Vehicles Symposium (IV).2009 IEEE Intelligent Vehicles Symposium[C]. USA:IEEE,2009:521-526.
    [79]Gong Jianwei, Jiang Yanhua, Xiong Guangming, et al. The recognition and tracking of traffic lights based on color segmentation and CAMSHIFT for intelligent vehicles[A]. In:2010 IEEE Intelligent Vehicles Symposium (IV).2010 IEEE Intelligent Vehicles Symposium (IV)[C]. USA:IEEE,2010:431-435.
    [80]徐成,谭乃强,刘彦等.基于Lab色彩空间和模板匹配的实时交通灯识别算法[J].计算机应用,2010,30(5):1251-1254.
    [81]N. H. C. Yung, A. H. S. Lai. An effective video analysis method for detecting red light runners[J]. IEEE Transactions on Vehicular Technology,2001,50(4):1074-1084.
    [82]Y. Chung, L. Wang, S. Chen. A vision-based traffic light detection system at intersections[J]. Journal of National Taiwan Normal University:Mathematics, Science & Technology,2002,47:67-86.
    [83]T. Shioyama, H. Wu, N. Nakamura, et al. Measurement of the length of pedestrian crossing and detection of traffic lights from image data[J]. Measurement Science and Technology,2002,13(1):1450-1457.
    [84]T. Hwang, Joo, S. Cho. Detection of traffic lights for vision-based car navigation systems[A]. In:2006 PRSIVT. Pacific-Rim Symposium on Image and Video Technology[C]. Germany:Springer Verlag,2006:682-691.
    [85]Zixing Cai, Mingqin Gu, Yi Li. Real-time arrow traffic light recognition system for intelligent vehicle[A]. In:IPCV 2012. The 16th International Conference on Image Processing, Computer Vision, & Pattern Recognition[C], USA:CSREA Press,2012: 848-854
    [86]J. Levinson, J. Askeland, J. Dolson, et al. Traffic light mapping, localization, and state detection for autonomous vehicles[A]. In:2011 ICRA. IEEE International Conference on Robotics and Automation[C]. USA:IEEE,2011:5784-5791.
    [87]N. Fairfield, C. Urmson, Traffic light mapping and detection[A]. In:ICRA.2011 IEEE International Conference on Robotics and Automation. USA:IEEE,2011: 5421-5426.
    [88]谷明琴,蔡自兴,李仪.应用圆形度和颜色直方图的交通信号灯识别[J].计算机工程与设计,2012,33(1):243-247.
    [89]R. de Charette, F. Nashashibi. Real time visual traffic lights recognition based on spot light detection and adaptive traffic lights templates[A]. In:IVS.2009 IEEE Intelligent Vehicles Symposium[C]. USA:IEEE,2009:358-363.
    [90]R. de Charette, F. Nashashibi. Traffic light recognition using image processing compared to learning processes[A]. In:IROS 2009.2009 IEEE/RSJ International Conference on Intelligent Robots and Systems [C]. USA:IEEE,2009:333-338.
    [91]谷明琴,蔡自兴,黄振威,何芬芬.城市环境中箭头型交通信号灯的实时识别算法[J].中南大学学报自然科学版,2013,44(4):1-6.
    [92]卢晓鹏.视频序列中目标跟踪技术研究[D].北京:中国科学院研究生院(电子学研究所),2007:
    [93]刘献如.视频图像序列目标跟踪算法及其应用研究[D].长沙:中南大学,2011:
    [94]路红.基于视频的多目标跟踪研究[D].南京:东南大学,2009:
    [95]N. Wax, Signal-to-noise improvement and the statistics of tracking populations[J]. Journal of Applied Physics,1955,26(1):586-596.
    [96]R. N. Sittler. An optimal data association problem in surveillance theory[J]. IEEE Transactions on Military Electronics,1964,2(1):125-139.
    [97]Y. Bar-Shalom. Tracking methods in a multi-target environment [J]. IEEE Transactions On AC,1978,23(4):618-628.
    [98]R. A. Singer. Estimating optimal tracking filter performance for manned maneuvering targets[J]. IEEE Transactions on Aerospace and Electronic Systems,1970,6(4): 473-482.
    [99]R. Jonkerand, A. Voigenant. A shortest augmenting path algorithm for dense and sparse linear assignment problems[J]. Computing,1987,38:325-340.
    [100]D. A. Castanon. New assignment algorithms for data association[A]. In:SSDPS. Proceedings of SPIE Symposium on Signal and Data Processing of Small Targets[C]. San Jose:SPIE,1992:313-323.
    [101]D. L. Alspach. A Gaussian sum approach to the multi-target identification tracking problem[J], Automatic,1975,2:285-296.
    [102]D. Musicki, R. Evans. Joint integrated probabilistic data association:JIPDA[J]. IEEE Transactions on Aerospace and Electronic Systems,2002,40(3):1093-1099.
    [103]X. Z. Wang, D. Musicki. Low elevation sea-surface target tracking using IPDA type filters[J]. IEEE Transactions on Aerospace and Electronic Systems,2007,43(1): 744-759
    [104]孙中森,孙俊喜,宋建中等.一种抗遮挡的运动目标跟踪算法[J].光学精密工程,2007,15(2):267-271
    [105]G. V. Trunk, J. D. Wilson. Track initiation of occasionally unresolved radar targets[J]. IEEE Transactions on Aerospace and Electronic Systems,1981,17(1):122-129.
    [106]S. W. Yankowich, M. Farooq. A Hough transform based multi-sensor, multi-target, track initiation technique[A]. In:CDC. The Proceeding of the 36 Cone on Decision & Control[C].1997:5018-5023.
    [107]L. Lin, T. Kirubarajan, Y. Bar-Shalom.3D track initiation in clutter using 2D radar measurements[J]. IEEE Transactions on Aerospace and Electronic Systems,2002, 38(4):1434-1441.
    [108]王怀理,王德生,田立生.Hough变换在航迹起始中的应用[J].清华大学学报(自然科学版),2002,42(7):909-912.
    [109]P. Nillius, J. Sullivan, S Carlsson. Multi-target Tracking Linking Identities using Bayesian Network Inference[A]. In:2006 CVPR. Proceedings of the Conference on Computer Vision and Pattern Recognition[C]. USA:IEEE,2006:2187-2194
    [110]M. Han, W. Xu, H. Tao, Y. Gong. Multi-object Trajectory Tracking[J]. Machine Vision and Applications,2007,18(3):221-232
    [111]S.W. Joo, R. Chellappa. Multiple-Hypothesis Approach for Multi-object Visual Tracking[J]. IEEE Transactions on Image Processing,2007,16(1):2849-2854
    [112]J. Miura, T. Kanda, Y. Shirai. An active vision system for real-time traffic sign recognition A]. In:ITSC2000.2000 IEEE Proceedings of Intelligent Transportation Systems. USA:IEEE,2000:52-57.
    [113]M. Meuter, S. Muller-Schneiders, C. Nunny, et al. Decision fusion and reasoning for traffic sign recognition [A]. In:ITSC2010.13th International IEEE Conference on Intelligent Transportation Systems[C]. USA:IEEE,2010:324-329.
    [114]Dennis Nienhuser, J. Markus Drescher, Marius Zollner. Visual state estimation of traffic lights using Hidden Markov models[A]. In:ITSC2010.13th International IEEE Conference on Intelligent Transportation Systems[C]. USA:IEEE,2010: 1705-1710
    [115]Z. Zhang. A flexible new technique for camera calibration[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2000,22(11):1330-1334,
    [116](美)冈萨雷斯,(美)伍兹著,阮秋琦等译.数字图像处理:第三版[M].北京: 电子工业出版社,2011:1-628
    [117]李庆扬,王能超,易大义.数值分析[M].北京:清华大学出版社,2001:51-59
    [118]同济大学数学教研室.高等数学[M].4版.北京:高等教育出版社.1996:183-190
    [119]N. G. Kingsbury. Image processing with complex wavelets[J]. Philosophical Transactions of the Royal Society of London Series A:Mathematical, Physical and Engineering Sciences,1999,357:2543-2560.
    [120]N. G. Kingsbury, Complex wavelets for shift invariant analysis and filtering of signals[J]. Applied and Computational Harmonic Analysis,2001,10:234-253.
    [121]I. W. Selesnick, R. G. Baraniuk, N. G. Kingsbury. The dual-tree complex wavelet transform[J]. Signal Processing Magazine IEEE,2005,22(6):123-151.
    [122]A. Hyvarinen, E. Oja. Independent component analysis:algorithms and applications[J]. Neural networks,2000,13(4-5):411-430
    [123]戴华.矩阵论(工科类)[M].北京:科学出版社.2007
    [124](美)罗纳德·布雷斯韦尔著.殷勤业,张建国译.傅里叶变换及其应用[M].西安:西安交通大学出版社,2005
    [125]S. Theodoridis, K. Koutroumbas著,李晶皎,王爱侠,王骄等译.模式识别:第四版[M].北京:电子工业出版社.2010
    [126]J. G. Daugman, Two dimensional spectral analysis of cortical receptive field profile[J]. Vision Research,1980,20(10):847-856.
    [127]S. J. Julier, J. K. Uhlmann. A New Extension of the Kalman Filter to Nonlinear SystemsfA]. In:Proc. of AeroSense. The 11th Int. Symp. on Aerospace/Defence Sensing, Simulation and Controls[C],1997:182-193.
    [128]S. J. Jnlier. The scaled unscented transformation[C]. In:IEEE Cat. No.CH37301. Proceeding of the American Control Conference[C]. USA:IEEE,2002:4555-4559.
    [129]刘献如,蔡自兴.UKF与Mean shift算法相结合的实时目标跟踪[J].中南大学学报(自然科学版),2011,42(5):1338-1343
    [130]龚光鲁,钱敏平著.应用随机过程教程-与在算法和智能计算中的应用[M].北京:清华大学出版社.2004
    [131]D. Manning Christopher, Schutze Hinrich著,苑春法译.统计自然语言处理基础[M].北京:电子工业出版社.2005
    [132]Lawrence R. Rabiner. A tutorial on hidden Markov models and selected applications in speech recognition[J]. Proceedings of the IEEE,1989,77(2):257-286

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700