《英文文献-一个鲁棒的基于机器视觉运动目标检测与跟踪系统》由会员分享,可在线阅读,更多相关《英文文献-一个鲁棒的基于机器视觉运动目标检测与跟踪系统(10页珍藏版)》请在金锄头文库上搜索。
1、A Robust Vision-based Moving Target Detection and Tracking System Abstract.In this paper we present a new algorithm for realtime detection and tracking of moving targets in terrestrial scenes using a mobile camera. Our algorithm consists of two modes: detection and tracking. In the detection mode, b
2、ackground motion is estimated and compensated using an affine transformation. The resultant motion rectified image is used for detection of the target location using split and merge algorithm. We also checked other features for precise detection of the target location. When the target is identified,
3、 algorithm switches to the tracking mode. Modified Moravec operator is applied to the target to identify feature points. The feature points are matched with points in the region of interest in the current frame. The corresponding points are further refined using disparity vectors. The tracking syste
4、m is capable of target shape recovery and therefore it can successfully track targets with varying distance from camera or while the camera is zooming. Local and regional computations have made the algorithm suitable for real-time applications. The refined points define the new position of the targe
5、t in the current frame. Experimental results have shown that the algorithm is reliable and can successfully detect and track targets in most cases. Keywords: real time moving target tracking and detection, feature matching, affine transformation, vehicle tracking, mobile camera image.1 Introduction
6、Visual detection and tracking is one of the most challenging issues in computer vision. Application of the visual detection and tracking are numerous and they span a wide range of applications including surveillance system, vehicle tracking and aerospace application, to name a few. Detection and tra
7、cking of abstract targets (e.g. vehicles in general) is a very complex problem and demands sophisticated solutions using conventional pattern recognition and motion estimation methods. Motion-based segmentation is one of the powerful tools for detection and tracking of moving targets. It is simple t
8、o detect moving objects in image sequences obtained by stationary camera the conventional difference-based methods fail to detect moving targets when the camera is also moving. In the case of mobile camera all of the objects in the image sequence have an apparent motion, which is related to the came
9、ra motion. A number of methods have been proposed for detection of the moving targets in mobile camera including direct camera motion parameters estimation, optical flow, and geometric transformation . Direct measurement of camera motion parameters is the best method for cancellation of the apparent
10、 background motion but in some application it is not possible to measure these parameters directly. Geometric transformation methods have low computation cost and are suitable for realtime purpose. In these methods, a uniform background motion is assumed. An affine motion model could be used to mode
11、l this motion. When the apparent motion of the background is estimated, it can be exploited to locate moving objects. In this paper we propose a new method for detection and tracking of moving targets using a mobile monocular camera. Our algorithm has two modes: detection and tracking. This paper is
12、 organized as follows. In Section 2, the detection procedure is discussed. Section 3 describes the tracking method. Experimental results are shown in Section 4 and conclusion appears in Section 5. 2 Target detection In the detection mode we used affine transformation and LMedS (Least median squared)
13、 method for robust estimation of the apparent background motion. After the compensation of the background motion, we apply split and merge algorithm to the difference of current frame and the transformed previous frame to obtain an estimation of the target positions. If no target is found, then it m
14、eans either there is no moving target in the scene or, the relative motion of the target is too small to be detected. In the latter case, it is possible to detect the target by adjusting the frame rate of the camera. The algorithm accomplishes this automatically by analyzing the proceeding frames un
15、til a major difference is detected. We designed a voting method to verify the targets based on apriori knowledge of the targets. For the case of vehicle detection we used vertical and horizontal gradients to locate interesting features as well as constraint on area of the target as discussed in this
16、 section. 2.1 Background motion estimation Affine transformation has been used to model motion of the camera. This model includes rotation, scaling and translation. 2D affine transformation is described as follow: (1)where (xi , yi ) are locations of points in the previous frame and (Xi , Yi ) are locations of points in the current frame and a1a6 are motion parameters. This transformation has six parameters; therefore, three matching pairs