SlideShare a Scribd company logo
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
DOI : 10.5121/sipij.2015.6601 1
A HYBRID ARCHITECTURE FOR TRACKING
PEOPLE IN REAL-TIME USING A VIDEO
SURVEILLANCE CAMERA: APPLICATION FOR
BEHAVIOURAL MARKETING
Kheireddine AZIZ1
, Djamal MERAD2
, Jean-Luc DAMOISEAUX3
and
Pierre DRAP2
1
SeaTech Toulon, Toulon University, La Gardes, France
2
LSIS Lab, Aix-Marseille University, Marseille, France
3
IUT R&T, Aix-Marseille University, Marseille, France
ABSTRACT
This paper describes a novel method for tracking customers using images taken from video-surveillance
cameras. This system analyzes the number of customers and their motions through the aisles of big-box
stores (supermarkets) in real-time. The originality of our approach is based on the study of the blobs
properties for managing the splitting/merging issues using a mathematical morphology operator. In the
order hand, in order to manage a high number of customers in real-time, we combine the advantage of two
tracking algorithms.
KEYWORDS
Deterministic tracking, splitting/merging blobs, behavioural marketing.
1. INTRODUCTION
The economic climate since 2008, as well as increasing competitive pressure has forced major
retailers to diversify their sale offers (drive-thru, e-commerce, etc.) and also to improve the
performance of their commercial outlets.
The work presented here falls within the scope of behavioural marketing analysis by video, and
aims to better understand the purchasing behaviour of customers by analyzing their motions in a
densely-populated sales area covered by a single camera. Our industrial partner required us to use
the camera network that was already in place and that was initially designed for video-
surveillance. Using overhead cameras, we should determine the trajectory of customers in the
retail space and manage the occlusions and/or interaction issues between people.
In the retail space, understand and analyze the evolution of the trajectory and the consumption of
a customer has several goals. First, these data provide a concrete vision on surfaces to sell a
brand to a particular location in the store. They also provide a number of operations as a tool of
direct marketing such as the presentation of samples of new products or the development of end
displays.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
2
Analyze the trajectory of the customer has the advantage of better manage and allocate human
resources, according to the measures of the frequentation at the rays at specific times and waiting
times for customers at checkout. These analyse further review and reorganize the plan of the store
and the areas allocated by department promoting impulse purchases.
These methods provide an effective way to calibrate the surface of a point of sale depending on
the extent of his attendance and sales. Finally, it will improve the personalization of offers. This is
possible due to the extraction and analysis of gaze orientation clients and analyzing their
trajectories.
Figure 1. Notion of the blob.
Generally, in a sales area, a stream of customers is frequently seen on camera as a connected blob
(Figure 1). This pixel-based entity can be further broken down inside analysis area and then
generate other ones. Moreover, the interest objects that are initially separated may merge during
motion and form then a new connected blob grouping them together. If a blob splits up inside the
analysis zone, it would be necessary to save the information coming from these new blobs. In this
case, it is essential to be able to predict the splitting of the blob at time t+1. In our method,
applying a mathematical morphology operator (erosion) on the blob at time t allows to make this
prediction. In the event that the blob splits up, the set of new blobs will share the same spatio-
temporal information from the original blob (path segment before separation, time and access
point of the analysis zone, etc.). As for their merging, this is detected by calculating the
overlapping of neighbouring blobs.
In the following sections, we discuss the latest developments in tracking field and present the
architecture of our proposed solution with a description of each component. We conclude this
study by analysis our results.
2. STATE-OF-THE-ART
The tracking of people is fundamental in all video-based behaviour analysis systems. In literature,
we find several research studies that summarize the various methods for tracking objects. We can
class them into two categories: deterministic and probabilistic approaches. With deterministic
approaches, objects are tracked either by the association of observations, or by resolving an
optimization problem. Gheissari [7]et al. split the silhouette into a set of homogenous regions
characterized by points of interest. These points are then compared to determine if there are any
matches between the two sets, the detection of a person is deduced based on their numbers.
Thome et al.[11] propose a method more robust against occlusions that use a template to identify
shapes, then by determining the maximum of the correlation function between the template of the
person at time t and the person to locate in the image at time t+1. In the same category, we can
mention the work of Aziz et al.[3]. Using a graphical model of the human body, they are able to
identify people’s heads and track them. Using this method, they are able to remedy the issue of
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
3
occlusions. Urtasun and Fua[12] conducted a 3D tracking of the human body by shape
recognition using volumetric primitives obtained from the principal component analysis (PCA).
Using these primitives, the authors were able to describe the movements as being a linear
combination of “distinctive motion vectors”, and to estimate the posture of a person by
minimizing a cost function of their 3D model and data provided by stereo cameras.
Approaches based on probabilistic methods have been used to compensate for problems with
deterministic methods which there are confusion of subject and occlusions (partial, complete)
issues for multiple objects tracking. Elgammal et al.[5] proposed a method for tracking people by
modelling as random variables the values and location of feature element composing the interest
region. The predicted location of the object is obtained by finding the geometric transformation
between two consecutive images able to maximize a similarity function using the mean shift
algorithm.
Perez et al.[6] and Stanley et al.[4] used a particle filter for tracking people. The accepted
observation model was a histogram defined as the concatenation of the 2D – Hue-Saturation
histogram and the brightness component V added when the chrominance component are too
weak; while the latter used a spatiogram that included for each bin the average value and
covariance of the pixel location contributing to each bin.
Ryoo et al.[8] put forward an approach for tracking people and objects in highly-occluded areas.
They introduced a new paradigm for tracking of multiple hypotheses “observe and explain” as
opposed to the old paradigm of “suppose and test”. During tracking and at each multiple
hypothesis, the system switches into “Observation” mode and waits until collecting enough data.
This approach offers many possibilities for tracking by generating several probable
“explanations” after having gathered a sufficient quantity of observations.
Works combining both tracking methods have also been proposed. Wang et al.[13] make this
using the mean shift algorithm combined with a particle filter; the former is used to optimize the
scale and position of each particle, while the latter due to its multi-hypothetical nature enables the
mean shift to manage the redundancy of the particles. Andriluka et al.[2], for their part, used an
articulated people detection model for tracking by combining a deterministic approach (tracking
by detection) with a limb-detection method. This allowed them to build a robust and dynamic
human model that can be extended for people detection in a more reliable way. The approximate
posture of each person is detected according the local features that model the appearance of
different human body parts. A previous knowledge of possible articulations and the temporal
consistency within the walk cycle are modelled using a hierarchical Gaussian process with a
latent variable model.
The methods for tracking people described above are designed to track a limited number of
people, and moreover their effectiveness depends on the field of application. In real-life
scenarios, difficulties may arise when a single object splits into two or more regions (or "blobs").
Likewise, the same applies when two moving objects merge into a single blob. The tracking
algorithm must then be able to recognize this type of situation and react accordingly, with the
ability to match a given number of objects with a given number of blobs. To address these issues,
the probabilistic methods model this lack of precision as a noise. Unlike of the merging case, the
various approaches used to track people can’t predict a split-up situation. This case can be dealt
by using a non-linear filter with a joint state space, but the temporal and computational
complexity of these methods makes them less effective for real-time tracking applications.
In the scope of our project, we will develop a tracking application able to track objects from their
entry up until their exit from a given analysis zone. In our case, the interest object is a blob that
may include at least one people and the main limitation is to manage a variable number of these
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
4
interest objects. Moreover, the algorithm must be able to store in memory the entry/exit points of
each object notably when these blobs merge and/or split up (appearance and disappearance of
objects of interest in the analysis zone).
3. MULTIPLE-TARGET TRACKING ARCHITECTURE
A large number of methods for tracking multiple targets have been proposed by the scientific
community. Nonetheless, the problem of tracking a large number of people in heavily-populated
environments remains difficult and has not been sufficiently addressed.
In order to resolve this problem, we have perfected an application for tracking trajectories that
combines several algorithms. The main components are shown in Figure 2.
Figure 2. Multiple-target tracking architecture.
The aim of the background extraction module is detecting moving regions. These regions present
the input into the multi-target tracking module that is the main module of our architecture. It
consists for managing the merging/splitting of interest objects obtained from the background
extraction component, and provides a hybrid tracking mode that combines two tracking methods.
The first tracking method consists to make matching between detected blobs in the simple cases
(single-to-single) which is a quick and very efficient method. The second tracking method is
based on the colour distribution to remedy the merging issue (single-to-multiple). In fact, once
blobs have been merged, making just a simple matching of distributions is no longer conceivable.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
5
3.1. Background extraction module
The background extraction module (Adaptive Background Mixture Model) identifies the moving
regions in each image of the sequence. It computes a map of the distances between each of the
pixels in the current image and a reference image that models the static parts of the image stream
to be analyzed.
More specifically, we use the background subtraction technique proposed by Stauffer and
Grimson[10] and modified by Shimada and Arita[9] where each pixel is modelled using a mixture
of Gaussian distributions whose the number may vary throughout time.
3.2. Multi-target tracking methods
The used tracking method rests on the continuous updating of blob attributes during the tracking.
It consists on the association of detected blobs until the latter be merged or splitted. In the case of
splitting blob and in order to save a continuous trajectory for each new one, we simply have to
identify the objects resulting from the splitted blob. When blobs are merged, we must also detect
this occurs. This step is described in the next Section.
To be able to track objects in real-time, we combined two tracking algorithms. The first one is a
histogram matching algorithm which is used for the isolated interest objects. It based on the
measure of matching pairs. For this step, we use a Bhattacharya metric for comparing the HSV
colour histograms calculated on N bins (see Eq.1)
N-1
i i
obj1 obj2 obj1 obj2
i=0
d(H ,H ) = 1- H .H∑ 1
The second method tracks colour distributions that used for interest objects after their merging.
Concretely, we apply the mean shift method. Then, the search for the target at the current time is
based on colour distributions (histograms) in a simple geometric area. More specifically, starting
from the image of the object at time t, we try to identify the area having the same colour as the
initial object using a rectangular area that selected from an image at time t+1. The estimation of
the new distribution having the same size and position of the target in the image at time t, consists
to use an analysis model. This model moved around the research area until we find the area that
matches’ the best. We perform each time the following steps:
1. Calculate the barycentre of each pixel (x,y) in the window, as well as their sum (zero-
order moment).
10 01
00 10 01,
, , 00 00
( , ), ( , ), ( , ) ,c cx y
x y x y
M M
M I x y M xI x y M yI x y x y
M M
= = = ⇒ = =∑ ∑ ∑
2. Adjust the rectangle encompassing the target on the barycentre coordinates (xc , yc).
3.3. Trajectory database
The trajectory database contains the trajectories calculated during the tracking process. Each
trajectory is defined by 4 data items: entry points, exit points, time of entry, and time of exit.
Based on this data, the some measurements can be extracted such as how often customers move
in each direction, density of people, people waiting time, etc.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
6
4. MANAGEMENT OF CHANGING OBJECTS
In order to resolve the splitting/merging issues, we use two different methods.
4.1. Splitting objects
The separation of an object (or blob) at time t into a set of related objects (or blobs) at time t+1
can be predicted by applying an erosion function to the object at time t. Figure 3 illustrates the
utility of erosion for separating touching objects. Figures 3-a and 3-b and illustrates how erosion
could predict separation into blob. The iteration number of the erosion operator is depending on
the rate frame the image stream acquisition. In our case, we set the number of iterations to 2 with
a rate frame equal to 25fps. In this way, the eroded blob enables to distinguish the following
cases:
1. If the set of child blobs, resulting from the application of the erosion operator on the
parent blob, is included in the set of candidate blobs that detected in the image at time
t+1, then each blob in this set will inherit the same information from the parent blob at
time t (access point, time of entry, path segment), and then the parent blob will be
deleted. The matching between the predicted blobs and detected blobs is made by the
histogram comparison algorithm.
2. Otherwise, the set of child blobs resulting from the erosion of the parent blob will be
temporarily saved in the list of interest objects.
Figure 3. Illustration for separating touching objects in binary image using erosion operator.
Figure 4. Prediction of the separation of objects at time t+1 using the “erosion” operator.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
7
4.2. Merging objects
The merging situation is produced when there are junctions or overlapping the paths of the
interest objects. Consequently, these last situations results a new connected blob covering those
objects. Tracking these objects using just a simple histogram matching method is practically
impossible. In this case, the objects are tracked using a colour distribution estimation method that
applies a mean shift algorithm to resolve the merging issue. However, merging objects must first
be detected before applying this type of tracking method. The merging of two interest objects is
detected by calculating the overlap using the following formula:
( )
1,
( , ) min( ( ), ( ))
0,
t t
i j
rt t t t
i j i j
surface Obj Obj
S
Overlap Obj Obj surface Obj surface Obj
sinon
∩
>
=





where Sr is the threshold of the overlap.
5. RESULTS
Our method is based on two solutions: the first, by choosing an appropriate tracking algorithm
able to reduce the computing time as much as possible. The second lets us efficiently process the
tracking of blobs when they merge or split up especially in what concerns the storage of their
trajectory histories.
The tracking process (Figure 5) is started as soon as the rectangle covering the detected blob
intersects with the analysis area (yellow rectangle). In Figure 5-a, the detected blob (blue
rectangle) at the entrance of the analysis zone is composed of two people. Then, these people are
going into two different directions which will lead to their separation and creating of two new
blobs containing each one a single people. After having predicted their separation, the two new
targets will still keep the same colour before their separation. Figure 5-b illustrates how people
can be tracked when they merge and how it is easy to track them in this type of situation with the
mean shift algorithm. We note that the targets outside the purple square will be discarded by the
system.
(a) Illustration of two people separating.
(b) Illustration of three people merging.
Figure. 5: Example of multi-target tracking with overhead camera.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
8
After having compared our algorithm with non-linear methods, we can confirm that these
methods are inefficient because they assume that a blob corresponds to only one state space
( Figure 6).
Figure. 6: Limitation of the non-linear tracker.
A blob is considered as a single object, thus the instability of the tracking in the event that it splits
up. Another weakness of using these methods is that the presence of large number of objects in
the analysis area may considerably slow down the algorithm’s computation time. In fact, the
function of the cost of object matching with another depends on the number of hypotheses, the
geometry of the bounding boxes, their size and the number of the bins used for calculating their
colour histograms.
In terms of performance, we compared our tracking method with many particle filters tracking
launched together. Objects were tracked with the particle filter with histograms coded on 110 bins
and using 100 particles.
(a) Graph of the CPU time spent by the particle filter and our proposed method, to track multiple targets.
This time is proportional to the number of targets to track and their size.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
9
(b) Graph of CPU resources used when tracking multiple-targets using the particle filter and our
proposed method.
Figure 7. CPU resources used by various tracking methods.
Figures 7-a and 7-b compare the cost of using parallel particle filters with our method. For
tracking using the mean shift algorithm and the comparison of histograms, we used 3D
histograms coded on 10 bins. Tracking by particle filter slows down when the size of the objects
to track is relatively large (blue peak). Increasing the number of objects also slows down the
tracking process. This increases the CPU resources consumption due to the calculation of the
comparisons of the histograms corresponding to the observations (particles).
Our method presents some limitations when using side-view cameras. In this configuration, the
problem with tracking people becomes particularly difficult due to complete occlusions. As a
whole, the objects are correctly tracked; although sometimes the model drops a target only to pick
it up again later in the following sequences.
Table 1. People counting results from commercial deployments.
People counting results from commercial deployments.
Camera ID Ground truth count Nb People Accuracy
1 30 29 96.6
2 73 69 94.5
3 147 136 92.5
4 91 85 93.4
5 78 73 93.6
6 206 188 91.3
7 324 308 95.1
8 145 127 87.6
9 709 665 93.8
Table 1 shows people counting results from a number of customer. The camera views are
illustrated in Figure 6. Our ground truth contents 24 hours of video from these scenarios and
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
10
measured counting accuracy by comparing the manual ground truth count with that reported by
our system. In most deployments the counting accuracy of the system was around 93%. The
primary reason for undercounting was occlusions due to large crowds. Over-counting was caused
mostly by non-human targets like chariot detected as humans.
5. CONCLUSION
This system proposed for people tracking in a shopping centre provides an original solution to the
problem thanks to its hybrid method that is able to correctly manage the merging and splitting up
of targets. We tested our algorithm in real-life situations and the results that we obtained allowed
us to evaluate the ability of our system to track a large number of targets in a small area.
However, we also observed that when a target is partially hidden, our algorithm quickly diverges
and can't insure a continues tracking.
REFERENCES
[1] Bhattacharyya, A. On a measure of divergence between two statistical populations defined by their
probability distributions. In Bulletin of the Calcutta Mathematical Society. 1943
[2] Mykhaylo Andriluka, Stefan Roth, and Bernt Schiele. People-tracking-by-detection and people-
detection-by-tracking. In IEEE Conference on Computer Vision and Pattern Recognition (CVPR08),
2008.
[3] Kheir-Eddine Aziz, Djamel Merad, Nicolas Thome, and Bernard Fertil. Pedestrian head detection and
tracking using graph skeleton for people counting in crowded environments. In Proceedings of the
12th IAPR Conference on Machine Vision Applications (MVA), pages 252–256. IAPR, June 2011.
[4] Stanley T. Birchfield and Sriram Rangarajan. Spatial histograms for region-based tracking.
Electronics and Telecommunications Research Institute (ETRI) Journal, 29(5):697–699, october
2007.
[5] Ahmed Elgammal, Ramani Duraiswami, and Larry S. Davis. Probabilistic tracking in joint feature-
spatial spaces. In Proceedings of the 2003 IEEE computer society conference on Computer vision and
pattern recognition, CVPR’03, pages 781–788, Washington, DC, USA, 2003. IEEE Computer
Society.
[6] Daniel Gatica-Perez, Jean-Marc Odobez, Sileye O. Ba, Kevin C. Smith, and Guillaume Lathoud.
Tracking people in meetings with particles. In Proc. Int. Workshop on Image Analysis for Multimedia
Interactive Services (WIAMIS), invited paper, June 2005.
[7] Niloofar Gheissari, Thomas B. Sebastian, and Richard Hartley. Person reidentification using
spatiotemporal appearance. In CVPR, CVPR’06, pages 1528–1535, Washington, DC, USA, 2006.
IEEE Computer Society.
[8] Michael S. Ryoo and Jake K. Aggarwal. Observe-and-explain: A new approach for multiple
hypotheses tracking of humans and objects. In CVPR, 2008.
[9] Atsushi Shimada, Daisaku Arita, and Rin-ichiro Taniguchi. Dynamic control of adaptive mixture-of-
gaussians background model. In Proceedings of the IEEE International Conference on Video and
Signal Based Surveillance, AVSS ’06, pages 5–13, Washington, DC, USA, 2006. IEEE Computer
Society.
[10] Chris Stauffer and W. Eric L. Grimson. Learning patterns of activity using real-time tracking. IEEE
Trans. Pattern Anal. Mach. Intell., 22:747–757, August 2000.
Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015
11
[11] Nicolas Thome, Djamel Merad, and Serge Miguet. Learning articulated appearance models for
tracking humans: A spectral graph matching approach. Image Commun., 23:769–787, November
2008.
[12] Raquel Urtasun and Pascal Fua. 3d Human Body Tracking using Deterministic Temporal Motion
Models. Technical report, 2004.
[13] Zhaowen Wang, Xiaokang Yang, Yi Xu, and Songyu Yu. Camshift guided particle filter for visual
tracking. Pattern Recogn. Lett., 30:407–413, March 2009.
AUTHORS
Kheireddine AZIZ is a research engineer at SeaTech Toulon since 2014. He
received his research master degree image processing from Caen Basse Normandie
University in 2006. He received his professional master degree in database and
image processing from Caen Basse Normandie University in 2007. After Ph.D
degree in computer science from Aix-Marseille University and Cliris group
company at 2012 on Multiperson tracking in constrained environment, he worked
at IMRAEUROPE specialized in intelligent automotive application and Rn3d Lab.
Djamal MERAD After an initial training of engineer, supplemented by a DEA in
Image and vision at the University of Nice, Djamal Merad concluded its academic
formation by a doctorate in Robotics at the university from Evry. In September
2008, it integrates the team Images and Models of LSIS lab. as a university
lecturer. Since, his research activity is focused on the pattern recognition field and
he has participated in several research projects.
Jean-Luc Damoiseaux is associate professor Aix-Marseille University After a
DEA in Artifical Intelligence at the University of the Mediterranean of Marseille,
Jean-Luc Damoiseaux concluded its academic formation by a doctorate in pattern
recognition at the University of Avignon and Pays de Vaucluse. Since 2002, he's
working at the department of Networks and Telecommunications of the Aix-
Marseille University Institute of Technology; currently is the director of this
department.
Pierre Drap is researcher in CNRS, France, since 1997. In 2008 he joins the
Image and Model team in the Since 2004, he was involved as partner or leader in
more than 10 national or international projects dealing with these topics.

More Related Content

What's hot

A Survey on Approaches for Object Tracking
A Survey on Approaches for Object TrackingA Survey on Approaches for Object Tracking
A Survey on Approaches for Object Tracking
journal ijrtem
 
Exploration of Normalized Cross Correlation to Track the Object through Vario...
Exploration of Normalized Cross Correlation to Track the Object through Vario...Exploration of Normalized Cross Correlation to Track the Object through Vario...
Exploration of Normalized Cross Correlation to Track the Object through Vario...
iosrjce
 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
International Journal of Technical Research & Application
 
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
ijtsrd
 
Image Registration
Image RegistrationImage Registration
Image Registration
Angu Ramesh
 
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
IJCSEA Journal
 
MRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesMRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT Features
IJMTST Journal
 
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET Journal
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
eSAT Journals
 
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G [IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
IJET - International Journal of Engineering and Techniques
 
Survey on video object detection & tracking
Survey on video object detection & trackingSurvey on video object detection & tracking
Survey on video object detection & tracking
ijctet
 
Obstacle detection for autonomous systems using stereoscopic images and bacte...
Obstacle detection for autonomous systems using stereoscopic images and bacte...Obstacle detection for autonomous systems using stereoscopic images and bacte...
Obstacle detection for autonomous systems using stereoscopic images and bacte...
IJECEIAES
 
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
ijitcs
 
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ijitjournal
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
IOSR Journals
 
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
CSCJournals
 
Robust Clustering of Eye Movement Recordings for Quanti
Robust Clustering of Eye Movement Recordings for QuantiRobust Clustering of Eye Movement Recordings for Quanti
Robust Clustering of Eye Movement Recordings for Quanti
Giuseppe Fineschi
 
Long-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure RecoveryLong-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure Recovery
TELKOMNIKA JOURNAL
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
inventy
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
sipij
 

What's hot (20)

A Survey on Approaches for Object Tracking
A Survey on Approaches for Object TrackingA Survey on Approaches for Object Tracking
A Survey on Approaches for Object Tracking
 
Exploration of Normalized Cross Correlation to Track the Object through Vario...
Exploration of Normalized Cross Correlation to Track the Object through Vario...Exploration of Normalized Cross Correlation to Track the Object through Vario...
Exploration of Normalized Cross Correlation to Track the Object through Vario...
 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
 
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
Linearity of Feature Extraction Techniques for Medical Images by using Scale ...
 
Image Registration
Image RegistrationImage Registration
Image Registration
 
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
 
MRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT FeaturesMRI Brain Tumour Classification Using SURF and SIFT Features
MRI Brain Tumour Classification Using SURF and SIFT Features
 
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G [IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
[IJET V2I5P5] Authors: CHETANA M, SHIVA MURTHY. G
 
Survey on video object detection & tracking
Survey on video object detection & trackingSurvey on video object detection & tracking
Survey on video object detection & tracking
 
Obstacle detection for autonomous systems using stereoscopic images and bacte...
Obstacle detection for autonomous systems using stereoscopic images and bacte...Obstacle detection for autonomous systems using stereoscopic images and bacte...
Obstacle detection for autonomous systems using stereoscopic images and bacte...
 
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
CELL TRACKING QUALITY COMPARISON BETWEEN ACTIVE SHAPE MODEL (ASM) AND ACTIVE ...
 
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
Medical Image Analysis Through A Texture Based Computer Aided Diagnosis Frame...
 
Robust Clustering of Eye Movement Recordings for Quanti
Robust Clustering of Eye Movement Recordings for QuantiRobust Clustering of Eye Movement Recordings for Quanti
Robust Clustering of Eye Movement Recordings for Quanti
 
Long-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure RecoveryLong-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure Recovery
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
 

Viewers also liked

Recognition of historical records
Recognition of historical recordsRecognition of historical records
Recognition of historical records
sipij
 
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTSMULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
sipij
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
sipij
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
sipij
 
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETA BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
sipij
 
An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...
sipij
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
sipij
 
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
sipij
 
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
sipij
 
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATIONA FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
sipij
 
Automatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchenAutomatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchen
sipij
 
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
sipij
 
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGA R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
sipij
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
sipij
 
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
sipij
 
Stem calyx recognition of an apple using shape descriptors
Stem   calyx recognition of an apple using shape descriptorsStem   calyx recognition of an apple using shape descriptors
Stem calyx recognition of an apple using shape descriptors
sipij
 
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
sipij
 
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONSDETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
sipij
 

Viewers also liked (18)

Recognition of historical records
Recognition of historical recordsRecognition of historical records
Recognition of historical records
 
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTSMULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
MULTIPLE OBJECTS TRACKING IN SURVEILLANCE VIDEO USING COLOR AND HU MOMENTS
 
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
DESIGN REALIZATION AND PERFORMANCE EVALUATION OF AN ACOUSTIC ECHO CANCELLATIO...
 
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
AN MINIMUM RECONFIGURATION PROBABILITY ROUTING ALGORITHM FOR RWA IN ALL-OPTIC...
 
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SETA BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
A BINARY TO RESIDUE CONVERSION USING NEW PROPOSED NON-COPRIME MODULI SET
 
An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...An Innovative Moving Object Detection and Tracking System by Using Modified R...
An Innovative Moving Object Detection and Tracking System by Using Modified R...
 
Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...Optimized Biometric System Based on Combination of Face Images and Log Transf...
Optimized Biometric System Based on Combination of Face Images and Log Transf...
 
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
Objective Quality Assessment of Image Enhancement Methods in Digital Mammogra...
 
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
FUZZY CLUSTERING BASED GLAUCOMA DETECTION USING THE CDR
 
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATIONA FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
A FLUXGATE SENSOR APPLICATION: COIN IDENTIFICATION
 
Automatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchenAutomatic meal inspection system using lbp hf feature for central kitchen
Automatic meal inspection system using lbp hf feature for central kitchen
 
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS A STUDY OF SPECKLE NOISE REDUCTION FILTERS
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
 
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSINGA R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
A R EVIEW P APER : N OISE M ODELS IN D IGITAL I MAGE P ROCESSING
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
 
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
Efficient pu mode decision and motion estimation for h.264 avc to hevc transc...
 
Stem calyx recognition of an apple using shape descriptors
Stem   calyx recognition of an apple using shape descriptorsStem   calyx recognition of an apple using shape descriptors
Stem calyx recognition of an apple using shape descriptors
 
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
INHIBITION AND SET-SHIFTING TASKS IN CENTRAL EXECUTIVE FUNCTION OF WORKING ME...
 
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONSDETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
DETERMINATION OF BURIED MAGNETIC MATERIAL’S GEOMETRIC DIMENSIONS
 

Similar to A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveillance Camera : Application for Behavioural Marketing

p-1.pdf
p-1.pdfp-1.pdf
An improved particle filter tracking
An improved particle filter trackingAn improved particle filter tracking
An improved particle filter tracking
ijcsit
 
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
QUESTJOURNAL
 
D018112429
D018112429D018112429
D018112429
IOSR Journals
 
15 8484 9348-1-rv crowd edit septian
15 8484 9348-1-rv crowd edit septian15 8484 9348-1-rv crowd edit septian
15 8484 9348-1-rv crowd edit septian
IAESIJEECS
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multiple
IAEME Publication
 
Crowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line FilteringCrowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line Filtering
paperpublications3
 
Leave a Trace - A People Tracking System Meets Anomaly Detection
Leave a Trace - A People Tracking System Meets Anomaly DetectionLeave a Trace - A People Tracking System Meets Anomaly Detection
Leave a Trace - A People Tracking System Meets Anomaly Detection
ijma
 
IRJET- Survey on Detection of Crime
IRJET-  	  Survey on Detection of CrimeIRJET-  	  Survey on Detection of Crime
IRJET- Survey on Detection of Crime
IRJET Journal
 
Crowd Recognition System Based on Optical Flow Along with SVM classifier
Crowd Recognition System Based on Optical Flow Along with SVM classifierCrowd Recognition System Based on Optical Flow Along with SVM classifier
Crowd Recognition System Based on Optical Flow Along with SVM classifier
IJECEIAES
 
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
sipij
 
528 439-449
528 439-449528 439-449
528 439-449
idescitation
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
IJERA Editor
 
A novel enhanced algorithm for efficient human tracking
A novel enhanced algorithm for efficient human trackingA novel enhanced algorithm for efficient human tracking
A novel enhanced algorithm for efficient human tracking
IJICTJOURNAL
 
50120140502009
5012014050200950120140502009
50120140502009
IAEME Publication
 
Implementation of Object Tracking for Real Time Video
Implementation of Object Tracking for Real Time VideoImplementation of Object Tracking for Real Time Video
Implementation of Object Tracking for Real Time Video
IDES Editor
 
Hybrid Approach for Brain Tumour Detection in Image Segmentation
Hybrid Approach for Brain Tumour Detection in Image SegmentationHybrid Approach for Brain Tumour Detection in Image Segmentation
Hybrid Approach for Brain Tumour Detection in Image Segmentation
ijtsrd
 
F1063337
F1063337F1063337
F1063337
IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
GROUPING OBJECTS BASED ON THEIR APPEARANCE
GROUPING OBJECTS BASED ON THEIR APPEARANCEGROUPING OBJECTS BASED ON THEIR APPEARANCE
GROUPING OBJECTS BASED ON THEIR APPEARANCE
ijaia
 

Similar to A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveillance Camera : Application for Behavioural Marketing (20)

p-1.pdf
p-1.pdfp-1.pdf
p-1.pdf
 
An improved particle filter tracking
An improved particle filter trackingAn improved particle filter tracking
An improved particle filter tracking
 
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operatorProposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
Proposed Multi-object Tracking Algorithm Using Sobel Edge Detection operator
 
D018112429
D018112429D018112429
D018112429
 
15 8484 9348-1-rv crowd edit septian
15 8484 9348-1-rv crowd edit septian15 8484 9348-1-rv crowd edit septian
15 8484 9348-1-rv crowd edit septian
 
Schematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multipleSchematic model for analyzing mobility and detection of multiple
Schematic model for analyzing mobility and detection of multiple
 
Crowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line FilteringCrowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line Filtering
 
Leave a Trace - A People Tracking System Meets Anomaly Detection
Leave a Trace - A People Tracking System Meets Anomaly DetectionLeave a Trace - A People Tracking System Meets Anomaly Detection
Leave a Trace - A People Tracking System Meets Anomaly Detection
 
IRJET- Survey on Detection of Crime
IRJET-  	  Survey on Detection of CrimeIRJET-  	  Survey on Detection of Crime
IRJET- Survey on Detection of Crime
 
Crowd Recognition System Based on Optical Flow Along with SVM classifier
Crowd Recognition System Based on Optical Flow Along with SVM classifierCrowd Recognition System Based on Optical Flow Along with SVM classifier
Crowd Recognition System Based on Optical Flow Along with SVM classifier
 
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
Maxillofacial Pathology Detection Using an Extended a Contrario Approach Comb...
 
528 439-449
528 439-449528 439-449
528 439-449
 
Gj3511231126
Gj3511231126Gj3511231126
Gj3511231126
 
A novel enhanced algorithm for efficient human tracking
A novel enhanced algorithm for efficient human trackingA novel enhanced algorithm for efficient human tracking
A novel enhanced algorithm for efficient human tracking
 
50120140502009
5012014050200950120140502009
50120140502009
 
Implementation of Object Tracking for Real Time Video
Implementation of Object Tracking for Real Time VideoImplementation of Object Tracking for Real Time Video
Implementation of Object Tracking for Real Time Video
 
Hybrid Approach for Brain Tumour Detection in Image Segmentation
Hybrid Approach for Brain Tumour Detection in Image SegmentationHybrid Approach for Brain Tumour Detection in Image Segmentation
Hybrid Approach for Brain Tumour Detection in Image Segmentation
 
F1063337
F1063337F1063337
F1063337
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
GROUPING OBJECTS BASED ON THEIR APPEARANCE
GROUPING OBJECTS BASED ON THEIR APPEARANCEGROUPING OBJECTS BASED ON THEIR APPEARANCE
GROUPING OBJECTS BASED ON THEIR APPEARANCE
 

Recently uploaded

Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
BibashShahi
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
DianaGray10
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Neo4j
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
Safe Software
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
Edge AI and Vision Alliance
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 

Recently uploaded (20)

Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
Principle of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptxPrinciple of conventional tomography-Bibash Shahi ppt..pptx
Principle of conventional tomography-Bibash Shahi ppt..pptx
 
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectorsConnector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
Connector Corner: Seamlessly power UiPath Apps, GenAI with prebuilt connectors
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024Northern Engraving | Nameplate Manufacturing Process - 2024
Northern Engraving | Nameplate Manufacturing Process - 2024
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
Essentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation ParametersEssentials of Automations: Exploring Attributes & Automation Parameters
Essentials of Automations: Exploring Attributes & Automation Parameters
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
“How Axelera AI Uses Digital Compute-in-memory to Deliver Fast and Energy-eff...
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 

A Hybrid Architecture for Tracking People in Real-Time Using a Video Surveillance Camera : Application for Behavioural Marketing

  • 1. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 DOI : 10.5121/sipij.2015.6601 1 A HYBRID ARCHITECTURE FOR TRACKING PEOPLE IN REAL-TIME USING A VIDEO SURVEILLANCE CAMERA: APPLICATION FOR BEHAVIOURAL MARKETING Kheireddine AZIZ1 , Djamal MERAD2 , Jean-Luc DAMOISEAUX3 and Pierre DRAP2 1 SeaTech Toulon, Toulon University, La Gardes, France 2 LSIS Lab, Aix-Marseille University, Marseille, France 3 IUT R&T, Aix-Marseille University, Marseille, France ABSTRACT This paper describes a novel method for tracking customers using images taken from video-surveillance cameras. This system analyzes the number of customers and their motions through the aisles of big-box stores (supermarkets) in real-time. The originality of our approach is based on the study of the blobs properties for managing the splitting/merging issues using a mathematical morphology operator. In the order hand, in order to manage a high number of customers in real-time, we combine the advantage of two tracking algorithms. KEYWORDS Deterministic tracking, splitting/merging blobs, behavioural marketing. 1. INTRODUCTION The economic climate since 2008, as well as increasing competitive pressure has forced major retailers to diversify their sale offers (drive-thru, e-commerce, etc.) and also to improve the performance of their commercial outlets. The work presented here falls within the scope of behavioural marketing analysis by video, and aims to better understand the purchasing behaviour of customers by analyzing their motions in a densely-populated sales area covered by a single camera. Our industrial partner required us to use the camera network that was already in place and that was initially designed for video- surveillance. Using overhead cameras, we should determine the trajectory of customers in the retail space and manage the occlusions and/or interaction issues between people. In the retail space, understand and analyze the evolution of the trajectory and the consumption of a customer has several goals. First, these data provide a concrete vision on surfaces to sell a brand to a particular location in the store. They also provide a number of operations as a tool of direct marketing such as the presentation of samples of new products or the development of end displays.
  • 2. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 2 Analyze the trajectory of the customer has the advantage of better manage and allocate human resources, according to the measures of the frequentation at the rays at specific times and waiting times for customers at checkout. These analyse further review and reorganize the plan of the store and the areas allocated by department promoting impulse purchases. These methods provide an effective way to calibrate the surface of a point of sale depending on the extent of his attendance and sales. Finally, it will improve the personalization of offers. This is possible due to the extraction and analysis of gaze orientation clients and analyzing their trajectories. Figure 1. Notion of the blob. Generally, in a sales area, a stream of customers is frequently seen on camera as a connected blob (Figure 1). This pixel-based entity can be further broken down inside analysis area and then generate other ones. Moreover, the interest objects that are initially separated may merge during motion and form then a new connected blob grouping them together. If a blob splits up inside the analysis zone, it would be necessary to save the information coming from these new blobs. In this case, it is essential to be able to predict the splitting of the blob at time t+1. In our method, applying a mathematical morphology operator (erosion) on the blob at time t allows to make this prediction. In the event that the blob splits up, the set of new blobs will share the same spatio- temporal information from the original blob (path segment before separation, time and access point of the analysis zone, etc.). As for their merging, this is detected by calculating the overlapping of neighbouring blobs. In the following sections, we discuss the latest developments in tracking field and present the architecture of our proposed solution with a description of each component. We conclude this study by analysis our results. 2. STATE-OF-THE-ART The tracking of people is fundamental in all video-based behaviour analysis systems. In literature, we find several research studies that summarize the various methods for tracking objects. We can class them into two categories: deterministic and probabilistic approaches. With deterministic approaches, objects are tracked either by the association of observations, or by resolving an optimization problem. Gheissari [7]et al. split the silhouette into a set of homogenous regions characterized by points of interest. These points are then compared to determine if there are any matches between the two sets, the detection of a person is deduced based on their numbers. Thome et al.[11] propose a method more robust against occlusions that use a template to identify shapes, then by determining the maximum of the correlation function between the template of the person at time t and the person to locate in the image at time t+1. In the same category, we can mention the work of Aziz et al.[3]. Using a graphical model of the human body, they are able to identify people’s heads and track them. Using this method, they are able to remedy the issue of
  • 3. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 3 occlusions. Urtasun and Fua[12] conducted a 3D tracking of the human body by shape recognition using volumetric primitives obtained from the principal component analysis (PCA). Using these primitives, the authors were able to describe the movements as being a linear combination of “distinctive motion vectors”, and to estimate the posture of a person by minimizing a cost function of their 3D model and data provided by stereo cameras. Approaches based on probabilistic methods have been used to compensate for problems with deterministic methods which there are confusion of subject and occlusions (partial, complete) issues for multiple objects tracking. Elgammal et al.[5] proposed a method for tracking people by modelling as random variables the values and location of feature element composing the interest region. The predicted location of the object is obtained by finding the geometric transformation between two consecutive images able to maximize a similarity function using the mean shift algorithm. Perez et al.[6] and Stanley et al.[4] used a particle filter for tracking people. The accepted observation model was a histogram defined as the concatenation of the 2D – Hue-Saturation histogram and the brightness component V added when the chrominance component are too weak; while the latter used a spatiogram that included for each bin the average value and covariance of the pixel location contributing to each bin. Ryoo et al.[8] put forward an approach for tracking people and objects in highly-occluded areas. They introduced a new paradigm for tracking of multiple hypotheses “observe and explain” as opposed to the old paradigm of “suppose and test”. During tracking and at each multiple hypothesis, the system switches into “Observation” mode and waits until collecting enough data. This approach offers many possibilities for tracking by generating several probable “explanations” after having gathered a sufficient quantity of observations. Works combining both tracking methods have also been proposed. Wang et al.[13] make this using the mean shift algorithm combined with a particle filter; the former is used to optimize the scale and position of each particle, while the latter due to its multi-hypothetical nature enables the mean shift to manage the redundancy of the particles. Andriluka et al.[2], for their part, used an articulated people detection model for tracking by combining a deterministic approach (tracking by detection) with a limb-detection method. This allowed them to build a robust and dynamic human model that can be extended for people detection in a more reliable way. The approximate posture of each person is detected according the local features that model the appearance of different human body parts. A previous knowledge of possible articulations and the temporal consistency within the walk cycle are modelled using a hierarchical Gaussian process with a latent variable model. The methods for tracking people described above are designed to track a limited number of people, and moreover their effectiveness depends on the field of application. In real-life scenarios, difficulties may arise when a single object splits into two or more regions (or "blobs"). Likewise, the same applies when two moving objects merge into a single blob. The tracking algorithm must then be able to recognize this type of situation and react accordingly, with the ability to match a given number of objects with a given number of blobs. To address these issues, the probabilistic methods model this lack of precision as a noise. Unlike of the merging case, the various approaches used to track people can’t predict a split-up situation. This case can be dealt by using a non-linear filter with a joint state space, but the temporal and computational complexity of these methods makes them less effective for real-time tracking applications. In the scope of our project, we will develop a tracking application able to track objects from their entry up until their exit from a given analysis zone. In our case, the interest object is a blob that may include at least one people and the main limitation is to manage a variable number of these
  • 4. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 4 interest objects. Moreover, the algorithm must be able to store in memory the entry/exit points of each object notably when these blobs merge and/or split up (appearance and disappearance of objects of interest in the analysis zone). 3. MULTIPLE-TARGET TRACKING ARCHITECTURE A large number of methods for tracking multiple targets have been proposed by the scientific community. Nonetheless, the problem of tracking a large number of people in heavily-populated environments remains difficult and has not been sufficiently addressed. In order to resolve this problem, we have perfected an application for tracking trajectories that combines several algorithms. The main components are shown in Figure 2. Figure 2. Multiple-target tracking architecture. The aim of the background extraction module is detecting moving regions. These regions present the input into the multi-target tracking module that is the main module of our architecture. It consists for managing the merging/splitting of interest objects obtained from the background extraction component, and provides a hybrid tracking mode that combines two tracking methods. The first tracking method consists to make matching between detected blobs in the simple cases (single-to-single) which is a quick and very efficient method. The second tracking method is based on the colour distribution to remedy the merging issue (single-to-multiple). In fact, once blobs have been merged, making just a simple matching of distributions is no longer conceivable.
  • 5. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 5 3.1. Background extraction module The background extraction module (Adaptive Background Mixture Model) identifies the moving regions in each image of the sequence. It computes a map of the distances between each of the pixels in the current image and a reference image that models the static parts of the image stream to be analyzed. More specifically, we use the background subtraction technique proposed by Stauffer and Grimson[10] and modified by Shimada and Arita[9] where each pixel is modelled using a mixture of Gaussian distributions whose the number may vary throughout time. 3.2. Multi-target tracking methods The used tracking method rests on the continuous updating of blob attributes during the tracking. It consists on the association of detected blobs until the latter be merged or splitted. In the case of splitting blob and in order to save a continuous trajectory for each new one, we simply have to identify the objects resulting from the splitted blob. When blobs are merged, we must also detect this occurs. This step is described in the next Section. To be able to track objects in real-time, we combined two tracking algorithms. The first one is a histogram matching algorithm which is used for the isolated interest objects. It based on the measure of matching pairs. For this step, we use a Bhattacharya metric for comparing the HSV colour histograms calculated on N bins (see Eq.1) N-1 i i obj1 obj2 obj1 obj2 i=0 d(H ,H ) = 1- H .H∑ 1 The second method tracks colour distributions that used for interest objects after their merging. Concretely, we apply the mean shift method. Then, the search for the target at the current time is based on colour distributions (histograms) in a simple geometric area. More specifically, starting from the image of the object at time t, we try to identify the area having the same colour as the initial object using a rectangular area that selected from an image at time t+1. The estimation of the new distribution having the same size and position of the target in the image at time t, consists to use an analysis model. This model moved around the research area until we find the area that matches’ the best. We perform each time the following steps: 1. Calculate the barycentre of each pixel (x,y) in the window, as well as their sum (zero- order moment). 10 01 00 10 01, , , 00 00 ( , ), ( , ), ( , ) ,c cx y x y x y M M M I x y M xI x y M yI x y x y M M = = = ⇒ = =∑ ∑ ∑ 2. Adjust the rectangle encompassing the target on the barycentre coordinates (xc , yc). 3.3. Trajectory database The trajectory database contains the trajectories calculated during the tracking process. Each trajectory is defined by 4 data items: entry points, exit points, time of entry, and time of exit. Based on this data, the some measurements can be extracted such as how often customers move in each direction, density of people, people waiting time, etc.
  • 6. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 6 4. MANAGEMENT OF CHANGING OBJECTS In order to resolve the splitting/merging issues, we use two different methods. 4.1. Splitting objects The separation of an object (or blob) at time t into a set of related objects (or blobs) at time t+1 can be predicted by applying an erosion function to the object at time t. Figure 3 illustrates the utility of erosion for separating touching objects. Figures 3-a and 3-b and illustrates how erosion could predict separation into blob. The iteration number of the erosion operator is depending on the rate frame the image stream acquisition. In our case, we set the number of iterations to 2 with a rate frame equal to 25fps. In this way, the eroded blob enables to distinguish the following cases: 1. If the set of child blobs, resulting from the application of the erosion operator on the parent blob, is included in the set of candidate blobs that detected in the image at time t+1, then each blob in this set will inherit the same information from the parent blob at time t (access point, time of entry, path segment), and then the parent blob will be deleted. The matching between the predicted blobs and detected blobs is made by the histogram comparison algorithm. 2. Otherwise, the set of child blobs resulting from the erosion of the parent blob will be temporarily saved in the list of interest objects. Figure 3. Illustration for separating touching objects in binary image using erosion operator. Figure 4. Prediction of the separation of objects at time t+1 using the “erosion” operator.
  • 7. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 7 4.2. Merging objects The merging situation is produced when there are junctions or overlapping the paths of the interest objects. Consequently, these last situations results a new connected blob covering those objects. Tracking these objects using just a simple histogram matching method is practically impossible. In this case, the objects are tracked using a colour distribution estimation method that applies a mean shift algorithm to resolve the merging issue. However, merging objects must first be detected before applying this type of tracking method. The merging of two interest objects is detected by calculating the overlap using the following formula: ( ) 1, ( , ) min( ( ), ( )) 0, t t i j rt t t t i j i j surface Obj Obj S Overlap Obj Obj surface Obj surface Obj sinon ∩ > =      where Sr is the threshold of the overlap. 5. RESULTS Our method is based on two solutions: the first, by choosing an appropriate tracking algorithm able to reduce the computing time as much as possible. The second lets us efficiently process the tracking of blobs when they merge or split up especially in what concerns the storage of their trajectory histories. The tracking process (Figure 5) is started as soon as the rectangle covering the detected blob intersects with the analysis area (yellow rectangle). In Figure 5-a, the detected blob (blue rectangle) at the entrance of the analysis zone is composed of two people. Then, these people are going into two different directions which will lead to their separation and creating of two new blobs containing each one a single people. After having predicted their separation, the two new targets will still keep the same colour before their separation. Figure 5-b illustrates how people can be tracked when they merge and how it is easy to track them in this type of situation with the mean shift algorithm. We note that the targets outside the purple square will be discarded by the system. (a) Illustration of two people separating. (b) Illustration of three people merging. Figure. 5: Example of multi-target tracking with overhead camera.
  • 8. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 8 After having compared our algorithm with non-linear methods, we can confirm that these methods are inefficient because they assume that a blob corresponds to only one state space ( Figure 6). Figure. 6: Limitation of the non-linear tracker. A blob is considered as a single object, thus the instability of the tracking in the event that it splits up. Another weakness of using these methods is that the presence of large number of objects in the analysis area may considerably slow down the algorithm’s computation time. In fact, the function of the cost of object matching with another depends on the number of hypotheses, the geometry of the bounding boxes, their size and the number of the bins used for calculating their colour histograms. In terms of performance, we compared our tracking method with many particle filters tracking launched together. Objects were tracked with the particle filter with histograms coded on 110 bins and using 100 particles. (a) Graph of the CPU time spent by the particle filter and our proposed method, to track multiple targets. This time is proportional to the number of targets to track and their size.
  • 9. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 9 (b) Graph of CPU resources used when tracking multiple-targets using the particle filter and our proposed method. Figure 7. CPU resources used by various tracking methods. Figures 7-a and 7-b compare the cost of using parallel particle filters with our method. For tracking using the mean shift algorithm and the comparison of histograms, we used 3D histograms coded on 10 bins. Tracking by particle filter slows down when the size of the objects to track is relatively large (blue peak). Increasing the number of objects also slows down the tracking process. This increases the CPU resources consumption due to the calculation of the comparisons of the histograms corresponding to the observations (particles). Our method presents some limitations when using side-view cameras. In this configuration, the problem with tracking people becomes particularly difficult due to complete occlusions. As a whole, the objects are correctly tracked; although sometimes the model drops a target only to pick it up again later in the following sequences. Table 1. People counting results from commercial deployments. People counting results from commercial deployments. Camera ID Ground truth count Nb People Accuracy 1 30 29 96.6 2 73 69 94.5 3 147 136 92.5 4 91 85 93.4 5 78 73 93.6 6 206 188 91.3 7 324 308 95.1 8 145 127 87.6 9 709 665 93.8 Table 1 shows people counting results from a number of customer. The camera views are illustrated in Figure 6. Our ground truth contents 24 hours of video from these scenarios and
  • 10. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 10 measured counting accuracy by comparing the manual ground truth count with that reported by our system. In most deployments the counting accuracy of the system was around 93%. The primary reason for undercounting was occlusions due to large crowds. Over-counting was caused mostly by non-human targets like chariot detected as humans. 5. CONCLUSION This system proposed for people tracking in a shopping centre provides an original solution to the problem thanks to its hybrid method that is able to correctly manage the merging and splitting up of targets. We tested our algorithm in real-life situations and the results that we obtained allowed us to evaluate the ability of our system to track a large number of targets in a small area. However, we also observed that when a target is partially hidden, our algorithm quickly diverges and can't insure a continues tracking. REFERENCES [1] Bhattacharyya, A. On a measure of divergence between two statistical populations defined by their probability distributions. In Bulletin of the Calcutta Mathematical Society. 1943 [2] Mykhaylo Andriluka, Stefan Roth, and Bernt Schiele. People-tracking-by-detection and people- detection-by-tracking. In IEEE Conference on Computer Vision and Pattern Recognition (CVPR08), 2008. [3] Kheir-Eddine Aziz, Djamel Merad, Nicolas Thome, and Bernard Fertil. Pedestrian head detection and tracking using graph skeleton for people counting in crowded environments. In Proceedings of the 12th IAPR Conference on Machine Vision Applications (MVA), pages 252–256. IAPR, June 2011. [4] Stanley T. Birchfield and Sriram Rangarajan. Spatial histograms for region-based tracking. Electronics and Telecommunications Research Institute (ETRI) Journal, 29(5):697–699, october 2007. [5] Ahmed Elgammal, Ramani Duraiswami, and Larry S. Davis. Probabilistic tracking in joint feature- spatial spaces. In Proceedings of the 2003 IEEE computer society conference on Computer vision and pattern recognition, CVPR’03, pages 781–788, Washington, DC, USA, 2003. IEEE Computer Society. [6] Daniel Gatica-Perez, Jean-Marc Odobez, Sileye O. Ba, Kevin C. Smith, and Guillaume Lathoud. Tracking people in meetings with particles. In Proc. Int. Workshop on Image Analysis for Multimedia Interactive Services (WIAMIS), invited paper, June 2005. [7] Niloofar Gheissari, Thomas B. Sebastian, and Richard Hartley. Person reidentification using spatiotemporal appearance. In CVPR, CVPR’06, pages 1528–1535, Washington, DC, USA, 2006. IEEE Computer Society. [8] Michael S. Ryoo and Jake K. Aggarwal. Observe-and-explain: A new approach for multiple hypotheses tracking of humans and objects. In CVPR, 2008. [9] Atsushi Shimada, Daisaku Arita, and Rin-ichiro Taniguchi. Dynamic control of adaptive mixture-of- gaussians background model. In Proceedings of the IEEE International Conference on Video and Signal Based Surveillance, AVSS ’06, pages 5–13, Washington, DC, USA, 2006. IEEE Computer Society. [10] Chris Stauffer and W. Eric L. Grimson. Learning patterns of activity using real-time tracking. IEEE Trans. Pattern Anal. Mach. Intell., 22:747–757, August 2000.
  • 11. Signal & Image Processing : An International Journal (SIPIJ) Vol.6, No.6, December 2015 11 [11] Nicolas Thome, Djamel Merad, and Serge Miguet. Learning articulated appearance models for tracking humans: A spectral graph matching approach. Image Commun., 23:769–787, November 2008. [12] Raquel Urtasun and Pascal Fua. 3d Human Body Tracking using Deterministic Temporal Motion Models. Technical report, 2004. [13] Zhaowen Wang, Xiaokang Yang, Yi Xu, and Songyu Yu. Camshift guided particle filter for visual tracking. Pattern Recogn. Lett., 30:407–413, March 2009. AUTHORS Kheireddine AZIZ is a research engineer at SeaTech Toulon since 2014. He received his research master degree image processing from Caen Basse Normandie University in 2006. He received his professional master degree in database and image processing from Caen Basse Normandie University in 2007. After Ph.D degree in computer science from Aix-Marseille University and Cliris group company at 2012 on Multiperson tracking in constrained environment, he worked at IMRAEUROPE specialized in intelligent automotive application and Rn3d Lab. Djamal MERAD After an initial training of engineer, supplemented by a DEA in Image and vision at the University of Nice, Djamal Merad concluded its academic formation by a doctorate in Robotics at the university from Evry. In September 2008, it integrates the team Images and Models of LSIS lab. as a university lecturer. Since, his research activity is focused on the pattern recognition field and he has participated in several research projects. Jean-Luc Damoiseaux is associate professor Aix-Marseille University After a DEA in Artifical Intelligence at the University of the Mediterranean of Marseille, Jean-Luc Damoiseaux concluded its academic formation by a doctorate in pattern recognition at the University of Avignon and Pays de Vaucluse. Since 2002, he's working at the department of Networks and Telecommunications of the Aix- Marseille University Institute of Technology; currently is the director of this department. Pierre Drap is researcher in CNRS, France, since 1997. In 2008 he joins the Image and Model team in the Since 2004, he was involved as partner or leader in more than 10 national or international projects dealing with these topics.