OBJECT DETECTION AND TRACKING USING KALMAN FILTER
AND FAST MEAN SHIFT ALGORITHM
A. Ali and K. Terada
The University of Tokushima, 2-1 Minami-Josanjima, Tokushima, 770-8506 Japan
Keywords:
Change Detection, Object Tracking, Kalman filter, Mean shift Algorithm.
Abstract:
Object detection in videos involves verifying the presence of an object in image sequences and possibly locat-
ing it precisely for recognition. Object tracking is to monitor an object’s spatial and temporal changes during
a video sequence, including its presence, position, size, shape, etc. These two processes are closely related be-
cause tracking usually starts with detecting objects, while detecting an object repeatedly in subsequent image
sequence is often necessary to help and verify tracking. In this paper, a novel approach is being presented for
detecting and tracking object. It includes combination of Kalman filter and fast mean shift algorithm. Kalman
prediction is measurement follower. It may be misled by wrong measurement. In order to cater it, fast mean
shift algorithm is used. It is used to locate densities extrema, which gives clue that whether Kalman prediction
is right or it is misled by wrong measurement. In case of wrong prediction, it is corrected with the help of
densities extrema in the scene. The proposed approach has the robust ability to track the moving object in the
consecutive frames under some kinds of difficulties such as rapid appearance changes caused by image noise,
illumination changes, and cluttered background.
1 INTRODUCTION
Object detecting and tracking has a wide variety
of applications in computer vision such as video
compression, video surveillance, vision-based con-
trol, human-computer interfaces, medical imaging,
augmented reality, and robotics. It also plays an
important role in video database such as content-
based indexing and retrieval. Change detection tech-
niques presented in the literature can be divided
in two classes: pixel-based and region-based algo-
rithms(Jain, 1989). Pixel-based algorithms compute
the output by analyzing the values assumed by corre-
spondent pixels in the two analyzed images; region-
based algorithms compare features extracted from
correspondence regions in the two images. Pixel-
based methods, (e.g. Change detection based on bi-
nary difference) present the advantage of the sim-
plicity that makes possible real-time applications,
whereas region-based techniques (e.g. Change de-
tection based on the illumination model(Skifstadt and
Jain, 1989)) provide results more robust to false
alarms introduced by noise. A further class of CD al-
gorithms detects changed regions by means of edge
comparisons(Jain, 1989). The Kalman filter has
been extensively used in the vision community for
tracking. Broida and Chellappa(Broida and Chel-
lappa, 1986) used the Kalman filter to track points in
noisy images. In stereo camera-based object tracking,
Beymer and Konolige(Beymer and Konolige, 1999)
use the Kalman filter for predicting the objects po-
sition and speed in x - z dimensions. Rosales and
Sclaroff(Rosales and Sclaroff, 1999) use the extended
Kalman filter to estimate 3D trajectory of an object
from 2D motion. A common approach to handle com-
plete occlusion during tracking is to model the ob-
ject motion by linear dynamic models or by nonlin-
ear dynamics and, in the case of occlusion, to keep
on predicting the object location until the object reap-
pears. For example, a linear velocity model is used in
Beymer and Konolige(Beymer and Konolige, 1999)
and a Kalman filter is used for estimating the loca-
tion and motion of objects. For the image segmen-
tation problem, Mean-Shift Clustering is commonly
used. Comaniciu and Meer(Comaniciu and Meer,
2002) propose the mean-shift approach to find clus-
ters in the joint spatial and color space.
In this paper we propose a novel object tracking
scheme showing good tracking performance in the
consecutive frames under some kinds of difficulties.
It combine Kalman filter and fast mean shift algo-
585
Ahmed A. (2009).
OBJECT DETECTION AND TRACKING USING KALMAN FILTER AND FAST MEAN SHIFT ALGORITHM.
In Proceedings of the Fourth International Conference on Computer Vision Theory and Applications, pages 585-589
DOI: 10.5220/0001787705850589
Copyright
c
SciTePress