SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 304
3D-MRF BASED VIDEO TRACKING IN THE COMPRESSED DOMAIN
S. Vinci1
, V. Josephine Sutha2
1
PG Scholar, Department of Computer Science Engineering, SRCE, Tamil Nadu, India
2
Assistant Professor, Department of Computer Science and Engineering, SRCE, Tamil Nadu, India
Abstract
Object tracking is an interesting and needed procedure for many real time applications. But it is a challenging one, because of the
presence of challenging sequences with abrupt motion, drastic illumination change, large pose variation, occlusion, cluttered
background and also the camera shake. This paper presents a novel method of object tracking by using the algorithms spatio-
temporal Markov random field (STMRF) and online discriminative feature selection (ODFS), which overcome the above mentioned
problems and provide a better tracking process. This method is also capable of tracking multiple objects in video sequence even in the
presence of an object interactions and occlusions that achieves better results with real time performance.
Keywords: Video object tracking, spatio-temporal Markov random field (ST-MRF), online discriminative feature selection
(ODFS).
----------------------------------------------------------------------***--------------------------------------------------------------------
1. INTRODUCTION
In the past decades many algorithms were proposed for the
object tracking process but it is still difficult to make a
efficient method of tracking. Appearance changes created by
abrupt motion, shape deformations, illumination variations
and also the occlusion all these makes the tracking so tricky.
Also the applications such as video indexing and editing,
Automated surveillance, traffic monitoring and human-
computer interaction are needed for better results.
Pixel domain and compressed domain are the few major
groups of approaches to track moving objects in a video
sequence. Pixel domain will provide high accuracy. It needs
higher computational complexity. It also require decoding to
get pixel domain information, because nowadays many of the
video contents are available only in compressed form. So
compressed domain approach is widely used. This approach
uses the data from compressed video bit stream like block
coding modes vectors, motion compressed prediction residual
or its transform coefficients etc.
Based on their representation schemes tracking algorithms are
categorized into two classes: 1) Generic 2) Discriminative
models. Generative algorithms study on appearance model and
use that for search the image regions thus provide tracking
results with minimal reconstruction errors. Sparse
representation methods are used to represent the object using
trivial templates and a set of target to deal with pose variation
and partial occlusion. But these generative models discard
many of useful information, because it does not take
surrounding visual context into account.
Discriminative models use a learned classifier to separate the
target object from its surrounding background with in a local
region. Collins et al.[1] demonstrate in an online manner to
improve tracking performance. Grabner et al.[2] demonstrated
on online boosting feature selection method. But these all used
only one positive sample and multiple negative samples. If the
detected object location is not precise. The positive samples
for tracking with the MIL framework [3][4]. This paper
demonstrates the object tracking with MRF algorithm
combined with ODFS algorithm in the compresses domain.
2. OBJECT TRACKING
Object tracking is nothing but the process of extracting an
object of interest from a video scene and continuous track of
its motion, orientation and occlusion. It follows the
segmenting step which is same as recognition step in image
processing. First main step of information extraction is
deletion of moving objects from video streams. Three
approaches are there for object tracking. One is feature based
approach, which extracts the characteristics like points, line
segments. Differential methods of approach are mainly based
on optical flow computation. The third approach uses the
correlation to read the image displacements. Based on the
domain of the problem any of these approaches its selected.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 305
2.1 Overview of the Proposed Method
Fig -1: Flow diagram for tracking
2.2 Preprocessing
Tracking algorithm makes use of two types of information
from the H.264/AVC compressed bit stream: MVs and block
coding mode (partition) information. In this method texture
data does not require to be decoded. Four basic MB modes are
defined in the above mentioned bit stream: 16 × 16, 16 × 8, 8
× 16, and 8 × 8, here the 8 × 8 mode can be again split into 8 ×
4, 4 × 8, and 4 × 4 modes. Being 4×4 is the smallest coding
mode (partition) in H.264/AVC, so as to have a uniformly
sampled MV field, this method map all MVs to 4 × 4 blocks.
This is simple in inter-coded blocks, as well as SKIP blocks
where the MV is simply set to zero. But the motion
interpretation in the intra-coded blocks is more involved.
Global Motion Compensation
In a frame all the pixels will be affected by the global motion,
which is caused because of camera movements. To get an
accurate tracking, global motion should be removed because it
adds to the object’s native motion. Global Motion should be
compensated from the motion vector field prior to further
processing. 6-parameter affine model [8] and 8-parameter
perspective model can be used to represent global motion. The
affine model is less flexible than the 8-parameters perspective
model.
Based on the single affine transform instruction, Global
motion compensation describes the motion in a scene. The
selected frame is rotated, panned and zoomed in accordance to
GMC warp points to produce a prediction about the following
frame. This operation can create an accurate prediction
because it works on individual pixels. But the block based
approaches cannot create such predictions. Every block in a
frame can be compensated using global motion or local
motion. A predicted frame can be called as sprite frame(s-
frame) when it is created by using GMC. If it is encoded
without GMC t can be either P-frame or B-frame. Frame
predicted jointly by past and future frame is B-frame. Camera
motions like tilt, roll, track, boom are basically reflected in the
global motion compensation. Normally large blocks (8 × 8 and
above) are more likely to be part of the background, whereas
small blocks, are more likely to belong to the moving objects.
In GME, only large blocks (16 × 16, 16 × 8, 8 × 16, 8 × 8) are
used, and so small blocks (8 × 4, 4 × 8, 4 × 4) and intra-coded
blocks are discarded
2.3 ST-MRF Optimization
The characteristics of a moving rigid object are relative
similarity of motion within the region occupied by the object,
spatial compactness i.e. not dispersed in different parts of the
frame, and a continuous motion trajectory. Though the motion
of flexible objects is not so characteristic it is in principle that
these objects can be treated in a divide and conquer manner as
a group of smaller sufficiently rigid objects. So this ST-MRF
model is based on rigid object motion characteristics. The
frame should be divided into smaller blocks (i.e. 4×4). Object
blocks can be labeled 1 and non-object blocks can be labeled
as 0. The block in tth frame labeled as ωt and the block in
frame t-1 is labeled as ωt-1. In past two algorithms Stochastic
Relaxation (SR) and ICM were used. SR has some advantage
in accuracy compared to ICM, but at a higher computational
cost [11]. At first, the label of each block is initialized by
projecting the previous frame labeling ω t−1 into the current
frame. Then each block is relabeled with the label (0 or 1) that
leads to the largest reduction in the energy function.
Relabeling procedure is done until no further energy reduction
is achieved. Normally, six iterations are needed to reach the
local minimum. This is worth mentioning that because results
are dependent on the initial labeling.
Labeling
ODFS with ST-MRF
Pre processing
Intra coded
block
GMC
Bit streams
Frame
Initialization
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 306
2.4 ODFS
This method proposes an efficient and robust tracking
algorithm which addresses all the issues faced by existing
methods of tracking. It proposes a simple and effective online
discriminative feature selection (ODFS) approach which
directly couples the classifier score with the sample
importance, and thus formulating a more robust and efficient
tracker than state-of-the-art algorithms [11], [13], and 17 times
faster than the MIL Track [14] method. It also shows that use
of bag likelihood loss functions is unnecessary for feature
selection which is proposed in the MIL Track method. As an
alternative, this method directly selects features on the
instance level by using a supervised learning method which is
more efficient and robust than the MILTrack method. As the
correct positive one and all the instances, can be labeled from
the current classifier, they can be used for update via self-
taught learning . Here, the correct positive instance can be
effectively used as the tracking result of the current frame as
similar to other discriminative models [9], [10], [11], [12].
3. RESULTS
3.1 Object Representation
In a tracking scenario, an object can be defined as anything
that is of interest for further analysis. For instance, boats on
the sea, fish inside an aquarium, vehicles on a road, planes in
the air, people walking on a road, or bubbles in the water are a
set of objects that may be important to track in a specific
domain. Objects can be represented with use of their shapes
and appearances.
Fig -2: Proposed Method Of Tracking
3.2 Feature Selection for Tracking
Selecting the right features plays a critical role in tracking. In
general, the most desirable property of a visual feature is its
uniqueness so that the objects can be easily distinguished in
the feature space. Feature selection is most related to the
object representation. For example, in histogram based
appearance representations color is used as a feature, where as
for contour-based representation, object edges are usually used
as features. Many tracking algorithms use a combination of
these features.
Fig -3: Feature Selection for Tracking
4. CONCLUSIONS
This algorithm provides a novel approach to track a moving
object in -compressed video. The only data from the
compressed stream used in the proposed method are the
motion vectors and block coding modes. As a result, the
proposed method has a fairly low processing time, yet still
provides high accuracy. After the preprocessing stage, which
consists of intra-coded block motion approximation and global
motion compensation, , an estimate of the labeling of the
current frame is formed based on the previous frame labeling
and current motion information. The results of experimental
evaluations on ground truth video demonstrate superior
functionality and accuracy of our approach against other state-
of the- art compressed-domain tracking Approaches. Although
our algorithm works well even with fixed parameter values,
possibly better performance may be obtained by adaptive
tuning, although this would in general increase the
complexity.
5. REFERENCES
[1]. T. Drummond and R. Cipolla, “Real time visual tracking
of complex structures,” IEEE Trans. Pattern Anal. Mach.
Intell., vol., 24, no. 7, pp. 932-946, Jul. 2002.
[2]. Z. Kato, T.-C. Pong, and J. C.-M. Lee, “Color image
segmentation and parameter estimation in a Markovian
framework,” Pattern Recognit. Lett., vol. 22, nos. 3-4, pp.
309-321, 2001.
[3]. W. Fei and S. Zhu, “Mean shift clustering-based moving
object segmen-tation in the H.264 compressed domain,” IET
Image Process., vol. 4, no. 1, pp. 11-18, Feb. 2010.
[4]. Y.-M. Chen, I. V. Bajic, and P. Saeedi, “Moving region
segmentation from compressed video using global motion
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 307
estimation and Markov random felds,” IEEE Trans.
Multimedia, vol. 13, no. 3, pp. 421-431, Jun. 2011.
[5]. Y. Hu and T. J. Dennis, " Simulated annealing and iterated
conditional modes with selective and confidence enhanced
update schemes,” in Proc 5th Annu. IEEE Symp. Comput.-
Based Med. Syst., Jun. 1992, pp. 257-264.
[6]. S.Geman and D. Geman, “Stochastic relaxation, Gibbs
distributions, and the Bayesian restoration of images,” IEEE
Trans. Pattern Anal. Mach. Intell., vol. 6, no. 6, pp. 721-741,
Nov.1984.
[7]. R. Szeliski, R. Zabih ,D. Scharstein, O. Veksler, V.
Kolmogorov, A. Agarwala, M. Tappen, and C. Rother, “A
comparative study of energy minimization methods for
Markov random fields,” in Proc. Eur. Conf. Comput. Vis.,
LNCS 3952. 2006, pp. 16-29.
[8]. R. Hartley and A. Zisserman, Multiple View Geometry in
Computer Vision, 2nd ed. Cambridge, U.K.: Cambridge Univ.
Press, 2004, pp. 39-44.
[9]. S. Avidan, “Support vector tracking,” IEEE Trans. Pattern
Anal. Mach. Intell., vol. 29, no. 8, pp. 1064-1072, 2004. 1 ,2 ,5
[10]. R. Collins, Y. Liu, and M. Leordeanu, “Online selection
of discriminative tracking features,” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 27, no. 10, pp. 1631-1643, 2005. 1 ,2 ,3 ,5
,6.
[11]. H. Grabner, M. Grabner, and H. Bisch of, “Real-time
tracking via online boosting,” In British Machine Vision
Conference, pp. 47-56 , 2006. 1, 2,5 ,6,7.
[12]. S. Avidan, “Ensembletracking,” IEEE Trans. Pattern
Anal. Mach. Intell., vol. 29,no. 2,pp. 261-271, 2007. 1 ,2 ,5 ,6.
[13]. S. Hare, A. Saffari, and P.Torr, “Struck: structured
output tracking with kernels,” In Proc. Int. Conf. Comput.
Vis., 2011. 1 ,2 ,6 ,7.
[14]. B. Babenko, M.-H. Yang, and S. Belongie, “Robust
object tracking with Online multiple instance learning,” IEEE
Trans. Pattern. Anal. Mach. Intell., vol.33, no.8, pp. 1619-
1632, 2011. 1 ,2 ,3 ,6 ,7 ,9 ,11.

Contenu connexe

Tendances

PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMPERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMAM Publications
 
Objects detection and tracking using fast principle component purist and kalm...
Objects detection and tracking using fast principle component purist and kalm...Objects detection and tracking using fast principle component purist and kalm...
Objects detection and tracking using fast principle component purist and kalm...IJECEIAES
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...CSCJournals
 
Removal of Transformation Errors by Quarterion In Multi View Image Registration
Removal of Transformation Errors by Quarterion In Multi View Image RegistrationRemoval of Transformation Errors by Quarterion In Multi View Image Registration
Removal of Transformation Errors by Quarterion In Multi View Image RegistrationIDES Editor
 
3-D FFT Moving Object Signatures for Velocity Filtering
3-D FFT Moving Object Signatures for Velocity Filtering3-D FFT Moving Object Signatures for Velocity Filtering
3-D FFT Moving Object Signatures for Velocity FilteringIDES Editor
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMAM Publications
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosshiva kumar cheruku
 
New Approach for Detecting and Tracking a Moving Object
New Approach for Detecting and Tracking a Moving Object New Approach for Detecting and Tracking a Moving Object
New Approach for Detecting and Tracking a Moving Object IJECEIAES
 
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...Mr Santosh Kumar Chhotray
 
IRJET- Image Segmentation Techniques: A Survey
IRJET-  	  Image Segmentation Techniques: A SurveyIRJET-  	  Image Segmentation Techniques: A Survey
IRJET- Image Segmentation Techniques: A SurveyIRJET Journal
 
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...IRJET Journal
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsManje Gowda
 
IRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET Journal
 

Tendances (17)

PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHMPERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
PERFORMANCE ANALYSIS USING SINGLE SEEDED REGION GROWING ALGORITHM
 
Objects detection and tracking using fast principle component purist and kalm...
Objects detection and tracking using fast principle component purist and kalm...Objects detection and tracking using fast principle component purist and kalm...
Objects detection and tracking using fast principle component purist and kalm...
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
B04410814
B04410814B04410814
B04410814
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
 
Removal of Transformation Errors by Quarterion In Multi View Image Registration
Removal of Transformation Errors by Quarterion In Multi View Image RegistrationRemoval of Transformation Errors by Quarterion In Multi View Image Registration
Removal of Transformation Errors by Quarterion In Multi View Image Registration
 
3-D FFT Moving Object Signatures for Velocity Filtering
3-D FFT Moving Object Signatures for Velocity Filtering3-D FFT Moving Object Signatures for Velocity Filtering
3-D FFT Moving Object Signatures for Velocity Filtering
 
Id105
Id105Id105
Id105
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videos
 
New Approach for Detecting and Tracking a Moving Object
New Approach for Detecting and Tracking a Moving Object New Approach for Detecting and Tracking a Moving Object
New Approach for Detecting and Tracking a Moving Object
 
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
An efficient block matching algorithm for fast motion ESTIMATION USING COMBIN...
 
IRJET- Image Segmentation Techniques: A Survey
IRJET-  	  Image Segmentation Techniques: A SurveyIRJET-  	  Image Segmentation Techniques: A Survey
IRJET- Image Segmentation Techniques: A Survey
 
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...IRJET- 	 Moving Object Detection using Foreground Detection for Video Surveil...
IRJET- Moving Object Detection using Foreground Detection for Video Surveil...
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
 
IRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended Vehicle
 
Object tracking final
Object tracking finalObject tracking final
Object tracking final
 

En vedette

Realization of high performance run time loadable mips soft-core processor
Realization of high performance run time loadable mips soft-core processorRealization of high performance run time loadable mips soft-core processor
Realization of high performance run time loadable mips soft-core processoreSAT Publishing House
 
Stability and surface free energy analysis of a liquid drop on a horizontal c...
Stability and surface free energy analysis of a liquid drop on a horizontal c...Stability and surface free energy analysis of a liquid drop on a horizontal c...
Stability and surface free energy analysis of a liquid drop on a horizontal c...eSAT Publishing House
 
“Remedies over the obstacles in implementing automation in indian infrastruct...
“Remedies over the obstacles in implementing automation in indian infrastruct...“Remedies over the obstacles in implementing automation in indian infrastruct...
“Remedies over the obstacles in implementing automation in indian infrastruct...eSAT Publishing House
 
Study of bad block management and wear leveling in
Study of bad block management and wear leveling inStudy of bad block management and wear leveling in
Study of bad block management and wear leveling ineSAT Publishing House
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information ineSAT Publishing House
 
Blood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes withBlood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes witheSAT Publishing House
 
Design of 3 d rc frame on sloping ground
Design of 3 d rc frame on sloping groundDesign of 3 d rc frame on sloping ground
Design of 3 d rc frame on sloping groundeSAT Publishing House
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filtereSAT Publishing House
 
A reduced complexity and an efficient channel
A reduced complexity and an efficient channelA reduced complexity and an efficient channel
A reduced complexity and an efficient channeleSAT Publishing House
 
Effect of free surface wave on free vibration of a
Effect of free surface wave on free vibration of aEffect of free surface wave on free vibration of a
Effect of free surface wave on free vibration of aeSAT Publishing House
 
The effect of rotor disc clearance on the lift performance of contra rotating...
The effect of rotor disc clearance on the lift performance of contra rotating...The effect of rotor disc clearance on the lift performance of contra rotating...
The effect of rotor disc clearance on the lift performance of contra rotating...eSAT Publishing House
 
Numerical simulation of friction stir butt welding processes for az91 magnesi...
Numerical simulation of friction stir butt welding processes for az91 magnesi...Numerical simulation of friction stir butt welding processes for az91 magnesi...
Numerical simulation of friction stir butt welding processes for az91 magnesi...eSAT Publishing House
 
Comparative studies on flotation of kasolite using cationic and anionic surfa...
Comparative studies on flotation of kasolite using cationic and anionic surfa...Comparative studies on flotation of kasolite using cationic and anionic surfa...
Comparative studies on flotation of kasolite using cationic and anionic surfa...eSAT Publishing House
 
A quantitative risk assessment approach in an integrated cold chain system en...
A quantitative risk assessment approach in an integrated cold chain system en...A quantitative risk assessment approach in an integrated cold chain system en...
A quantitative risk assessment approach in an integrated cold chain system en...eSAT Publishing House
 
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...eSAT Publishing House
 
Design evaluation and optimization of steering yoke of an automobile
Design evaluation and optimization of steering yoke of an automobileDesign evaluation and optimization of steering yoke of an automobile
Design evaluation and optimization of steering yoke of an automobileeSAT Publishing House
 
Analysis of grading techniques in xlpe cable insulation by fem
Analysis of grading techniques in xlpe cable insulation by femAnalysis of grading techniques in xlpe cable insulation by fem
Analysis of grading techniques in xlpe cable insulation by femeSAT Publishing House
 
Low cost data acquisition from digital caliper to pc
Low cost data acquisition from digital caliper to pcLow cost data acquisition from digital caliper to pc
Low cost data acquisition from digital caliper to pceSAT Publishing House
 
Online social network mining current trends and research issues
Online social network mining current trends and research issuesOnline social network mining current trends and research issues
Online social network mining current trends and research issueseSAT Publishing House
 

En vedette (20)

Realization of high performance run time loadable mips soft-core processor
Realization of high performance run time loadable mips soft-core processorRealization of high performance run time loadable mips soft-core processor
Realization of high performance run time loadable mips soft-core processor
 
Stability and surface free energy analysis of a liquid drop on a horizontal c...
Stability and surface free energy analysis of a liquid drop on a horizontal c...Stability and surface free energy analysis of a liquid drop on a horizontal c...
Stability and surface free energy analysis of a liquid drop on a horizontal c...
 
“Remedies over the obstacles in implementing automation in indian infrastruct...
“Remedies over the obstacles in implementing automation in indian infrastruct...“Remedies over the obstacles in implementing automation in indian infrastruct...
“Remedies over the obstacles in implementing automation in indian infrastruct...
 
Study of bad block management and wear leveling in
Study of bad block management and wear leveling inStudy of bad block management and wear leveling in
Study of bad block management and wear leveling in
 
Retrieval of textual and non textual information in
Retrieval of textual and non textual information inRetrieval of textual and non textual information in
Retrieval of textual and non textual information in
 
Simulation of convolutional encoder
Simulation of convolutional encoderSimulation of convolutional encoder
Simulation of convolutional encoder
 
Blood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes withBlood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes with
 
Design of 3 d rc frame on sloping ground
Design of 3 d rc frame on sloping groundDesign of 3 d rc frame on sloping ground
Design of 3 d rc frame on sloping ground
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filter
 
A reduced complexity and an efficient channel
A reduced complexity and an efficient channelA reduced complexity and an efficient channel
A reduced complexity and an efficient channel
 
Effect of free surface wave on free vibration of a
Effect of free surface wave on free vibration of aEffect of free surface wave on free vibration of a
Effect of free surface wave on free vibration of a
 
The effect of rotor disc clearance on the lift performance of contra rotating...
The effect of rotor disc clearance on the lift performance of contra rotating...The effect of rotor disc clearance on the lift performance of contra rotating...
The effect of rotor disc clearance on the lift performance of contra rotating...
 
Numerical simulation of friction stir butt welding processes for az91 magnesi...
Numerical simulation of friction stir butt welding processes for az91 magnesi...Numerical simulation of friction stir butt welding processes for az91 magnesi...
Numerical simulation of friction stir butt welding processes for az91 magnesi...
 
Comparative studies on flotation of kasolite using cationic and anionic surfa...
Comparative studies on flotation of kasolite using cationic and anionic surfa...Comparative studies on flotation of kasolite using cationic and anionic surfa...
Comparative studies on flotation of kasolite using cationic and anionic surfa...
 
A quantitative risk assessment approach in an integrated cold chain system en...
A quantitative risk assessment approach in an integrated cold chain system en...A quantitative risk assessment approach in an integrated cold chain system en...
A quantitative risk assessment approach in an integrated cold chain system en...
 
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...
Analysis of mhd non darcian boundary layer flow and heat transfer over an exp...
 
Design evaluation and optimization of steering yoke of an automobile
Design evaluation and optimization of steering yoke of an automobileDesign evaluation and optimization of steering yoke of an automobile
Design evaluation and optimization of steering yoke of an automobile
 
Analysis of grading techniques in xlpe cable insulation by fem
Analysis of grading techniques in xlpe cable insulation by femAnalysis of grading techniques in xlpe cable insulation by fem
Analysis of grading techniques in xlpe cable insulation by fem
 
Low cost data acquisition from digital caliper to pc
Low cost data acquisition from digital caliper to pcLow cost data acquisition from digital caliper to pc
Low cost data acquisition from digital caliper to pc
 
Online social network mining current trends and research issues
Online social network mining current trends and research issuesOnline social network mining current trends and research issues
Online social network mining current trends and research issues
 

Similaire à 3D Video Tracking Using ST-MRF and ODFS

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
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkeSAT Publishing House
 
ramya_Motion_Detection
ramya_Motion_Detectionramya_Motion_Detection
ramya_Motion_Detectionramya1591
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemAM Publications
 
Tracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemTracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemIRJET Journal
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMangaiK4
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMangaiK4
 
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
 
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...IRJET Journal
 
Background differencing algorithm for moving object detection using system ge...
Background differencing algorithm for moving object detection using system ge...Background differencing algorithm for moving object detection using system ge...
Background differencing algorithm for moving object detection using system ge...eSAT Publishing House
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
An Object Detection, Tracking And Parametric Classification– A Review
An Object Detection, Tracking And Parametric Classification– A ReviewAn Object Detection, Tracking And Parametric Classification– A Review
An Object Detection, Tracking And Parametric Classification– A ReviewIRJET Journal
 
Object Single Frame Using YOLO Model
Object Single Frame Using YOLO ModelObject Single Frame Using YOLO Model
Object Single Frame Using YOLO ModelIRJET Journal
 
An optimized framework for detection and tracking of video objects in challen...
An optimized framework for detection and tracking of video objects in challen...An optimized framework for detection and tracking of video objects in challen...
An optimized framework for detection and tracking of video objects in challen...ijma
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabeSAT Publishing House
 
Video indexing using shot boundary detection approach and search tracks
Video indexing using shot boundary detection approach and search tracksVideo indexing using shot boundary detection approach and search tracks
Video indexing using shot boundary detection approach and search tracksIAEME Publication
 
Survey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesSurvey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesIRJET Journal
 
Object Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature MatchingObject Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature MatchingIJERA Editor
 
IRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET Journal
 

Similaire à 3D Video Tracking Using ST-MRF and ODFS (20)

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...
 
Moving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulinkMoving object detection using background subtraction algorithm using simulink
Moving object detection using background subtraction algorithm using simulink
 
ramya_Motion_Detection
ramya_Motion_Detectionramya_Motion_Detection
ramya_Motion_Detection
 
A Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home SystemA Study of Motion Detection Method for Smart Home System
A Study of Motion Detection Method for Smart Home System
 
Tracking-based Visual Surveillance System
Tracking-based Visual Surveillance SystemTracking-based Visual Surveillance System
Tracking-based Visual Surveillance System
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS Technique
 
Motion Object Detection Using BGS Technique
Motion Object Detection Using BGS TechniqueMotion Object Detection Using BGS Technique
Motion Object Detection Using BGS Technique
 
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
 
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...IRJET -  	  A Survey Paper on Efficient Object Detection and Matching using F...
IRJET - A Survey Paper on Efficient Object Detection and Matching using F...
 
Background differencing algorithm for moving object detection using system ge...
Background differencing algorithm for moving object detection using system ge...Background differencing algorithm for moving object detection using system ge...
Background differencing algorithm for moving object detection using system ge...
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
An Object Detection, Tracking And Parametric Classification– A Review
An Object Detection, Tracking And Parametric Classification– A ReviewAn Object Detection, Tracking And Parametric Classification– A Review
An Object Detection, Tracking And Parametric Classification– A Review
 
Object Single Frame Using YOLO Model
Object Single Frame Using YOLO ModelObject Single Frame Using YOLO Model
Object Single Frame Using YOLO Model
 
An optimized framework for detection and tracking of video objects in challen...
An optimized framework for detection and tracking of video objects in challen...An optimized framework for detection and tracking of video objects in challen...
An optimized framework for detection and tracking of video objects in challen...
 
Whiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlabWhiteboard image reconstruction using matlab
Whiteboard image reconstruction using matlab
 
Video indexing using shot boundary detection approach and search tracks
Video indexing using shot boundary detection approach and search tracksVideo indexing using shot boundary detection approach and search tracks
Video indexing using shot boundary detection approach and search tracks
 
Survey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization TechniquesSurvey Paper for Different Video Stabilization Techniques
Survey Paper for Different Video Stabilization Techniques
 
X36141145
X36141145X36141145
X36141145
 
Object Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature MatchingObject Capturing In A Cluttered Scene By Using Point Feature Matching
Object Capturing In A Cluttered Scene By Using Point Feature Matching
 
IRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural NetworkIRJET-MText Extraction from Images using Convolutional Neural Network
IRJET-MText Extraction from Images using Convolutional Neural Network
 

Plus de 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
 

Plus de 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...
 

Dernier

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 

Dernier (20)

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 

3D Video Tracking Using ST-MRF and ODFS

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 304 3D-MRF BASED VIDEO TRACKING IN THE COMPRESSED DOMAIN S. Vinci1 , V. Josephine Sutha2 1 PG Scholar, Department of Computer Science Engineering, SRCE, Tamil Nadu, India 2 Assistant Professor, Department of Computer Science and Engineering, SRCE, Tamil Nadu, India Abstract Object tracking is an interesting and needed procedure for many real time applications. But it is a challenging one, because of the presence of challenging sequences with abrupt motion, drastic illumination change, large pose variation, occlusion, cluttered background and also the camera shake. This paper presents a novel method of object tracking by using the algorithms spatio- temporal Markov random field (STMRF) and online discriminative feature selection (ODFS), which overcome the above mentioned problems and provide a better tracking process. This method is also capable of tracking multiple objects in video sequence even in the presence of an object interactions and occlusions that achieves better results with real time performance. Keywords: Video object tracking, spatio-temporal Markov random field (ST-MRF), online discriminative feature selection (ODFS). ----------------------------------------------------------------------***-------------------------------------------------------------------- 1. INTRODUCTION In the past decades many algorithms were proposed for the object tracking process but it is still difficult to make a efficient method of tracking. Appearance changes created by abrupt motion, shape deformations, illumination variations and also the occlusion all these makes the tracking so tricky. Also the applications such as video indexing and editing, Automated surveillance, traffic monitoring and human- computer interaction are needed for better results. Pixel domain and compressed domain are the few major groups of approaches to track moving objects in a video sequence. Pixel domain will provide high accuracy. It needs higher computational complexity. It also require decoding to get pixel domain information, because nowadays many of the video contents are available only in compressed form. So compressed domain approach is widely used. This approach uses the data from compressed video bit stream like block coding modes vectors, motion compressed prediction residual or its transform coefficients etc. Based on their representation schemes tracking algorithms are categorized into two classes: 1) Generic 2) Discriminative models. Generative algorithms study on appearance model and use that for search the image regions thus provide tracking results with minimal reconstruction errors. Sparse representation methods are used to represent the object using trivial templates and a set of target to deal with pose variation and partial occlusion. But these generative models discard many of useful information, because it does not take surrounding visual context into account. Discriminative models use a learned classifier to separate the target object from its surrounding background with in a local region. Collins et al.[1] demonstrate in an online manner to improve tracking performance. Grabner et al.[2] demonstrated on online boosting feature selection method. But these all used only one positive sample and multiple negative samples. If the detected object location is not precise. The positive samples for tracking with the MIL framework [3][4]. This paper demonstrates the object tracking with MRF algorithm combined with ODFS algorithm in the compresses domain. 2. OBJECT TRACKING Object tracking is nothing but the process of extracting an object of interest from a video scene and continuous track of its motion, orientation and occlusion. It follows the segmenting step which is same as recognition step in image processing. First main step of information extraction is deletion of moving objects from video streams. Three approaches are there for object tracking. One is feature based approach, which extracts the characteristics like points, line segments. Differential methods of approach are mainly based on optical flow computation. The third approach uses the correlation to read the image displacements. Based on the domain of the problem any of these approaches its selected.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 305 2.1 Overview of the Proposed Method Fig -1: Flow diagram for tracking 2.2 Preprocessing Tracking algorithm makes use of two types of information from the H.264/AVC compressed bit stream: MVs and block coding mode (partition) information. In this method texture data does not require to be decoded. Four basic MB modes are defined in the above mentioned bit stream: 16 × 16, 16 × 8, 8 × 16, and 8 × 8, here the 8 × 8 mode can be again split into 8 × 4, 4 × 8, and 4 × 4 modes. Being 4×4 is the smallest coding mode (partition) in H.264/AVC, so as to have a uniformly sampled MV field, this method map all MVs to 4 × 4 blocks. This is simple in inter-coded blocks, as well as SKIP blocks where the MV is simply set to zero. But the motion interpretation in the intra-coded blocks is more involved. Global Motion Compensation In a frame all the pixels will be affected by the global motion, which is caused because of camera movements. To get an accurate tracking, global motion should be removed because it adds to the object’s native motion. Global Motion should be compensated from the motion vector field prior to further processing. 6-parameter affine model [8] and 8-parameter perspective model can be used to represent global motion. The affine model is less flexible than the 8-parameters perspective model. Based on the single affine transform instruction, Global motion compensation describes the motion in a scene. The selected frame is rotated, panned and zoomed in accordance to GMC warp points to produce a prediction about the following frame. This operation can create an accurate prediction because it works on individual pixels. But the block based approaches cannot create such predictions. Every block in a frame can be compensated using global motion or local motion. A predicted frame can be called as sprite frame(s- frame) when it is created by using GMC. If it is encoded without GMC t can be either P-frame or B-frame. Frame predicted jointly by past and future frame is B-frame. Camera motions like tilt, roll, track, boom are basically reflected in the global motion compensation. Normally large blocks (8 × 8 and above) are more likely to be part of the background, whereas small blocks, are more likely to belong to the moving objects. In GME, only large blocks (16 × 16, 16 × 8, 8 × 16, 8 × 8) are used, and so small blocks (8 × 4, 4 × 8, 4 × 4) and intra-coded blocks are discarded 2.3 ST-MRF Optimization The characteristics of a moving rigid object are relative similarity of motion within the region occupied by the object, spatial compactness i.e. not dispersed in different parts of the frame, and a continuous motion trajectory. Though the motion of flexible objects is not so characteristic it is in principle that these objects can be treated in a divide and conquer manner as a group of smaller sufficiently rigid objects. So this ST-MRF model is based on rigid object motion characteristics. The frame should be divided into smaller blocks (i.e. 4×4). Object blocks can be labeled 1 and non-object blocks can be labeled as 0. The block in tth frame labeled as ωt and the block in frame t-1 is labeled as ωt-1. In past two algorithms Stochastic Relaxation (SR) and ICM were used. SR has some advantage in accuracy compared to ICM, but at a higher computational cost [11]. At first, the label of each block is initialized by projecting the previous frame labeling ω t−1 into the current frame. Then each block is relabeled with the label (0 or 1) that leads to the largest reduction in the energy function. Relabeling procedure is done until no further energy reduction is achieved. Normally, six iterations are needed to reach the local minimum. This is worth mentioning that because results are dependent on the initial labeling. Labeling ODFS with ST-MRF Pre processing Intra coded block GMC Bit streams Frame Initialization
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 306 2.4 ODFS This method proposes an efficient and robust tracking algorithm which addresses all the issues faced by existing methods of tracking. It proposes a simple and effective online discriminative feature selection (ODFS) approach which directly couples the classifier score with the sample importance, and thus formulating a more robust and efficient tracker than state-of-the-art algorithms [11], [13], and 17 times faster than the MIL Track [14] method. It also shows that use of bag likelihood loss functions is unnecessary for feature selection which is proposed in the MIL Track method. As an alternative, this method directly selects features on the instance level by using a supervised learning method which is more efficient and robust than the MILTrack method. As the correct positive one and all the instances, can be labeled from the current classifier, they can be used for update via self- taught learning . Here, the correct positive instance can be effectively used as the tracking result of the current frame as similar to other discriminative models [9], [10], [11], [12]. 3. RESULTS 3.1 Object Representation In a tracking scenario, an object can be defined as anything that is of interest for further analysis. For instance, boats on the sea, fish inside an aquarium, vehicles on a road, planes in the air, people walking on a road, or bubbles in the water are a set of objects that may be important to track in a specific domain. Objects can be represented with use of their shapes and appearances. Fig -2: Proposed Method Of Tracking 3.2 Feature Selection for Tracking Selecting the right features plays a critical role in tracking. In general, the most desirable property of a visual feature is its uniqueness so that the objects can be easily distinguished in the feature space. Feature selection is most related to the object representation. For example, in histogram based appearance representations color is used as a feature, where as for contour-based representation, object edges are usually used as features. Many tracking algorithms use a combination of these features. Fig -3: Feature Selection for Tracking 4. CONCLUSIONS This algorithm provides a novel approach to track a moving object in -compressed video. The only data from the compressed stream used in the proposed method are the motion vectors and block coding modes. As a result, the proposed method has a fairly low processing time, yet still provides high accuracy. After the preprocessing stage, which consists of intra-coded block motion approximation and global motion compensation, , an estimate of the labeling of the current frame is formed based on the previous frame labeling and current motion information. The results of experimental evaluations on ground truth video demonstrate superior functionality and accuracy of our approach against other state- of the- art compressed-domain tracking Approaches. Although our algorithm works well even with fixed parameter values, possibly better performance may be obtained by adaptive tuning, although this would in general increase the complexity. 5. REFERENCES [1]. T. Drummond and R. Cipolla, “Real time visual tracking of complex structures,” IEEE Trans. Pattern Anal. Mach. Intell., vol., 24, no. 7, pp. 932-946, Jul. 2002. [2]. Z. Kato, T.-C. Pong, and J. C.-M. Lee, “Color image segmentation and parameter estimation in a Markovian framework,” Pattern Recognit. Lett., vol. 22, nos. 3-4, pp. 309-321, 2001. [3]. W. Fei and S. Zhu, “Mean shift clustering-based moving object segmen-tation in the H.264 compressed domain,” IET Image Process., vol. 4, no. 1, pp. 11-18, Feb. 2010. [4]. Y.-M. Chen, I. V. Bajic, and P. Saeedi, “Moving region segmentation from compressed video using global motion
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 04 | Apr-2014, Available @ http://www.ijret.org 307 estimation and Markov random felds,” IEEE Trans. Multimedia, vol. 13, no. 3, pp. 421-431, Jun. 2011. [5]. Y. Hu and T. J. Dennis, " Simulated annealing and iterated conditional modes with selective and confidence enhanced update schemes,” in Proc 5th Annu. IEEE Symp. Comput.- Based Med. Syst., Jun. 1992, pp. 257-264. [6]. S.Geman and D. Geman, “Stochastic relaxation, Gibbs distributions, and the Bayesian restoration of images,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 6, no. 6, pp. 721-741, Nov.1984. [7]. R. Szeliski, R. Zabih ,D. Scharstein, O. Veksler, V. Kolmogorov, A. Agarwala, M. Tappen, and C. Rother, “A comparative study of energy minimization methods for Markov random fields,” in Proc. Eur. Conf. Comput. Vis., LNCS 3952. 2006, pp. 16-29. [8]. R. Hartley and A. Zisserman, Multiple View Geometry in Computer Vision, 2nd ed. Cambridge, U.K.: Cambridge Univ. Press, 2004, pp. 39-44. [9]. S. Avidan, “Support vector tracking,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 29, no. 8, pp. 1064-1072, 2004. 1 ,2 ,5 [10]. R. Collins, Y. Liu, and M. Leordeanu, “Online selection of discriminative tracking features,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 27, no. 10, pp. 1631-1643, 2005. 1 ,2 ,3 ,5 ,6. [11]. H. Grabner, M. Grabner, and H. Bisch of, “Real-time tracking via online boosting,” In British Machine Vision Conference, pp. 47-56 , 2006. 1, 2,5 ,6,7. [12]. S. Avidan, “Ensembletracking,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 29,no. 2,pp. 261-271, 2007. 1 ,2 ,5 ,6. [13]. S. Hare, A. Saffari, and P.Torr, “Struck: structured output tracking with kernels,” In Proc. Int. Conf. Comput. Vis., 2011. 1 ,2 ,6 ,7. [14]. B. Babenko, M.-H. Yang, and S. Belongie, “Robust object tracking with Online multiple instance learning,” IEEE Trans. Pattern. Anal. Mach. Intell., vol.33, no.8, pp. 1619- 1632, 2011. 1 ,2 ,3 ,6 ,7 ,9 ,11.