10 1109icraie 2018 8710421
10 1109icraie 2018 8710421
10 1109icraie 2018 8710421
net/publication/333031633
CITATIONS READS
8 606
3 authors, including:
All content following this page was uploaded by Devendra Somwanshi on 12 May 2019.
Abstract –Tracking moving objects as along with their movement II. LITERATURE REVIEW
through video sequences is one of the most basic and most crucial
tasks in computer vision. This serves as the foundation for
numerous higher-level automated applications in numerous
Object Tracking have been studied as the key segment of
domains, including surveillance, augmented reality and motion intelligent video analysis with various applications for
capture in moving object detection. Object tracking is key suspicious activity detection viz loitering[4], unattended
element of an IVS system which can further be modeled for baggage[6], multiple moving object detection[9], intruder
many suspicious activity detection systems. There are many detection [2][7], traffic and transport scenario [3][10] etc.
approaches and proposed algorithms for object tracking, out of Various algorithms have been proposed by researchers for
which mean shift algorithm is the basis of implementation of IVS background subtraction, to detect a tracking object like
in this paper. The work proposed in this paper was defined to Gaussian Mixture Model to detect human fall [5][8], blob
meet following objectives: to create a video sequence for moving based tracking, 3-frame-difference method & timeliness
object tracking; to design an experimental set up for moving background for missing and unattended object [6], Frame
object detection; and, to design and implement moving object Differencing Method, Adaptive parametric statistical
tracking algorithm, The proposed algorithm was implemented on background subtraction method for intrusion detection [7]etc.
a captured video sequence. Object was detected first according to Application of probability density function in identifying the
the image input, and then tracked in subsequent frames. The object to be tracked by deploying mean shift algorithm is
experimental implementation could perform the object tracking proposed which could fetch satisfactory results in object
without missing any frame and could successfully overlay tracking. Out of various approaches, this algorithm stands out
bounding box. It could successfully generate an image sequence robust if we have a distribution points, and peaks in the
after the complete implementation of Mean Shift Algorithm. The
density function could be determined [11] [13]. The major
performance of algorithm was checked by successfully tracking
gaps in object tracking implementation are information loss
the user defined object and performing the overlay function in
the identified object. while conversion of 3D to 2D scene; image resolution
limitation, noise while capturing and processing data,
KeyWords- IVS Intelligent Video Surveillance, Object Tracking complex motion- exhibiting variable velocity, non-rigid
motion, merging with background, less contrast, feature
I. INTRODUCTION changes, variations in scene illumination, partial or full
occlusions etc[14]. It may be necessary to design an
Numerous intelligent techniques have evolved in recent years
application based system to operate under real-time
and extensive research and development to equip artificial
constraints and considerations, obviating the need of
intelligence in such recognition systems have attained novel
effective but slow tracking techniques.
approaches. Neural Network, Support Vector Machine,
Genetic algorithm, Fuzzy technology etc. have all been III. DESIGN METHODOLOGY
researched, experimented and implemented in this emerging
area and have come up with encouraging results. Object
tracking is a threshold step and significant section of computer To design an object tracking system for intelligent video
vision and intelligent video surveillance. Object detection surveillance, a traffic scenario was considered for
involves locating objects in subsequent frames of a video exper9imental set up for its varied applications in evolving
sequence. Object tracking is the process of locating a moving intelligent vehicle systems. To implement Object tracking, a
object or multiple objects over a period of time using a video is captured and converted in .avi format. This file is read
camera. Specifically, tracking involves the estimation of the and information like frame number, data type etc. are
trajectory or path of a moving object in the image plane as it extracted. The frame from video with respect to frame number
moves around a scene. Deducing the suspicious behavior of obtained is read. Image of object to be tracked is obtained
such target objects after detection and tracking is the main from read video sequence. Mean shift Algorithm is used to
objective of setting up an IVS systems. The accessibility and track user defined object by iteratively updating location of
availability of high-powered machines / computers, high object. Region of Image (ROI) to be tracked is extracted to
quality and inexpensive video cameras, and rising need for track the object, and each frame is checked for presence of
automated video analysis has generated a great deal of interest object. A bounding box is laid on the found object, and all
in object tracking algorithms. such frames are compiled to generate image sequence. The
number of frames, type etc. are extracted and for each of these N
frames, the entire code runs to track the object in each Object
Found? N Increment I by 1
subsequent frame.
The Mean shift Algorithm was implemented for real time Y
object tracking. The algorithm of object tracking implemented Draw Bounding Box
in this process is shown below:
Overlay on Object Tracked