SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
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
ZR =
j=b
j=1
i=a
i=1
ZR + K i, j, 1 ; (1)
ZG = 0
ZG =
j=b
j=1
i=a
i=1
ZG + K i, j, 2 ; (2)
ZB = 0
ZB =
j=b
j=1
i=a
i=1
ZB + 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:
ZR =
ZR
Y
(5)
ZG =
ZG
Y
(6)
ZB =
ZB
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 eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 475
Fig -5: Some intermediate results of proposed method for target tracking in harbor region database.
Fig -6: (a) Ship target in harbor region database within red outline (b) Predicted movement trajectory of ship target 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 476
Fig -7: (a) Aircraft-1 target in an airport region database within red outline (b) Predicted movement trajectory of target aircraft-1 by
proposed algorithm.
Fig -8: (a) Aircraft-2 target 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.

Contenu connexe

Tendances

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
 
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
 
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
 
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
 
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
 
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
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image FusionIJMER
 
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
 
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
 
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
 
A novel approach for satellite imagery storage by classifying the non duplica...
A novel approach for satellite imagery storage by classifying the non duplica...A novel approach for satellite imagery storage by classifying the non duplica...
A novel approach for satellite imagery storage by classifying the non duplica...IAEME Publication
 
A novel approach for satellite imagery storage by classify
A novel approach for satellite imagery storage by classifyA novel approach for satellite imagery storage by classify
A novel approach for satellite imagery storage by classifyiaemedu
 
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
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...IAEME Publication
 

Tendances (20)

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
 
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...
 
H1802054851
H1802054851H1802054851
H1802054851
 
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
 
G1802053147
G1802053147G1802053147
G1802053147
 
557 480-486
557 480-486557 480-486
557 480-486
 
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...
 
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 ...
 
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...
 
B49010511
B49010511B49010511
B49010511
 
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
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image Fusion
 
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
 
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
 
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
 
A novel approach for satellite imagery storage by classifying the non duplica...
A novel approach for satellite imagery storage by classifying the non duplica...A novel approach for satellite imagery storage by classifying the non duplica...
A novel approach for satellite imagery storage by classifying the non duplica...
 
A novel approach for satellite imagery storage by classify
A novel approach for satellite imagery storage by classifyA novel approach for satellite imagery storage by classify
A novel approach for satellite imagery storage by classify
 
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
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 

Similaire à Enhanced target tracking based on mean shift algorithm for satellite imagery

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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
Preliminary study of multi view imaging for accurate 3 d reconstruction using...
Preliminary study of multi view imaging for accurate 3 d reconstruction using...Preliminary study of multi view imaging for accurate 3 d reconstruction using...
Preliminary study of multi view imaging for accurate 3 d reconstruction using...eSAT Journals
 
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
 
Preliminary study of multi view imaging for accurate
Preliminary study of multi view imaging for accuratePreliminary study of multi view imaging for accurate
Preliminary study of multi view imaging for accurateeSAT Publishing House
 

Similaire à Enhanced target tracking based on mean shift algorithm for satellite imagery (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
 
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
 
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...
 
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
 
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...
 
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...
 
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...
 
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- 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...
 
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
 
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
 
Preliminary study of multi view imaging for accurate 3 d reconstruction using...
Preliminary study of multi view imaging for accurate 3 d reconstruction using...Preliminary study of multi view imaging for accurate 3 d reconstruction using...
Preliminary study of multi view imaging for accurate 3 d reconstruction using...
 
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...
 
Preliminary study of multi view imaging for accurate
Preliminary study of multi view imaging for accuratePreliminary study of multi view imaging for accurate
Preliminary study of multi view imaging for accurate
 

Plus de eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

Plus de eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Dernier

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
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
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 

Dernier (20)

Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
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
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
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
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
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...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
🔝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...
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 

Enhanced target tracking based on mean shift algorithm for satellite imagery

  • 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 ZR = j=b j=1 i=a i=1 ZR + K i, j, 1 ; (1) ZG = 0 ZG = j=b j=1 i=a i=1 ZG + K i, j, 2 ; (2) ZB = 0 ZB = j=b j=1 i=a i=1 ZB + 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: ZR = ZR Y (5) ZG = ZG Y (6) ZB = ZB 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 eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 475 Fig -5: Some intermediate results of proposed method for target tracking in harbor region database. Fig -6: (a) Ship target in harbor region database within red outline (b) Predicted movement trajectory of ship target by proposed algorithm.
  • 8. 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 476 Fig -7: (a) Aircraft-1 target in an airport region database within red outline (b) Predicted movement trajectory of target aircraft-1 by proposed algorithm. Fig -8: (a) Aircraft-2 target 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.