车辆视频检测与跟踪系统的算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
随着计算机硬件技术和计算机视觉技术的发展,基于计算机视觉的交通监控
    系统成为可能,视频车辆的实时检测和跟踪是智能交通监控系统的核心部分。目
    前存在的检测和跟踪技术在复杂场景下、大范围、多目标的情况下,运动目标的
    分割和跟踪的效果不是很理想,需要进一步的改善。
    本文提出了针对运动车辆进行实时检测和跟踪的算法,适用于大面积、多目
    标的复杂场景,能排除干扰,简单区分车辆和行人,可应用于高速公路和城市交
    通中。
    本文提出了基于HSV空间的自适应背景模板的方法来完成对运动目标的检
    测。与目前几种有代表性的RGB空间的运动目标检测的方法进行了比较,基于
    HSV空间的自适应模板是一种比较新颖的方法,由于HSV空间和RGB空间相
    比,对颜色要敏感的多,而且在高对比度的情况下,表现突出。此外,自适应的
    背景模板,采用图像上的每个象素点的H、S、V的分布为高斯分布建立的三维
    模型,该模型与实际情况比较接近;在背景、前景的判断上,充分利用了颜色信
    息;而且在更新算法上也考虑了学习率的问题。使得系统的背景模型既能够满足
    背景随时间渐变的统计特性;又能够兼顾系统的噪声以及一些突发的干扰因素。
    具有创新意义的是,本文的HSV空间的自适应背景模型是建立在阴影检测的基
    础上,能够去除阴影,准确的检测出运动物体。而现今比较流行的运动目标检测
    的方法,有不少是忽略阴影检测算法的,即使做了阴影检测,也大多基于RGB
    空间的。
    本文提出了基于扩展卡尔曼滤波器的运动跟踪模型,来实现对运动目标的跟
    踪。我们采用扩展卡尔曼滤波器做运动估计,缩小了特征搜索的范围,提高了算
    法的效率。在特征提取方面,采用了质心和窗口相结合的方法,兼顾了目标的位
    置和形状;而且还初步的去除了行人对运动目标跟踪的干扰。在特征匹配时,充
    分发挥了特征值的作用,提出了相似函数的概念。最后在更新算法中,考虑了大
    范围、多目标的追踪过程中出现的多种情况,如:新目标的出现、旧目标的消失、
    暂时静止等等,创新性的将图像分成三个区域--进入区、跟踪区、离丌区,设
    定了各自的临界值,从而进一步保证了算法的可靠性和高效性。
    从处理的结果看,本文提出的带阴影检测的HSV空间自适应背景模型和卡
    尔曼滤波运动目标跟踪模型,易于实现运动物体的分割、及阴影检测,能比较准
    确的实现大范围、多目标的跟踪,而且数学模型简单,运算速度快,系统具有很
    强的鲁棒性和实用性,能满足实时行进车辆的检测和追踪的要求。
With the development of computer hardware and computer vision technology,a computer vision-based traffic monitoring system has become possible. Vehicle detection and tracking real-time system based on video is the key to traffic monitoring system. Many popular related technology didn't meet vary requirements. Therefore,an efficient and robust detection and tracking system is needed eagerly.
    The aim to this thesis is to design video-based vehicle detection and tracking system,which can limit the noise of system and pedestrian factor,and used in large area,multiple objects and complex environment in traffic surveillance.
    The thesis has implemented adaptive background model to detect moving objects. We propose to operate in the Hue-Saturation-Value (HSV) color space,instead of the traditional RGB space,and show that it provides a better use of the color information,and naturally incorporates gray-level only processing. At each instant,the system constructs three Gauss distribution for a pixel and maintains an updated background model,and a list of occluding regions that can then be tracked. However,problems arise due to shadows. In particular,moving shadows can affect the correct localization,measurements and detection of moving objects. This work aims to present a technique for shadow detection and suppression used in adaptive color background model mentioned as before. The major novelty of the shadow detection technique is the analysis carried out in the HSV color space to improve the accuracy in detecting shadows.
    Moreover,based on these objects segmented,the paper discusses the tracking model based on recursive extended Kalman filter (EKF). Motion estimation based on EKF accurately estimates the feature's position so as to decreases the size of the region matching feature. In feature extractor,the paper combines centriod of the moving objects to tracking window to distinguish pedestrian and moving vehicle. Similar functions are applied for matching feature. Finally,the system updates adaptive tracking model by means of all kinds of situation,they are new moving objects,moving objects disappearing and pause. We partitions the image to three plots,intake area,tracking region,exit region.
    Results from experiments show that the model of HSV adaptive background with shadow detection and extended Kalman filter tracking has segmented moving objects and detected shadow so easy and accurately tracked moving vehicles in large area,multiple objects and complex environments. And the system has flexible
    
    
    mathematic model and can meet real-time and practicality requirements.
引文
[1] 熊辉,ITS在日本,华夏交通在线(http://www.itsc.com.cn),2003年 1月
    [2] 资料,http://www.iot.gov.tw/its/HTML/History/Hidx.htm
    [3] 王笑京,ITS交通运输的一场革命,ITSC,2002年11月12日
    [4] 赵明生,包丛笑,车牌识别技术在交通工程和城市安全中的作用及应用前 景,电子与金系列工程信息,1999年,第9期
    [5] 魏武,张起森,王明俊,黄中祥,基于计算机视觉和图像处理的交通参数 检测,信息与控制,2001年,第6期
    [6] 张学工、张毅、宋靖雁、周杰,智能交通系统整体解决方案及视频交通信 息系统,ITS通讯,总第六期,2000. 10
    [7] 章毓晋编著,图像理解与计算机视觉,清华大学出版社,2000
    [8] 苏光大著,微机图像处理系统,清华大学出版社,2000
    [9] 陈廷标、夏良正编著,数字图像处理,人民邮电出版社,1990
    [10] 王积分、张新荣编著,计算机图像识别,中国铁道出版社,1988
    [11] 王润生编著,图像理解,国防工业出版社,1995
    [12] 李智勇等,动态图象分析, 1999年8月
    [13] 章毓晋,图像分割,科学出版社,2001
    [14] 王润生编著,图像理解,国防工业出版社,1995
    [15] T. Arch, A. Kaput and R. Mester, "Statistical Change Detection in Moving Video", Signal Processing, Image Communication, Vol. l,No. 2,October 1993
    [16] 蔡茂国,杨淑雯,利用图像系统捕捉运动物体的一种实现方法,计算机应 用,第20卷,第6期,2000
    [17] KAMEDAYoshinari, MINOH Michihiko, A Human Motion Estimation Method Using 3-Successive Video Frames, Proceedings of International Conference on Virtual Systems and Multimedia, 1996. 135-140.
    [18] 马颂德,张正友,计算机视觉-计算理论和算法基础,科学出版社,1998
    
    
    [19] 贾云得编著,机器视觉,科学出版社,2000
    [20] 程存学、朱晓昆著,计算机视觉-底层处理技术,电子工业出版社,1993
    [21] J. Barren, D. Fleet, and S. Beauchemin, Performance of optical flow techniques. International Journal of Computer Vision, 12(l):42-77, 1994.
    [22] 刘国锋诸昌钤,光流的计算技术,西安交通大学学报,1997年12期
    [23] Horn B K P, Schunck B G, Determining optical flow, Artificial Intelligence,1981; 17:185-204
    [24] Singh A, Allen P. , Image-flow computation: an estimation-theoretic framework and a unified perspective. CVGIP: Image Understanding, 1992; 56:152-177
    [25] Tekalp AM, Digital Video Processing, Prentice Hall Press, 1996
    [26] Bouthemy Pand Francois E, Motion segmentation and qualitative dynamic scene analysis from an image sequence, International Journal of computer vision, 1983, 10(2) :157-182
    [27] Murray Dand Buxton B., Scene segmentation from visual motion using global optimization, IEEE Trans. Patt. Anal. Mach. Intell., 1987, 9(2) :220-228
    [28] I. Haritaoglu, Larry S. Davis, and D. Harwood, W4 who? when? where? what? a real time system for detecting and tracking people, FGR98, 1998.
    [29] C. Wren, A. Azarbayejani, T. Darrell, and Alex Pentland, Pfinder: Real-time tracking of the human body. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1997,19(7) : 780-785.
    [30] R. Cucchiara, C. Grana, M. Piccardi, et al , Statistic and Knowledge-based Moving Object Detection in Traffic Scenes, http://enki. ing, unimo. it/ImageLab/pubblicazioni/itsc2000_ .pdf.
    [31] 彭群生,鲍虎军,金小刚,计算机真实感图形的算法基础,科学出版社,1999
    [32] 几种常用的颜色模型
    
    http://www. ekany. com/wdg98/cg/contents/chapter8/les863. htm
    [33] Alexandra R. J. Francois, Gerard G. Medioni, Adaptive Color Background Modeling for Real-Time Segmentation of Video Streams, http:// iris. use.edu/~afrancoi/research/publications/pdf/ CISST1999-paper. pdf
    [34] 盛骤,概率论与数理统计,山东大学出版社
    [35] Rita Cuchiara, Costantino Grana, Massimo Piccardi, et al, Improving Shadow Suppression in Moving Object Detection with HSV Color Information[J]. In: 2001 IEEE Intelligent Transportation Systems Conference Proceedings-Oakland(CA), USA-August 25-29,2001
    [36] Ivana Mikie, Panmela C. Cosman, Greg T. Kogout, Moving shadow and Object Detection in Traffic Scenes,
    [37] Andrea Prati, Ivana Mikie, Costantino Grana, Mohan M. trivedi, Shadow Detection Algorithms for Traffic Flow Analysis: a Comparative Study, 2001 IEEE Intelligent Transportation Systems Conference Proceedings-Oakland(CA), USA-August 25-29,2001
    [38] Grimson Wei, Stauffer C. Romano R. Lee L., Using adaptive tracking to classify and monitor activities in a site[J]. In: 1998 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Cat. No.98CB36231) . IEEE Comput. Soc. 1998.
    [39] Stauffer C, Grimson W. E. L. Adaptive background mixture models for real-time tracking [J]. In: 1999 IEEE ComputerSociety Conference on Computer Vision and Pattern Recognition (Cat. No PR00149) . IEEE Comput. Soc. Part Vol. 2, 1999.
    [40] Stauffer C,Grimson W. E. L., Learning patterns of activity using real-time tracking[J]. IEEE Transactions on Pattern Analysis & Machine Intelligence, 2000. 22(8) , 747-57.
    [41] C.Jiang, M. 0. Ward, Shadow identification, proceedings of IEEE Int'1 Conference on Computer Vision and Pattern Recognition, pp.
    
    606-612, 1992
    [42] an introduction to kalman filter Gary Bishop, Greg Welch
    [43] Model Based Tracking of Articulated Objects, Kevin Michael Nickels
    [44] A.MURAT TEKALP,数字视频处理,清华大学出版社,1998年5月
    [45] 0. L. R. Jacobs, Introduction to Control Theory, 2nd Edition, Oxford University Press, 1993
    [46] R. E. Kalman. 1960. "A New Approach to Linear Filtering and Prediction Problems, " Transaction of the ASME-Journal of Basic Engineering, pp. 35-45 (March 1960) .
    [47] F. C. Ham and R. G. Brown, Observability, Eigenvalues, and Kalman Filtering, IEEE Transactions on Aerospace and Electronic Systems, 1983, Vol. AES-19, No. 2, pp. 269-273.
    [48] Koller D., Daniilidis Kand Nagel H., Model based object tracking in monocular image sequences of road traffic scenes, International Journal of computer vision, 1983, 10(3) : 257-281
    [49] Kollnig Hand Nagel H., 3D pose estimation by directly matching polyhedral models to gray value gradients, International Journal of Computer Vision, 1997, 23(3) : 283-302
    [50] Lipton A, Fujiyoshi Hand Patil R, Moving target classification and tracking from real time video. IEEE workshop on applications of computer vision, Princeton NJ, Oct. 1998
    [51] Veeren C, Cabestaing Fand Postairej, Catching moving objects with snakes for motion tracking, Pattern recognition Letters, 1995, 16:679-685
    [52] Keller D, Weberj, Huang T, Towards robust automatic traffic scene analysis in real time, IEEE Proceedings of the 3rd conference on decision and control, Dec. 1994 :3776-3781
    [53] Beymer D, Mc Lauchlan P, Coifman Band Malikj, A real time computer vision system for measuring traffica parameters, IEEE Conf.
    
    Computer vision and pattern recognition, Puerto Rico, June 1997: 459-501
    [54] 计算机视觉技术在智能交通系统中的应用 王春波 张卫东 许晓鸣
    [55] Yananaka K. Effects of mismatched Smith predictor on stability in system with time-delay, Automatica, 1987, 23(7:787-791)
    [56] Jonathan Michael Roberts, Attentive Visual Tracking and Trajectory Estimation for Dynamic Scene Segmentation
    [57] Jain A K., Fundamentals of Digital Image Processing, Prentice-Hall, 1989
    [58] 崔屹编著,图象处理与分析-数学形态学方法及应用,科学出版社,2000
    [59] 吴敏金著,图象形态学,上海科学技术文献出版社,1991
    [60] [日]田村秀行等著,计算机图像处理技术,北京师范大学出版社,1988
    [61] Gary Bishop B. Danette Allen Greg Welch Tracking: Beyond 15 Minutes of Thought http://www.cs.unc.edu/~lbdallen, gb, welch}
    [62] Gian Luca Foresti, Vittorio Murino, Carlo Regazzoni, Vehicle Recognition and Tracking from Road Image Sequences, IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 48, NO. 1, JANUARY 1999
    [63] 张嫣,姚耀文,唐华松,运动图像序列中度目标跟踪的研究与实现,计算 机应用研究,2002年第一期
    [64] D R Magee, Tracking Multiple Vehicles using Foreground, Background and Motion Models, European Conference on Computer Vision, May 2002
    [65] Gary Whittington, The Application of Neural Network Model to Sensor Data Fusion. SPIE Applications of Artificial Neural Network, 1990, 1294:276-283
    [66] Surges C JC. A tutorial on support vector machine for pattern recognition. Data Mining and Knowledge Discovery, 1998, 2(2) :1-47 《测控技术》2000年19卷第5期

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

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

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