SlideShare a Scribd company logo
1 of 9
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 469
ENHANCED TARGET TRACKING BASED ON MEAN SHIFT
ALGORITHM FOR SATELLITE IMAGERY
Sarabjit Kaur1
, Sukhjinder Kaur2
1
M.Tech Scholar, 2
Assistant Professor, Department of Electronics & Communication Engineering, Sri Sukhmani Institute
of Engineering & Technology, Derabassi (Punjab), India, techsarab@gmail.com, Sukhjinder.253@gmail.com
Abstract
Target tracking in high resolution satellite images is challenging task for computer vision field. In this paper we have proposed a
mean shift algorithm based enhanced target tracking system for high resolution satellite imagery. In proposed tracking algorithm,
Target modeling is done using spectral features of target object i.e. Mean & Energy density function. Feature Vector space with
minimum Euclidean Distance is used for predicting next possible position of target object in consecutive frames. Proposed tracking
algorithm has been tested using two high resolution databases i.e. Harbor & Airport region database acquired by WorldView-2
satellite at different times. Recall, Precision & F1 score etc. performance parameters are also calculated for showing the tracking
ability of the proposed method in real-time applications and are compared with the results of Regional Operator Design based
tracking algorithm proposed in [1]. The results show that our proposed method gives relatively better performance than the other
tracking algorithms used in satellite imagery.
Keywords- Target tracking, Mean shift algorithm, Energy density function, Feature Vector Space, Frame
----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
High resolution satellite images are often used for Target
tracking in real time applications such as surveillance and
monitoring, smart rooms, human tracking in satellite frames
etc. But doing this with high accuracy is an exigent job in
computer vision field. So, whole liability lies on the
robustness of the target tracking algorithm. Various methods
for target tracking have been proposed and differ in context of
which type of object representation, Image features & target
modeling is suitable for tracking purpose? The answers to
these questions depend on the context/environment in which
the tracking is performed and the end use for which the
tracking information is being required. A large number of
tracking methods have been proposed which attempt to answer
these questions for a variety of scenarios [2]. Proposed by
Dorin commaniciu et al [3] in object tracking field, Iterative
Mean shift algorithm for object tracking is one of the strong
contender among these algorithms, which provides fast &
robust performance for target tracking. It is a non-parametric
mode-seeking, feature space analysis method with low
computational complexity. Mean Shift algorithm is type of
forward tracking which tracks by minimizing a distance
between two probability density functions represented by a
reference and candidate histogram [4]. Mean shift object
tracking method can be used it in its various forms e.g.
CAMShift, ABCshift etc. depending upon accuracy &
applications.
Lingfei Meng [1] has proposed a novel regional operator
design based object tracking algorithm for target matching in
satellite imagery. This algorithm uses both spectral & spatial
features for target modeling. C. Carrano implemented an
ultrascale capable multiple-vehicle tracking algorithm for
overhead persistent surveillance imagery which relies on the
mover map, path dynamics, and image features to perform
tracking [6]. Kerekes et al evaluated the feasibility for
particular objects of interest to be located and tracked in
sequential frames of hyperspectral imagery through the use of
their potentially unique spectral reflectance characteristics and
then using that information to find the same vehicle in a
subsequent image [7].
In this paper we are aimed at using modified form of mean
shift algorithm for target tracking in high resolution WV-2
satellite imagery. By making tracking algorithm proposed in
[1] as a base for our research we have showed that employing
mean shift algorithm for target object tracking in satellite
imagery gives far better results with less computational
complexity and tracks the target relatively faster than other
methods.
2. PROPOSED ENHANCED TARGET TRACKING
SYSTEM BASED ON MEAN-SHIFT ALGORITHM
Mean shift is a non-parametric density gradient estimator. It is
employed to derive the object candidate that is the most
similar to a given model while predicting the next object
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 470
location. In other words, it starts from the position of the
model in the current frame and then searches in the model’s
neighborhood in next frame, followed by finding best
candidate by maximizing a similarity function. Finally, repeats
the same process in the next pair of frames [10].
The proposed enhanced target tracking system based on mean
shift algorithm, tracks the target object as illustrated in fig-1.
Basically it consists of two main steps i.e. Target Modeling &
Target Matching.
Fig -1: Flow chart of proposed method for target tracking
2.1. Target Modeling
The Target is defined as the interested object to be tracked [1]
& Target model is a representation of chosen interested object
in a current frame. The reference target in the current frame of
used database is represented by a manually selected user
defined area K as shown in fig 2.
Fig -2: A manually selected square area ‘K’ from current main
Frame J
The interested target is then extracted from this selected area
for feature extraction purpose. The reference target is modeled
by extracting its Spectral reflectance Characteristics. The
Spectral Characteristic of target is defined as its probability
density function (PDF). In our method Mean & Energy
density function (EDF) of reference target is used for PDF
Estimation. Mean & EDF of reference target can be
determined as follows:
ZR = 0
Z 	 Z 	K i, j, 1 		;																					 1
ZG = 0
Z 	 Z 	K i, j, 2 		;																					 2
ZB = 0
Z 	 Z 	K i, j, 3 	;																							 3
Where ZR, ZG & ZB represents Red, Green & blue components
of reference target object.
K = user selected area in current frame having dimensions
a x b.
m
n
a
b
Kth
image
Main Frame J
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 471
Now,
Y=
Y+1, if K(i,j,1)>0 | K(i,j,2)>0 | K(i,j,3)>0
Y+0, otherwise (4)
i=b
j=1
i=a
i=1
Where Y = Total no. of effective pixels in extracted target
Object.
So Energy density function can be determined as:
Z =
Z
Y
(5)
Z =
Z
Y
(6)
Z =
Z
Y
(7)
2.2. Target Matching
For Target matching purpose, target model estimated in
section 2.1 is used for finding similar target candidates within
a search area in the next frame. Search Area is a predefined
area within the next frame where target has a high probability
to move. Starting with the position of the Extracted target
model in the current frame, the best target candidate is found
by looking for a candidate with a minimum Euclidean distance
within the model’s neighborhood (search area) in next frame.
The same process is repeated in the next pair of frames. A
Feature vector Space (FVS) is formed by calculating the
Euclidean distance between reference target model pixels &
each pixel within the Search area in next frame and used for
predicting next possible position of interested target in
successive frames. Feature vector space is basically a feature
table having set of all possible position vectors representing
target candidates in the next frame.
Pseudo code for FVS formation is as follows:
Let Z=total no. of frames available for tracking
Ik = Specified Search Area or a search window of size x ̽̽̽ y
within which Tracking algorithm will find the next movement
position of Target object.
for k = 1 to Z
for i = 1 to i = x
for j =1 to j = y
FVS (i,j)=|IK (i.j,1) - ZR| + | IK (i.j,2) - ZG | + | IK (i.j,3) - ZB| (8)
end loop
end loop
end loop
The position of the target candidate (any position vector in the
search Area), with Minimum Euclidean Distance in the
Feature vector table, will be the next possible position of the
target in the successive frame. After estimating the possible
positions of reference target in all the frames its movement
trajectory is formed and compared with its manually identified
ground truth trajectory for further performances evaluation.
3. IMPLEMENTATION AND RESULTS
The Proposed method for target tracking in satellite imagery
has been evaluated using two databases harbor region &
airport region shown in fig 3 & 4 respectively. Experimental
results using these databases have been obtained within
MATLAB environment. Both databases consist of subsets of
five frames, which are World- View-2 satellite image
sequences provided by digital Globe (online) [13]. To make
the methodology more understandable, some intermediate
results for tracking of ship target in harbor region are shown in
fig 5 which shows the steps like target modeling, target
matching & trajectory plotting.
Our aim was to track three targets i.e. ship target in harbor
region database as shown in fig 6(a) & aircraft-1& aircraft-2
in airport region database as shown in fig 7(a) & 8(a)
respectively. Ground truth (GT) trajectory for these targets has
been recognized manually per pixel in all the respective
frames. Tracking performance evaluation of proposed method
is done by calculating sensitivity (Recall), specificity,
accuracy & PPV like performance parameters, based on the
number of true positives (TP), false positives (FP), and false
negatives (FN) on per pixel basis as given in Table 1. Table 2
shows comparative tracking performance of Regional
Operator Design based tracking algorithm [1] & our proposed
tracking method for three selected targets. This performance
comparison is also shown graphically in figure 9.
First ship target has been tracked successfully in harbor region
database & its movement trajectory has been estimated in fig
6(b). Then two aircrafts in airport region database have been
tracked with their movement trajectory estimation as shown in
fig 7(b) & 8(b). The size of three targets and the size of Search
area used to find them in next frames, is given in Table 2.x
y
Ik Image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 472
Table -1: Tracking performance evaluating parameters &
their calculation [11][12]
Measure Description
Recall or Sensitivity TP/(TP+FN)
Precision or Positive
Predictive Value
TP/(TP+FP)
Accuracy (Acc) (TP+TN)/(TP+FP+TN+FN)
Specificity (SP) TN/(TP+FN)
F1-Score 2 * (R * P) / (R + P)
False discovery rate
(FDR)
FP/(FP+TP)
Movement trajectories of all the three tracked targets show
high resemblance to manually identified GT trajectory. Hence,
experimental results show the high tracking accuracy &
robustness of our proposed method.
Table -2: Feature vector space parameters
Target Actual size
(Pixel)
Search Area
(pixel x pixel )
Ship 26 120x20
Aircraft-1 66 120x20
Aircraft-2 79 160x20
4. CONCLUSION
We have proposed an enhanced & robust, mean shift based
target tracking system for satellite imagery which is able to
track interested target with a high accuracy & outperforms
other tracking algorithms. Using only spectral features for
target modeling & Feature vector space with Euclidean
distance as a similarity measure for target matching provides
good performance. As shown through experimental results,
three targets have been tracked successfully using proposed
method with good tracking performance. Sensitivity (Recall),
Precision & F1 score etc. parameters are also calculated for
showing better tracking performance of our algorithm than
regional operator design based tracking algorithm. Future
scope is to extend proposed enhanced mean shift method for
target velocity estimation & tracking of objects with small
geographical area in complex environment with change in
shape & occlusion problem.
REFERENCES
[1] Lingfei Meng, Student Member, IEEE, and John P.
Kerekes, Senior Member, IEEE “Object Tracking
Using High Resolution Satellite Imagery” IEEE
February 2012.
[2] A. Yilmaz, O. Javed, and M. Shah, “Object tracking: A
survey,” ACM Comput. Surv., vol. 38, Dec. 2006.
[3] Comaniciu D., Ramesh V., Meer P.: ‘Kernel-Based
Object Tracking’, IEEE Trans. Pattern Anal. Machine
Intell. 2003, 25, (2), pp. 564-577.
[4] Tomas Vojir, Jana Noskova,Jiri Matas “Robust Scale-
Adaptive Mean-Shift for Tracking” Springer-verlag
berlin Heidelberg 2013 .
[5] Comaniciu D, Ramesh V, and Meer P, “Real-Time
tracking of non-rigid objects using mean shift,” In:
Proc. of the IEEE Conf. on Computer Vision and
Pattern Recognition (CVPR), pp.142-149, 2000.
[6] C. Carrano, “Ultra-scale vehicle tracking in low spatial
resolution and low frame-rate overhead video,” in Proc.
SPIE, vol. 7445, 744504,2009.
[7] J. Kerekes, M. Muldowney, K. Strackerhan, L. Smith,
and B. Leahy, “Vehicle tracking with multi-temporal
hyperspectral imagery,” in Proc. SPIE, vol. 6233,
62330C, 2006.
[8] Snekha, Chetna Sachdeva, Rajesh Birok “Real Time
Object Tracking Using Different Mean Shift
Techniques–a Review” International Journal of Soft
Computing and Engineering (IJSCE) ISSN: 2231-2307,
Volume-3, Issue-3, July 2013
[9] Zhi-Qiang Wen, Zi-xing Cai “Mean Shift Algorithm
and its Application in Tracking of Objects”
Proceedings of the Fifth International Conference on
Machine Learning and Cybernetics, Dalian, 13-16
August 2006
[10] Zhu Chaoyang “Video Object Tracking using SIFT
and Mean Shift” Chalmers University of Technology
Göteborg, Sweden, 2011
[11] Muhammad Moazam Fraz, Paolo Remagnino, Andreas
Hoppe, Bunyarit Uyyanonvara, Alicja R. Rudnicka,
Christopher G. Owen, and Sarah A. Barman “An
Ensemble Classification-Based Approach Applied to
Retinal Blood Vessel Segmentation” IEEE Septemeber
2012.
[12] C. J. Van Rijsbergen, Information Retrieval, 2nd ed.
Newton, MA: Butterworth-Heinemann, 1979.
[13] IEEE DigitalGlobe 2011 Data Fusion Contest.
[Online]. Available:http://www.grss-ieee.org/2011-ieee
digitalglobe-data-fusion-contest/
BIOGRAPHIES:
Sarabjit Kaur received her B.E degree
in Electrical & Electronics
Communication Engineering from
Chandigarh College of Engineering &
Technology, Chandigarh (U.T.) in 2009.
Currently she is pursuing her Masters of
Technology degree in Electronics &
Communication Engineering from
SSIET, Derebassi (Punjab), a Regional
centre of Punjab Technical University Jalandhar (Punjab). Her
areas of interest are Digital image processing, Satellite
Communication, Radar Engineering.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 473
Ms. Sukhjinder Kaur received her AMIE
degree in Electronics & Communication
Engineering from the Institution of Engineers,
Kolkata & her M.Tech degree in Electronics &
Communication Engineering from Punjab
Technical University, Jalandhar (Punjab). She is currently
working as an Assistant Professor in the Department of
Electronics & Communication Engineering at Sri Sukhmani
Institute of Engineering and Technology, Derabassi (Punjab).
Her research interests are Digital image processing & Digital
Signal Processing.
Fig -3: Harbor region database consists of subset of five frames collected at different times (a) 13:09:23, (b)13:09:54, (c) 13:10:46, (d)
13:12:00, and (e) 13:12:41. All times are local.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 474
Fig -4: An airport region database consists of subset of five frames collected at different times (a) 13:09:23, (b) 13:09:54, (c)
13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local
IJRET: International Journal of Research in Engineering and Technology
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Fig -5: Some intermediate results of proposed method for target tracking
Fig -6: (a) Ship target in harbor region database
Research in Engineering and Technology eISSN: 2319
__________________________________________________________________________________________
2013, Available @ http://www.ijret.org
Some intermediate results of proposed method for target tracking in harbor region database.
database within red outline (b) Predicted movement trajectory of ship target by proposed
algorithm.
eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
475
in harbor region database.
(b) Predicted movement trajectory of ship target by proposed
IJRET: International Journal of Research in Engineering and Technology
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Fig -7: (a) Aircraft-1 target in an airport region
Fig -8: (a) Aircraft-2 target in an airport region database (b) Predicted movement trajectory of target aircraft
Research in Engineering and Technology eISSN: 2319
__________________________________________________________________________________________
2013, Available @ http://www.ijret.org
in an airport region database within red outline (b) Predicted movement trajectory of
proposed algorithm.
in an airport region database (b) Predicted movement trajectory of target aircraft
eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
476
Predicted movement trajectory of target aircraft-1 by
in an airport region database (b) Predicted movement trajectory of target aircraft-2 by proposed algorithm.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 477
Table -2: Comparison of tracking performance of Regional Operator Design (ROD) Based Algorithm [1] & Proposed tracking
algorithm with the help of some performance Parameters
Performance
Parameters
Regional Operator Design (ROD)
Based Algorithm [1]
Proposed tracking Algorithm
Harbor
Region
database
Airport Region
database
Harbor
Region
database
Airport Region
database
Ship Aircraft-1 Aircraft-2 Ship Aircraft-1 Aircraft-2
Recall 0.690 0.833 0.925 1 0.949458 0.886503
Precision 0.919 0.495 0.435 0.978260 0.894557 0.883792
F1 Score 0.782 0.621 0.592 0.989010 0.921190 0.885145
Specificity 0.999985 0.999677 0.999604
Accuracy 0.999985 0.999533 0.999222
FDR 0.021739 0.105442 0.116207
Fig -9: Graphical Representation of comparison results between Regional Operator Design based tracking algorithm & Our Proposed
Tracking Algorithm for three targets.

More Related Content

What's hot

IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET Journal
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...journalBEEI
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHEScscpconf
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval ofijcsity
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...ijsrd.com
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesIRJET Journal
 
Stereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataStereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataTELKOMNIKA JOURNAL
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGsipij
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image FusionIJMER
 
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...IJERA Editor
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ijcem Journal
 
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersGPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersNaoki Shibata
 
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...IJECEIAES
 
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...cscpconf
 

What's hot (20)

IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
 
An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...An enhanced fireworks algorithm to generate prime key for multiple users in f...
An enhanced fireworks algorithm to generate prime key for multiple users in f...
 
557 480-486
557 480-486557 480-486
557 480-486
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
H1802054851
H1802054851H1802054851
H1802054851
 
G1802053147
G1802053147G1802053147
G1802053147
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
Stereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud dataStereo vision-based obstacle avoidance module on 3D point cloud data
Stereo vision-based obstacle avoidance module on 3D point cloud data
 
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLINGAPPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
APPLYING R-SPATIOGRAM IN OBJECT TRACKING FOR OCCLUSION HANDLING
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image Fusion
 
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
Optimization of Macro Block Size for Adaptive Rood Pattern Search Block Match...
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
B49010511
B49010511B49010511
B49010511
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11
 
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial MarkersGPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
GPGPU-Assisted Subpixel Tracking Method for Fiducial Markers
 
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
Real-time Multi-object Face Recognition Using Content Based Image Retrieval (...
 
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
A CONCERT EVALUATION OF EXEMPLAR BASED IMAGE INPAINTING ALGORITHMS FOR NATURA...
 

Viewers also liked

An investigation of the design implications for openings
An investigation of the design implications for openingsAn investigation of the design implications for openings
An investigation of the design implications for openingseSAT Publishing House
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...eSAT Publishing House
 
Human identification using finger images
Human identification using finger imagesHuman identification using finger images
Human identification using finger imageseSAT Publishing House
 
Evaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam forEvaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam foreSAT Publishing House
 
Study and comparison of various communication based protective relaying schem...
Study and comparison of various communication based protective relaying schem...Study and comparison of various communication based protective relaying schem...
Study and comparison of various communication based protective relaying schem...eSAT Publishing House
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...eSAT Publishing House
 
Testing and ergonomically evaluation of tractor mounted and self mounted coco...
Testing and ergonomically evaluation of tractor mounted and self mounted coco...Testing and ergonomically evaluation of tractor mounted and self mounted coco...
Testing and ergonomically evaluation of tractor mounted and self mounted coco...eSAT Publishing House
 
Analysis of different types of current mirror in 45 nm
Analysis of different types of current mirror in 45 nmAnalysis of different types of current mirror in 45 nm
Analysis of different types of current mirror in 45 nmeSAT Publishing House
 
Stability analysis of orthotropic reinforce concrete shear wall
Stability analysis of orthotropic reinforce concrete shear wallStability analysis of orthotropic reinforce concrete shear wall
Stability analysis of orthotropic reinforce concrete shear walleSAT Publishing House
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using falleSAT Publishing House
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...eSAT Publishing House
 
Information security by biometric waterking
Information security by biometric waterkingInformation security by biometric waterking
Information security by biometric waterkingeSAT Publishing House
 
Preparation, characterization and application of
Preparation, characterization and application ofPreparation, characterization and application of
Preparation, characterization and application ofeSAT Publishing House
 
The effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateThe effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateeSAT Publishing House
 
Finite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweenFinite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweeneSAT Publishing House
 
Optimization of friction stir welding process
Optimization of friction stir welding processOptimization of friction stir welding process
Optimization of friction stir welding processeSAT Publishing House
 
Partial encryption of compresed video
Partial encryption of compresed videoPartial encryption of compresed video
Partial encryption of compresed videoeSAT Publishing House
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...eSAT Publishing House
 
Analysis of physical characteristics of bamboo
Analysis of physical characteristics of bambooAnalysis of physical characteristics of bamboo
Analysis of physical characteristics of bambooeSAT Publishing House
 

Viewers also liked (20)

An investigation of the design implications for openings
An investigation of the design implications for openingsAn investigation of the design implications for openings
An investigation of the design implications for openings
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...
 
Studies on stabilised adobe blocks
Studies on stabilised adobe blocksStudies on stabilised adobe blocks
Studies on stabilised adobe blocks
 
Human identification using finger images
Human identification using finger imagesHuman identification using finger images
Human identification using finger images
 
Evaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam forEvaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam for
 
Study and comparison of various communication based protective relaying schem...
Study and comparison of various communication based protective relaying schem...Study and comparison of various communication based protective relaying schem...
Study and comparison of various communication based protective relaying schem...
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
 
Testing and ergonomically evaluation of tractor mounted and self mounted coco...
Testing and ergonomically evaluation of tractor mounted and self mounted coco...Testing and ergonomically evaluation of tractor mounted and self mounted coco...
Testing and ergonomically evaluation of tractor mounted and self mounted coco...
 
Analysis of different types of current mirror in 45 nm
Analysis of different types of current mirror in 45 nmAnalysis of different types of current mirror in 45 nm
Analysis of different types of current mirror in 45 nm
 
Stability analysis of orthotropic reinforce concrete shear wall
Stability analysis of orthotropic reinforce concrete shear wallStability analysis of orthotropic reinforce concrete shear wall
Stability analysis of orthotropic reinforce concrete shear wall
 
Design and development of fall detector using fall
Design and development of fall detector using fallDesign and development of fall detector using fall
Design and development of fall detector using fall
 
Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...Nanoparticle based charge trapping memory device applying mos technology a co...
Nanoparticle based charge trapping memory device applying mos technology a co...
 
Information security by biometric waterking
Information security by biometric waterkingInformation security by biometric waterking
Information security by biometric waterking
 
Preparation, characterization and application of
Preparation, characterization and application ofPreparation, characterization and application of
Preparation, characterization and application of
 
The effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfateThe effect of watercement ratio on the sulfate
The effect of watercement ratio on the sulfate
 
Finite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding betweenFinite element analysis of dissimilar welding between
Finite element analysis of dissimilar welding between
 
Optimization of friction stir welding process
Optimization of friction stir welding processOptimization of friction stir welding process
Optimization of friction stir welding process
 
Partial encryption of compresed video
Partial encryption of compresed videoPartial encryption of compresed video
Partial encryption of compresed video
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...
 
Analysis of physical characteristics of bamboo
Analysis of physical characteristics of bambooAnalysis of physical characteristics of bamboo
Analysis of physical characteristics of bamboo
 

Similar to Enhanced target tracking based on mean shift

Goal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D cameraGoal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D camerajournalBEEI
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...eSAT Journals
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigationeSAT Publishing House
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designeSAT Publishing House
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designeSAT Publishing House
 
K-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundK-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundIJCSIS Research Publications
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera deviceseSAT Journals
 
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4IRJET Journal
 
10.1109@ICCMC48092.2020.ICCMC-000167.pdf
10.1109@ICCMC48092.2020.ICCMC-000167.pdf10.1109@ICCMC48092.2020.ICCMC-000167.pdf
10.1109@ICCMC48092.2020.ICCMC-000167.pdfmokamojah
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...eSAT Publishing House
 
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...ijma
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...eSAT Journals
 
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...IRJET Journal
 
Finding the Relational Description of Different Objects and Their Importance ...
Finding the Relational Description of Different Objects and Their Importance ...Finding the Relational Description of Different Objects and Their Importance ...
Finding the Relational Description of Different Objects and Their Importance ...IRJET Journal
 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...IJCSEIT Journal
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformIJCOAiir
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection methodeSAT Publishing House
 

Similar to Enhanced target tracking based on mean shift (20)

Goal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D cameraGoal location prediction based on deep learning using RGB-D camera
Goal location prediction based on deep learning using RGB-D camera
 
Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...Integration of poses to enhance the shape of the object tracking from a singl...
Integration of poses to enhance the shape of the object tracking from a singl...
 
Simulation of collision avoidance by navigation
Simulation of collision avoidance by navigationSimulation of collision avoidance by navigation
Simulation of collision avoidance by navigation
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform design
 
Intelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform designIntelligent two axis dual-ccd image-servo shooting platform design
Intelligent two axis dual-ccd image-servo shooting platform design
 
K-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective BackgroundK-Means Clustering in Moving Objects Extraction with Selective Background
K-Means Clustering in Moving Objects Extraction with Selective Background
 
Motion compensation for hand held camera devices
Motion compensation for hand held camera devicesMotion compensation for hand held camera devices
Motion compensation for hand held camera devices
 
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4
Real-time 3D Object Detection on LIDAR Point Cloud using Complex- YOLO V4
 
10.1109@ICCMC48092.2020.ICCMC-000167.pdf
10.1109@ICCMC48092.2020.ICCMC-000167.pdf10.1109@ICCMC48092.2020.ICCMC-000167.pdf
10.1109@ICCMC48092.2020.ICCMC-000167.pdf
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...
 
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...
 
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
IRJET- Remote Sensing Image Retrieval using Convolutional Neural Network with...
 
Finding the Relational Description of Different Objects and Their Importance ...
Finding the Relational Description of Different Objects and Their Importance ...Finding the Relational Description of Different Objects and Their Importance ...
Finding the Relational Description of Different Objects and Their Importance ...
 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet Transform
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection method
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Enhanced target tracking based on mean shift

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 469 ENHANCED TARGET TRACKING BASED ON MEAN SHIFT ALGORITHM FOR SATELLITE IMAGERY Sarabjit Kaur1 , Sukhjinder Kaur2 1 M.Tech Scholar, 2 Assistant Professor, Department of Electronics & Communication Engineering, Sri Sukhmani Institute of Engineering & Technology, Derabassi (Punjab), India, techsarab@gmail.com, Sukhjinder.253@gmail.com Abstract Target tracking in high resolution satellite images is challenging task for computer vision field. In this paper we have proposed a mean shift algorithm based enhanced target tracking system for high resolution satellite imagery. In proposed tracking algorithm, Target modeling is done using spectral features of target object i.e. Mean & Energy density function. Feature Vector space with minimum Euclidean Distance is used for predicting next possible position of target object in consecutive frames. Proposed tracking algorithm has been tested using two high resolution databases i.e. Harbor & Airport region database acquired by WorldView-2 satellite at different times. Recall, Precision & F1 score etc. performance parameters are also calculated for showing the tracking ability of the proposed method in real-time applications and are compared with the results of Regional Operator Design based tracking algorithm proposed in [1]. The results show that our proposed method gives relatively better performance than the other tracking algorithms used in satellite imagery. Keywords- Target tracking, Mean shift algorithm, Energy density function, Feature Vector Space, Frame ----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION High resolution satellite images are often used for Target tracking in real time applications such as surveillance and monitoring, smart rooms, human tracking in satellite frames etc. But doing this with high accuracy is an exigent job in computer vision field. So, whole liability lies on the robustness of the target tracking algorithm. Various methods for target tracking have been proposed and differ in context of which type of object representation, Image features & target modeling is suitable for tracking purpose? The answers to these questions depend on the context/environment in which the tracking is performed and the end use for which the tracking information is being required. A large number of tracking methods have been proposed which attempt to answer these questions for a variety of scenarios [2]. Proposed by Dorin commaniciu et al [3] in object tracking field, Iterative Mean shift algorithm for object tracking is one of the strong contender among these algorithms, which provides fast & robust performance for target tracking. It is a non-parametric mode-seeking, feature space analysis method with low computational complexity. Mean Shift algorithm is type of forward tracking which tracks by minimizing a distance between two probability density functions represented by a reference and candidate histogram [4]. Mean shift object tracking method can be used it in its various forms e.g. CAMShift, ABCshift etc. depending upon accuracy & applications. Lingfei Meng [1] has proposed a novel regional operator design based object tracking algorithm for target matching in satellite imagery. This algorithm uses both spectral & spatial features for target modeling. C. Carrano implemented an ultrascale capable multiple-vehicle tracking algorithm for overhead persistent surveillance imagery which relies on the mover map, path dynamics, and image features to perform tracking [6]. Kerekes et al evaluated the feasibility for particular objects of interest to be located and tracked in sequential frames of hyperspectral imagery through the use of their potentially unique spectral reflectance characteristics and then using that information to find the same vehicle in a subsequent image [7]. In this paper we are aimed at using modified form of mean shift algorithm for target tracking in high resolution WV-2 satellite imagery. By making tracking algorithm proposed in [1] as a base for our research we have showed that employing mean shift algorithm for target object tracking in satellite imagery gives far better results with less computational complexity and tracks the target relatively faster than other methods. 2. PROPOSED ENHANCED TARGET TRACKING SYSTEM BASED ON MEAN-SHIFT ALGORITHM Mean shift is a non-parametric density gradient estimator. It is employed to derive the object candidate that is the most similar to a given model while predicting the next object
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 470 location. In other words, it starts from the position of the model in the current frame and then searches in the model’s neighborhood in next frame, followed by finding best candidate by maximizing a similarity function. Finally, repeats the same process in the next pair of frames [10]. The proposed enhanced target tracking system based on mean shift algorithm, tracks the target object as illustrated in fig-1. Basically it consists of two main steps i.e. Target Modeling & Target Matching. Fig -1: Flow chart of proposed method for target tracking 2.1. Target Modeling The Target is defined as the interested object to be tracked [1] & Target model is a representation of chosen interested object in a current frame. The reference target in the current frame of used database is represented by a manually selected user defined area K as shown in fig 2. Fig -2: A manually selected square area ‘K’ from current main Frame J The interested target is then extracted from this selected area for feature extraction purpose. The reference target is modeled by extracting its Spectral reflectance Characteristics. The Spectral Characteristic of target is defined as its probability density function (PDF). In our method Mean & Energy density function (EDF) of reference target is used for PDF Estimation. Mean & EDF of reference target can be determined as follows: ZR = 0 Z Z K i, j, 1 ; 1 ZG = 0 Z Z K i, j, 2 ; 2 ZB = 0 Z Z K i, j, 3 ; 3 Where ZR, ZG & ZB represents Red, Green & blue components of reference target object. K = user selected area in current frame having dimensions a x b. m n a b Kth image Main Frame J
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 471 Now, Y= Y+1, if K(i,j,1)>0 | K(i,j,2)>0 | K(i,j,3)>0 Y+0, otherwise (4) i=b j=1 i=a i=1 Where Y = Total no. of effective pixels in extracted target Object. So Energy density function can be determined as: Z = Z Y (5) Z = Z Y (6) Z = Z Y (7) 2.2. Target Matching For Target matching purpose, target model estimated in section 2.1 is used for finding similar target candidates within a search area in the next frame. Search Area is a predefined area within the next frame where target has a high probability to move. Starting with the position of the Extracted target model in the current frame, the best target candidate is found by looking for a candidate with a minimum Euclidean distance within the model’s neighborhood (search area) in next frame. The same process is repeated in the next pair of frames. A Feature vector Space (FVS) is formed by calculating the Euclidean distance between reference target model pixels & each pixel within the Search area in next frame and used for predicting next possible position of interested target in successive frames. Feature vector space is basically a feature table having set of all possible position vectors representing target candidates in the next frame. Pseudo code for FVS formation is as follows: Let Z=total no. of frames available for tracking Ik = Specified Search Area or a search window of size x ̽̽̽ y within which Tracking algorithm will find the next movement position of Target object. for k = 1 to Z for i = 1 to i = x for j =1 to j = y FVS (i,j)=|IK (i.j,1) - ZR| + | IK (i.j,2) - ZG | + | IK (i.j,3) - ZB| (8) end loop end loop end loop The position of the target candidate (any position vector in the search Area), with Minimum Euclidean Distance in the Feature vector table, will be the next possible position of the target in the successive frame. After estimating the possible positions of reference target in all the frames its movement trajectory is formed and compared with its manually identified ground truth trajectory for further performances evaluation. 3. IMPLEMENTATION AND RESULTS The Proposed method for target tracking in satellite imagery has been evaluated using two databases harbor region & airport region shown in fig 3 & 4 respectively. Experimental results using these databases have been obtained within MATLAB environment. Both databases consist of subsets of five frames, which are World- View-2 satellite image sequences provided by digital Globe (online) [13]. To make the methodology more understandable, some intermediate results for tracking of ship target in harbor region are shown in fig 5 which shows the steps like target modeling, target matching & trajectory plotting. Our aim was to track three targets i.e. ship target in harbor region database as shown in fig 6(a) & aircraft-1& aircraft-2 in airport region database as shown in fig 7(a) & 8(a) respectively. Ground truth (GT) trajectory for these targets has been recognized manually per pixel in all the respective frames. Tracking performance evaluation of proposed method is done by calculating sensitivity (Recall), specificity, accuracy & PPV like performance parameters, based on the number of true positives (TP), false positives (FP), and false negatives (FN) on per pixel basis as given in Table 1. Table 2 shows comparative tracking performance of Regional Operator Design based tracking algorithm [1] & our proposed tracking method for three selected targets. This performance comparison is also shown graphically in figure 9. First ship target has been tracked successfully in harbor region database & its movement trajectory has been estimated in fig 6(b). Then two aircrafts in airport region database have been tracked with their movement trajectory estimation as shown in fig 7(b) & 8(b). The size of three targets and the size of Search area used to find them in next frames, is given in Table 2.x y Ik Image
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 472 Table -1: Tracking performance evaluating parameters & their calculation [11][12] Measure Description Recall or Sensitivity TP/(TP+FN) Precision or Positive Predictive Value TP/(TP+FP) Accuracy (Acc) (TP+TN)/(TP+FP+TN+FN) Specificity (SP) TN/(TP+FN) F1-Score 2 * (R * P) / (R + P) False discovery rate (FDR) FP/(FP+TP) Movement trajectories of all the three tracked targets show high resemblance to manually identified GT trajectory. Hence, experimental results show the high tracking accuracy & robustness of our proposed method. Table -2: Feature vector space parameters Target Actual size (Pixel) Search Area (pixel x pixel ) Ship 26 120x20 Aircraft-1 66 120x20 Aircraft-2 79 160x20 4. CONCLUSION We have proposed an enhanced & robust, mean shift based target tracking system for satellite imagery which is able to track interested target with a high accuracy & outperforms other tracking algorithms. Using only spectral features for target modeling & Feature vector space with Euclidean distance as a similarity measure for target matching provides good performance. As shown through experimental results, three targets have been tracked successfully using proposed method with good tracking performance. Sensitivity (Recall), Precision & F1 score etc. parameters are also calculated for showing better tracking performance of our algorithm than regional operator design based tracking algorithm. Future scope is to extend proposed enhanced mean shift method for target velocity estimation & tracking of objects with small geographical area in complex environment with change in shape & occlusion problem. REFERENCES [1] Lingfei Meng, Student Member, IEEE, and John P. Kerekes, Senior Member, IEEE “Object Tracking Using High Resolution Satellite Imagery” IEEE February 2012. [2] A. Yilmaz, O. Javed, and M. Shah, “Object tracking: A survey,” ACM Comput. Surv., vol. 38, Dec. 2006. [3] Comaniciu D., Ramesh V., Meer P.: ‘Kernel-Based Object Tracking’, IEEE Trans. Pattern Anal. Machine Intell. 2003, 25, (2), pp. 564-577. [4] Tomas Vojir, Jana Noskova,Jiri Matas “Robust Scale- Adaptive Mean-Shift for Tracking” Springer-verlag berlin Heidelberg 2013 . [5] Comaniciu D, Ramesh V, and Meer P, “Real-Time tracking of non-rigid objects using mean shift,” In: Proc. of the IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), pp.142-149, 2000. [6] C. Carrano, “Ultra-scale vehicle tracking in low spatial resolution and low frame-rate overhead video,” in Proc. SPIE, vol. 7445, 744504,2009. [7] J. Kerekes, M. Muldowney, K. Strackerhan, L. Smith, and B. Leahy, “Vehicle tracking with multi-temporal hyperspectral imagery,” in Proc. SPIE, vol. 6233, 62330C, 2006. [8] Snekha, Chetna Sachdeva, Rajesh Birok “Real Time Object Tracking Using Different Mean Shift Techniques–a Review” International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-3, Issue-3, July 2013 [9] Zhi-Qiang Wen, Zi-xing Cai “Mean Shift Algorithm and its Application in Tracking of Objects” Proceedings of the Fifth International Conference on Machine Learning and Cybernetics, Dalian, 13-16 August 2006 [10] Zhu Chaoyang “Video Object Tracking using SIFT and Mean Shift” Chalmers University of Technology Göteborg, Sweden, 2011 [11] Muhammad Moazam Fraz, Paolo Remagnino, Andreas Hoppe, Bunyarit Uyyanonvara, Alicja R. Rudnicka, Christopher G. Owen, and Sarah A. Barman “An Ensemble Classification-Based Approach Applied to Retinal Blood Vessel Segmentation” IEEE Septemeber 2012. [12] C. J. Van Rijsbergen, Information Retrieval, 2nd ed. Newton, MA: Butterworth-Heinemann, 1979. [13] IEEE DigitalGlobe 2011 Data Fusion Contest. [Online]. Available:http://www.grss-ieee.org/2011-ieee digitalglobe-data-fusion-contest/ BIOGRAPHIES: Sarabjit Kaur received her B.E degree in Electrical & Electronics Communication Engineering from Chandigarh College of Engineering & Technology, Chandigarh (U.T.) in 2009. Currently she is pursuing her Masters of Technology degree in Electronics & Communication Engineering from SSIET, Derebassi (Punjab), a Regional centre of Punjab Technical University Jalandhar (Punjab). Her areas of interest are Digital image processing, Satellite Communication, Radar Engineering.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 473 Ms. Sukhjinder Kaur received her AMIE degree in Electronics & Communication Engineering from the Institution of Engineers, Kolkata & her M.Tech degree in Electronics & Communication Engineering from Punjab Technical University, Jalandhar (Punjab). She is currently working as an Assistant Professor in the Department of Electronics & Communication Engineering at Sri Sukhmani Institute of Engineering and Technology, Derabassi (Punjab). Her research interests are Digital image processing & Digital Signal Processing. Fig -3: Harbor region database consists of subset of five frames collected at different times (a) 13:09:23, (b)13:09:54, (c) 13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 474 Fig -4: An airport region database consists of subset of five frames collected at different times (a) 13:09:23, (b) 13:09:54, (c) 13:10:46, (d) 13:12:00, and (e) 13:12:41. All times are local
  • 7. IJRET: International Journal of Research in Engineering and Technology __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Fig -5: Some intermediate results of proposed method for target tracking Fig -6: (a) Ship target in harbor region database Research in Engineering and Technology eISSN: 2319 __________________________________________________________________________________________ 2013, Available @ http://www.ijret.org Some intermediate results of proposed method for target tracking in harbor region database. database within red outline (b) Predicted movement trajectory of ship target by proposed algorithm. eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ 475 in harbor region database. (b) Predicted movement trajectory of ship target by proposed
  • 8. IJRET: International Journal of Research in Engineering and Technology __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Fig -7: (a) Aircraft-1 target in an airport region Fig -8: (a) Aircraft-2 target in an airport region database (b) Predicted movement trajectory of target aircraft Research in Engineering and Technology eISSN: 2319 __________________________________________________________________________________________ 2013, Available @ http://www.ijret.org in an airport region database within red outline (b) Predicted movement trajectory of proposed algorithm. in an airport region database (b) Predicted movement trajectory of target aircraft eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ 476 Predicted movement trajectory of target aircraft-1 by in an airport region database (b) Predicted movement trajectory of target aircraft-2 by proposed algorithm.
  • 9. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 477 Table -2: Comparison of tracking performance of Regional Operator Design (ROD) Based Algorithm [1] & Proposed tracking algorithm with the help of some performance Parameters Performance Parameters Regional Operator Design (ROD) Based Algorithm [1] Proposed tracking Algorithm Harbor Region database Airport Region database Harbor Region database Airport Region database Ship Aircraft-1 Aircraft-2 Ship Aircraft-1 Aircraft-2 Recall 0.690 0.833 0.925 1 0.949458 0.886503 Precision 0.919 0.495 0.435 0.978260 0.894557 0.883792 F1 Score 0.782 0.621 0.592 0.989010 0.921190 0.885145 Specificity 0.999985 0.999677 0.999604 Accuracy 0.999985 0.999533 0.999222 FDR 0.021739 0.105442 0.116207 Fig -9: Graphical Representation of comparison results between Regional Operator Design based tracking algorithm & Our Proposed Tracking Algorithm for three targets.