SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

TECHNOLOGY (IJCET)

ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 4, Issue 5, September – October (2013), pp. 172-181
© IAEME: www.iaeme.com/ijcet.asp
Journal Impact Factor (2013): 6.1302 (Calculated by GISI)
www.jifactor.com

IJCET
©IAEME

ESTIMATE VELOCITY AND TRACK OF OBJECTS BASED ON
PROBABILISTIC DISTRIBUTION FUNCTION
R. F. Mansour1,
1

Abdul Samad A. Marghilani2

Department of Computer Science, Faculty of Science, Northern Border University, KSA
2
Dean of Scientific Research, Northern Border University, KSA

ABSTRACT
The estimation of velocity and tracking of objects is one of the most difficult problems in
computer vision. In this approach introduces a multiple human objects tracking system to estimate
the velocity and track multiple objects in the crowded scene in which occlusions occur, we have
created random particles to represent the position of the objects, we have used maximum likelihood
to compute the parameters for the used distribution, made resample for the maximum likelihood and
histogram for the processing frame, displayed the particles on the target objects in each frame, and
finally, we have drawn the trajectory for each object in the video. Results show that, the proposed
method can effectively improve the tracking precision especially multiple moving objects.
Keywords: Estimation of velocity, generalized distribution, particle filter, maximum likelihood,
resamples particles
1. INTRODUCTION
The estimation of velocity and tracking of objects is one of the most difficult problems in
computer vision. It is used in automated surveillance and in many other applications. Most of the
human object tracking systems is bottom-up processes based on the existing techniques such as
change detection, frame difference, or background subtraction. The Pfinder [1] utilizes stochastic,
region-based features, such as blob and 2D contour for person tracking. It proposes a novel model-based tracking system. However, it cannot handle multiple moving objects with occlusion.
The traditional tracking approaches could be divided into data-driven and model-driven methods. Among the data-driven methods, mean shift algorithm is one of the most popular algorithms
utilizing the color distribution as tracking cue [2]. But it does not work correctly in the presence of
partial occlusion. For the period of the occlusion, the model-driven methods estimating and predicting the position of the tracking objects. Particle filter has shown overwhelming in object tracking
172
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

systems which the posterior density and the observation density are often non-linear and
non-Gaussian [3-7]. But both the mean shift and particle filter are based on similarity measurement
of color distribution, which leads to a miss tracking when the background has similar color distribution with the tracked object. In order to improve tracking stability and precision, introducing some
other features besides the color cue seems to be a preferable scheme. Tracking multiple interacting
objects is more complex than the single object tracking. When tracking people, the person can
change their movement as random as partial occlusions occurred. However many researchers applied
monitored, but there are many problems when tracking multiple objects and when objects are interacting due to partial occlusions. There are different approaches dealing with object tracking in video
images [8-9]. These approaches are highly affected by the presence of nonlinear, non-Gaussian and
partial occlusion. Methods for monitoring objects may be divided into two categories: such as bottom-up and top-down approaches, tracking objects based on edge detection and use relates to the
contour of the bottom upwards, but the tracking of objects based on color detection and particulate
filters relates to top-down [10-11]. The estimation of grey-level derivatives is of great importance in
the analysis of image sequences for velocity estimation. The approach used here begins with the
problem where the apparent velocity of intensity patterns can be directly identified with the movement of surfaces in the scene. In our approach we track each person as a separate tracker which reduce the size of the state space and no need to know the relationship of a person with others [12]. We
use particle filters to distinguish the target person. In this approach, we use probabilistic distributions
to predict the person position, so the computation of the likelihood of particle filters for the used distribution function is required. The method can be described as Figure 1.

Figure 1 show the outline the method
2. PROPOSED METHOD
We apply our method in the following steps;
1. Initialization parameters where we initialed kernel matrix to restore the particles positions to the
first positions when we start to process the frame. The suitable kernel is F_update =[1 0 1 0; 0 1 0
1; 0 0 1 0; 0 0 0 1]. Then Initialize the number of particle to represent the target color to track
where suppose is 2000 particles, however increasing particles numbers give better result. We
access the color of the object as RGB. Initialize the standard deviation for the color may be
xstd_rgb = 50, standard deviation for the particles position xstd_pos = 25, standard deviation for
direction particles movement as sxtd_vec = 5, and initialize the means of the required colors to
track as Xrgb_trgt_red = [95; 2; 10], Xrgb_trgt_green = [30;85; 80], Xrgb_trgt_blue = [5; 26; 101].
2. Loading video read the record video and store it as a matrix of pixels such as vr = videoreader().
The recorded video must compute the number of frames that means convert the video to frames
to process frame as a single to detect the target object. It must compute the frame height and
width. In our approach use video type avi and the video have 300 frames for three persons in
closed rood, one static camera and clear background.
173
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

3. Create the particles as point’s random distribution where in this method we use separate particles
color for each target object. The particles distribution depend on frame resolution and number of
particles so we compute ( X, S, G) to track three persons distinguish by three colors( red , green
and blue). The (X, S, G) represent the random integer positions for the particles.
4. we process each frame by the following steps:
4.1.store the current frame as variable matrix Y_k = read(vr,k) then
4.2.Update particles position where it depends on the particle update kernel, standard deviation
for the particles position and standard deviation for direction particles movement and particle positions(X, S, G) in the previous frame. In this stage return the position of particles after adding standard deviation for particles positions multiple by standard values depend on
the standard normal distribution for particles positions values, and direction particles movement multiple by standard values depend on the standard normal distribution for particles
positions then new values for the particles position as (X, S, G).
4.3. Max Likeliklehood Estimation: is a method to estimate the parameters for the proposed distribution. MLE is different least-squares which is primary a descriptive tool and consume
many complex calculations. MLE save a time [13].
3. LIKELIHOOD
Likelihood is useful method for parameter estimation in statistics. Many applications use likelihood technique especially the non-linear model with non-normal data [14-16]. In our approach
we use likelihood technique to estimate the parameters of the proposed distribution for the obtained
observation opposite the processing state. Finding the parameters value or parameters estimation,
there are two methods for parameters estimation, least-squares and maximum likelihood the maximum likelihood estimation (MLE) is better than least-squares estimation (LSE) because the
least-squares require linear regression, sum of squares error , proportion for variance and mean
squared deviation. MLE has many advantages where MLE does not require linear regression so it is
suitable for our approach there non-normal data, MLE give us complete information about parameters, give us the true value of the parameters. In our approach we model the hypothesis of the observations P ( yit | X it ) where the observations that conform the model, so the model is defined as a
group of probability distributions indexed by model’s parameters. In our approach there are observations as Yi t = yi0 , yi1 ,..., yiN and there parameters for proposed distribution function such as beta distribution function as
Γ (α + β ) α −1
(1)
f (y |α,β) =
y (1 − y ) β −1
Γ (α )Γ ( β )
Where 0 < y < 1, α , β > 0, Γ() denote the gamma function
α
(2)
E (Y ) =
α +β
Var (Y ) =

αβ
(α + β ) (α + β + 1)
2

Var(Y ) = E(Y )[1− E(Y )][ /(α + β +1)]
1

(3)
(4)

The Eq.4 represents form variance in beta distribution sunning beta distribution parameters
and expectation of the observations. In this approach Y is an Nx1 vector independent variable, α , β
in eq.16 are specified as functions of X , NxK matrix Where Ψ, Φ are vectors kx1 vectors of parameters representing the effects of the covariates upon compliance and defection.
174
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME
α = exp( X (Ψ ))
β = exp( X (Φ ))
N

logL = ∑lnΓ(α + β) −[lnΓ(α) + lnΓ(β)]+ (α −1) ln(y) + (β −1) ln( − y)
1

(5)

i =1

Where eq.5 represents log-beta maximum likelihood estimation (log-BMLE). When we use Gaussian
distribution, the distribution depends on two parameters mean and variance
f ( xi | α ,σ ) =

1
e
σ 2π

− ( xi −α ) 2
2σ

(6)

2

σ > 0and − ∞ < α < +∞

Where

Thelog-Gaussian maximum likelihood estimation (log-GMLE) as
n

ln L(α ,σ 2 ) = ∑ ln f (xi ;α ,σ 2 ) =
i =1

−n
n
1 n
ln(2π ) − ln σ 2 − 2 ∑ ( xi − α )2
2
2
2σ i =1

(7)

Where σ represents standard deviation and α represents mean.When we use Gamma distribution
where the distribution depends on two parameters as
f ( xi ; k ,θ ) =

1

θ

k

1
x k −1 e
Γ (k )

−x

θ

(8)

For x > 0 and k , θ > 0
The likelihood function for N observations (x1, ..., xN) is
n

n

xi

i =1

i =1

θ

ln L(k,θ ) = (k − 1)∑ln(xi ) − ∑

(9)

− Nk ln(θ ) − N ln Γ(k )

Where Eq.9 represents Log-Gamma maximum likelihood.

4. SAMPLING REPRESENTATION OF PROBABILITY DISTRIBUTION
The main function of the particle filter method is sampling representation of probability distribution where sampling representation of the likelihood if we have a collection of M points U
and a collection of weights wik where k = 1,2,..., M and X is the numbers of samples for this state.
These points are independent samples drawn from probability distribution function P (U ik ) then
wik = f (uik ) / P (U ik ) for some function f . Now the expectation of the weights with proposed distribution function can write as:
1
E
M

∑ g (u
k

k
i


) wik  = ∫ g (U ) f (U )dU


(10)

where g (U ) is a proposed distribution may use Gaussian , Beta or Gamma distribution. This repre-

sentation will consist of a set of weight points assume that f is non-negative and
and is finite. Then

∫

∫ f (U )dU exists

f (X )
is a probability density function represents the distribution of interest
f (U )dU

write as pf ( X ) . Now we have a collection of M points uik ~ P (U ) and a collection of weight as
175
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

wik = f (uik ) / P (U ik ) so we have
1
E
M

∑w

k
i

k


1 f (U )
 = ∫ P(U ) P(U )dU


Then
1
E
M

this means
E pf [g ] = ∫ g (U ) pf (U )dU

∑w

k
i

k


 = ∫ f (U ) dU


 ∑ g (uk ) wk 

E pf [g ] = E  k
 ∑w

k


k



(11)

∑ g (u ) w
[g ] ≈
∑w
k

E pf

k

k

(12)

k

k

In our approach compute the resembling of the likelihood for the used distribution function
and comparing with the histogram for the image is processing. The representation of the posterior
states conditional observations for each object as p ( X it | Yi 0:n ) can put in simple form when
represent a collection of M weight samples or particles, {x k , wk }M
where i the object number to
i ,t

i ,t

k =1

track and t is the frame number and k is the number of particles, so the particle representation of
this density as
(13)
p ( X i , t | Y i , 0 : N ) = ∑ w ik, t δ ( x i , t − x ik, t − 1 )
k

where the form of

p ( x i ,t | y i , 0: N ) = αP ( y i , 0: N | x i ,t ) ∫ P ( x i ,t −1 | y i , 0:t −1 ) P ( x i ,t | x i ,t −1 ) dx i ,t −1

(14)

So we approximate the formula of (12) as
p( xi ,t | yi ,0:N ) ≈ αP( yi ,0:N | xi ,t )∑ wik,t P( xi ,t | xik,t −1 )

(15)

k

So the particle filter can be viewed as operating as importance sampler on this distribution. The technique of importance sampling is a method of generating samples p( xi ,t ) is the density function that
can be evaluated by
M

p ( x) ≈ ∑ wk δ ( x − x k )

(16)

k

where the wk =

p( x)
g(xk )

where g ( x k ) is any proposed distribution is used for particles. So draw-

ing M samples xij, t from the proposed distribution g ( x k ) for i object so
xij,t ~ g ( x k ) = ∑ wik,t −1 P ( xi ,t | xik,t −1 )
k

176

(17)
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Then set the weight wij,t as the likelihood as
wij,t = P ( yi ,t | xij,t )

(18)

After that normalize the weights
wij,t
wij,t where wij,t =
∑k wik,t

(19)

5. EXPERIMENTS
We have used algorithm with the generalized probability distributions with different param
parameters which leads to different results as shown in figures 2-9, for example in the case α = 1 and γ = 3
2 9,
gives beta distribution .

parti
Figure 2 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3

Figure 3 tracking using Gaussian distribution function and 2000 particles when α = 1 and γ = 0.5
particles

Figure 4 tracking using gamma distribution function and 2000 particles when α = 0.25 and γ =5
177
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976
0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Figure 5 tracking using Poisson distribution function and 2000 particles when. α = 5 and γ = 3

Figure 6 Trajectory using Beta distribution function and 2000 particles

Figure 7 Trajectory using Gaussian distribution function and 2000 particles

Figure 8 Trajectory using Gamma distribution function and 2000 particles
Gamma

178
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Figure 9 Trajectory using Piossion distribution function and 2000 particles
For determine the speed of a moving object, when we are tracking the moving object, the
video is processed to determine the number of video frames and video time. Is determined by the desired positions of the required object and then determine its speed through the use of Particle Filter
method and several Different distribution functions (Gauss, beta, and gamma and Poisson) to compare the results. The Centers of Particle filter points are determined using the method of Kmean as
shown in Figures 10 and 11, and then specify the trajectory of the tracking object as show in figure
12. Firstly compute the center of object at each frame and accumulate the distances using Euclidean
distance.

Dist ൌ ∑୬ ටሺx୧ െ x୨ ሻଶ ൅ ሺy୧ െ y୨ ሻଶ
୧,୨ୀଵ

(20)

Where n is number of frames and ሺi, jሻ are the centers of object at frames. So we can compute
the velocity the object using. Table1 show the center of the object (balloon) at some frames. And the
parameters used are the following: BitsPerPixel = 24, FrameRate = 29.9700, Height = 480, Number
of frames = 106, VideoFormat = RGB24, Width = 720 and Time= 3.27 sec.
The real velocity is 0.36 m/sec but our approach gives 0.358 m/sec.

Figure 10 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3 at
frame #1

179
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

Figure 11 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3 at
frame from 1 to 106

Figure 12 Trajectory using Beta distribution function and 2000 particles
Table 1: show the center of the object at some frames
#
x
y
dist
P1
572.5
395.2
172.9585
P2
399.6
399.7
171.4786
P3
254.7
308
23.90063
P4
237.9
291
195.8252
P5
433.6
284
261.8262
P6
691.3
330.3
19.5438
P7
672.7
336.3
14.90034
P8
672.8
351.2
Total = 860.43

6. CONCLUSIONS
This approach presented a new technique to tracking multiple interacting objects based on a
generalized probabilistic particle filter and determines the velocity of object. In this method, a sample set of the tracked objects is constructed at the beginning of the tracking process. Then, we have
predicted the prior representation and position of the tracked objects depending on the minimization
of the parameters of the proposed generalized probabilistic distribution. Experimental results show
that, the proposed method can effectively improve the tracking precision especially multiple moving
objects. The proposed approach is an effective technique for tracking multiple interacting objects in
the presence of partial occlusion compared with other techniques
180
International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print),
ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME

REFERENCES
[1]
[2]

[3]
[4]
[5]

[6]
[7]
[8]

[9]

[10]
[11]

[12]
[13]

[14]
[15]
[16]
[17]

[18]

C. Wen, A. Azarbayejani, T. Darrell, and A. Pentland, “Pfinder: real time tracking of human
body,” IEEE Trans. On PAMI, vol.19, no.7, pp.780-785, 1997.
D. Comaniciu, V. Ramesh, and P. Meir, Real-time tracking of non-rigid objects using mean
shift, Proceedings of IEEE International Conference on Computer Vision and Pattern
Recognition, Hilton Head, 2000, pp. 142- 149.
M. Isard and A. Blake, Condensation conditional density propagation for visual tracking,
International Journal on Computer Vision, 29(1), 1998, pp. 5-28.
K. Nummiaro, E. Koller-Meier and L. Van Gool, An adaptive color-based particle filter,
Image and Vision Computing, 21(1), 2003, pp. 99-110.
M. Arulampalam, S. Maskell, N. Gordon, and T. Clapp, A tutorial on particle filters for
online nonlinear/non-Gaussian bayesian tracking, IEEE Transactions on Signal Processing,
50(2), 2002, pp. 174-188.
F. Huo and E. Hendriks, Multiple people tracking and pose estimation with occlusion
estimation, Computer Vision and Image Understanding 116 (2012), pp. 634–647.
N. Choa, Alan L. Yuille and S. Lee, Adaptive occlusion state estimation for human pose
tracking under self-occlusions, Pattern Recognition 46 (2013), pp. 649–661.
M. Kristan, J. Perš, M. Perše and S. Kovacˇic, Closed-world tracking of multiple interacting
targets for indoor-sports applications, Computer Vision and Image Understanding, 113,
(2009), pp. 598–611.
X. Zhao, Y. Satoh, H. Takauji, S. Kaneko ,K. Iwata and R. Ozaki, Object detection based on
a robust and accurate statistical multi-point-pair model, Pattern Recognition, 44 (2011),
pp. 1296–1311.
M. Roha, T. Kima, J. Parkb and S. Leea, Accurate object contour tracking based on boundary
edge selection, Pattern Recognition, 40, (2007), pp. 931 – 943.
P. Kaew, T. Ponga and Bowdenb, A real time adaptive visual surveillance system for tracking
low-resolution color targets in dynamically changing scenes, Image and Vision Computing,
21, (2003), pp. 913–929.
Z. Han, J. Jiao, B. Zhang, Q. Ye and J. Liu, Visual object tracking via sample-based Adaptive
Sparse Representation (AdaSR), Pattern Recognition, 44 (9), (2011), pp. 2170–2183.
Z. Feng, B. Yang, Y. Li, Y. Zheng, X. Zhao, J. Yin and Q. Meng, Real-time oriented
behavior-driven 3D freehand tracking for direct interaction, Pattern Recognition, 46, (2013),
pp. 590–608.
F. Huo, Emile A. Hendriks, Multiple people tracking and pose estimation with occlusion
estimation, Computer Vision and Image Understanding, 116, (2012), pp. 634–647.
A. Yilmaz, O. Javed and M. Shah, Object Tracking: A Survey, ACM Computing Surveys,
38(4), (2006), pp. 1-41.
P. Paolino, Maximum Likelihood Estimation of Models with Beta-distributed Dependent
Variables, Political Analysis, 9(4), (2010).
V Purandhar Reddy, “Object Tracking by Dtcwt Feature Vectors”, International Journal of
Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 73 - 78,
ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
Reshma R.Gulwani and Sudhirkumar D.Sawarkar, “Video Indexing using Shot Boundary
Detection Approach and Search Tracks in Video”, International Journal of Computer
Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 432 - 440, ISSN Print:
0976 – 6367, ISSN Online: 0976 – 6375.

181

More Related Content

What's hot

A Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassA Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassWaqas Tariq
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...CSCJournals
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transformIAEME Publication
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorIRJET Journal
 
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...cscpconf
 
ijrrest_vol-2_issue-2_013
ijrrest_vol-2_issue-2_013ijrrest_vol-2_issue-2_013
ijrrest_vol-2_issue-2_013Ashish Gupta
 
Kandemir Inferring Object Relevance From Gaze In Dynamic Scenes
Kandemir Inferring Object Relevance From Gaze In Dynamic ScenesKandemir Inferring Object Relevance From Gaze In Dynamic Scenes
Kandemir Inferring Object Relevance From Gaze In Dynamic ScenesKalle
 
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...CSCJournals
 
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
 
Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour IJECEIAES
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images csandit
 
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme ijcisjournal
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...eSAT Publishing House
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesCSCJournals
 
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEWGRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEWDrm Kapoor
 

What's hot (19)

A Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each ClassA Thresholding Method to Estimate Quantities of Each Class
A Thresholding Method to Estimate Quantities of Each Class
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
I0343065072
I0343065072I0343065072
I0343065072
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
 
B49010511
B49010511B49010511
B49010511
 
Image similarity using fourier transform
Image similarity using fourier transformImage similarity using fourier transform
Image similarity using fourier transform
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
Robust Adaptive Threshold Algorithm based on Kernel Fuzzy Clustering on Image...
 
ijrrest_vol-2_issue-2_013
ijrrest_vol-2_issue-2_013ijrrest_vol-2_issue-2_013
ijrrest_vol-2_issue-2_013
 
Kandemir Inferring Object Relevance From Gaze In Dynamic Scenes
Kandemir Inferring Object Relevance From Gaze In Dynamic ScenesKandemir Inferring Object Relevance From Gaze In Dynamic Scenes
Kandemir Inferring Object Relevance From Gaze In Dynamic Scenes
 
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
 
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...
 
I04302068075
I04302068075I04302068075
I04302068075
 
Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour Comparative analysis and implementation of structured edge active contour
Comparative analysis and implementation of structured edge active contour
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
 
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
 
Fast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular OrganellesFast Segmentation of Sub-cellular Organelles
Fast Segmentation of Sub-cellular Organelles
 
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEWGRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
GRAPH PARTITIONING FOR IMAGE SEGMENTATION USING ISOPERIMETRIC APPROACH: A REVIEW
 

Viewers also liked (9)

10120130406016
1012013040601610120130406016
10120130406016
 
40120140502004
4012014050200440120140502004
40120140502004
 
20120130406022
2012013040602220120130406022
20120130406022
 
20120140504016
2012014050401620120140504016
20120140504016
 
20320140502005 2-3-4
20320140502005 2-3-420320140502005 2-3-4
20320140502005 2-3-4
 
30120140502006
3012014050200630120140502006
30120140502006
 
20120140502018
2012014050201820120140502018
20120140502018
 
40120130406006
4012013040600640120130406006
40120130406006
 
20320130405015
2032013040501520320130405015
20320130405015
 

Similar to 50120130405020

A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionEditor IJCATR
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videoseSAT Journals
 
A Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundA Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundIJERA Editor
 
Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...IJECEIAES
 
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONHOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONcsandit
 
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONHOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONcscpconf
 
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
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionIJECEIAES
 
Self scale estimation of the tracking window merged with adaptive particle fi...
Self scale estimation of the tracking window merged with adaptive particle fi...Self scale estimation of the tracking window merged with adaptive particle fi...
Self scale estimation of the tracking window merged with adaptive particle fi...IJECEIAES
 
Long-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure RecoveryLong-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure RecoveryTELKOMNIKA JOURNAL
 
Classification of Multi-date Image using NDVI values
Classification of Multi-date Image using NDVI valuesClassification of Multi-date Image using NDVI values
Classification of Multi-date Image using NDVI valuesijsrd.com
 
Sensitivity analysis in a lidar camera calibration
Sensitivity analysis in a lidar camera calibrationSensitivity analysis in a lidar camera calibration
Sensitivity analysis in a lidar camera calibrationcsandit
 
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATION
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATIONSENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATION
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATIONcscpconf
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy Systeminventy
 
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...ijscmcj
 
Object tracking with SURF: ARM-Based platform Implementation
Object tracking with SURF: ARM-Based platform ImplementationObject tracking with SURF: ARM-Based platform Implementation
Object tracking with SURF: ARM-Based platform ImplementationEditor IJCATR
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval ofijcsity
 
Adaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture modelAdaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture modelTELKOMNIKA JOURNAL
 

Similar to 50120130405020 (20)

A Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis DetectionA Review on Classification Based Approaches for STEGanalysis Detection
A Review on Classification Based Approaches for STEGanalysis Detection
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
A Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic BackgroundA Novel Approach for Moving Object Detection from Dynamic Background
A Novel Approach for Moving Object Detection from Dynamic Background
 
Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...
 
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONHOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
 
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTIONHOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
HOL, GDCT AND LDCT FOR PEDESTRIAN DETECTION
 
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
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
Self scale estimation of the tracking window merged with adaptive particle fi...
Self scale estimation of the tracking window merged with adaptive particle fi...Self scale estimation of the tracking window merged with adaptive particle fi...
Self scale estimation of the tracking window merged with adaptive particle fi...
 
F045033337
F045033337F045033337
F045033337
 
Long-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure RecoveryLong-Term Robust Tracking Whith on Failure Recovery
Long-Term Robust Tracking Whith on Failure Recovery
 
Classification of Multi-date Image using NDVI values
Classification of Multi-date Image using NDVI valuesClassification of Multi-date Image using NDVI values
Classification of Multi-date Image using NDVI values
 
Sensitivity analysis in a lidar camera calibration
Sensitivity analysis in a lidar camera calibrationSensitivity analysis in a lidar camera calibration
Sensitivity analysis in a lidar camera calibration
 
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATION
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATIONSENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATION
SENSITIVITY ANALYSIS IN A LIDARCAMERA CALIBRATION
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...
EDGE DETECTION IN SEGMENTED IMAGES THROUGH MEAN SHIFT ITERATIVE GRADIENT USIN...
 
Object tracking with SURF: ARM-Based platform Implementation
Object tracking with SURF: ARM-Based platform ImplementationObject tracking with SURF: ARM-Based platform Implementation
Object tracking with SURF: ARM-Based platform Implementation
 
50120130405009
5012013040500950120130405009
50120130405009
 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
 
Adaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture modelAdaptive threshold for moving objects detection using gaussian mixture model
Adaptive threshold for moving objects detection using gaussian mixture model
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Recently uploaded (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

50120130405020

  • 1. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 4, Issue 5, September – October (2013), pp. 172-181 © IAEME: www.iaeme.com/ijcet.asp Journal Impact Factor (2013): 6.1302 (Calculated by GISI) www.jifactor.com IJCET ©IAEME ESTIMATE VELOCITY AND TRACK OF OBJECTS BASED ON PROBABILISTIC DISTRIBUTION FUNCTION R. F. Mansour1, 1 Abdul Samad A. Marghilani2 Department of Computer Science, Faculty of Science, Northern Border University, KSA 2 Dean of Scientific Research, Northern Border University, KSA ABSTRACT The estimation of velocity and tracking of objects is one of the most difficult problems in computer vision. In this approach introduces a multiple human objects tracking system to estimate the velocity and track multiple objects in the crowded scene in which occlusions occur, we have created random particles to represent the position of the objects, we have used maximum likelihood to compute the parameters for the used distribution, made resample for the maximum likelihood and histogram for the processing frame, displayed the particles on the target objects in each frame, and finally, we have drawn the trajectory for each object in the video. Results show that, the proposed method can effectively improve the tracking precision especially multiple moving objects. Keywords: Estimation of velocity, generalized distribution, particle filter, maximum likelihood, resamples particles 1. INTRODUCTION The estimation of velocity and tracking of objects is one of the most difficult problems in computer vision. It is used in automated surveillance and in many other applications. Most of the human object tracking systems is bottom-up processes based on the existing techniques such as change detection, frame difference, or background subtraction. The Pfinder [1] utilizes stochastic, region-based features, such as blob and 2D contour for person tracking. It proposes a novel model-based tracking system. However, it cannot handle multiple moving objects with occlusion. The traditional tracking approaches could be divided into data-driven and model-driven methods. Among the data-driven methods, mean shift algorithm is one of the most popular algorithms utilizing the color distribution as tracking cue [2]. But it does not work correctly in the presence of partial occlusion. For the period of the occlusion, the model-driven methods estimating and predicting the position of the tracking objects. Particle filter has shown overwhelming in object tracking 172
  • 2. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME systems which the posterior density and the observation density are often non-linear and non-Gaussian [3-7]. But both the mean shift and particle filter are based on similarity measurement of color distribution, which leads to a miss tracking when the background has similar color distribution with the tracked object. In order to improve tracking stability and precision, introducing some other features besides the color cue seems to be a preferable scheme. Tracking multiple interacting objects is more complex than the single object tracking. When tracking people, the person can change their movement as random as partial occlusions occurred. However many researchers applied monitored, but there are many problems when tracking multiple objects and when objects are interacting due to partial occlusions. There are different approaches dealing with object tracking in video images [8-9]. These approaches are highly affected by the presence of nonlinear, non-Gaussian and partial occlusion. Methods for monitoring objects may be divided into two categories: such as bottom-up and top-down approaches, tracking objects based on edge detection and use relates to the contour of the bottom upwards, but the tracking of objects based on color detection and particulate filters relates to top-down [10-11]. The estimation of grey-level derivatives is of great importance in the analysis of image sequences for velocity estimation. The approach used here begins with the problem where the apparent velocity of intensity patterns can be directly identified with the movement of surfaces in the scene. In our approach we track each person as a separate tracker which reduce the size of the state space and no need to know the relationship of a person with others [12]. We use particle filters to distinguish the target person. In this approach, we use probabilistic distributions to predict the person position, so the computation of the likelihood of particle filters for the used distribution function is required. The method can be described as Figure 1. Figure 1 show the outline the method 2. PROPOSED METHOD We apply our method in the following steps; 1. Initialization parameters where we initialed kernel matrix to restore the particles positions to the first positions when we start to process the frame. The suitable kernel is F_update =[1 0 1 0; 0 1 0 1; 0 0 1 0; 0 0 0 1]. Then Initialize the number of particle to represent the target color to track where suppose is 2000 particles, however increasing particles numbers give better result. We access the color of the object as RGB. Initialize the standard deviation for the color may be xstd_rgb = 50, standard deviation for the particles position xstd_pos = 25, standard deviation for direction particles movement as sxtd_vec = 5, and initialize the means of the required colors to track as Xrgb_trgt_red = [95; 2; 10], Xrgb_trgt_green = [30;85; 80], Xrgb_trgt_blue = [5; 26; 101]. 2. Loading video read the record video and store it as a matrix of pixels such as vr = videoreader(). The recorded video must compute the number of frames that means convert the video to frames to process frame as a single to detect the target object. It must compute the frame height and width. In our approach use video type avi and the video have 300 frames for three persons in closed rood, one static camera and clear background. 173
  • 3. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME 3. Create the particles as point’s random distribution where in this method we use separate particles color for each target object. The particles distribution depend on frame resolution and number of particles so we compute ( X, S, G) to track three persons distinguish by three colors( red , green and blue). The (X, S, G) represent the random integer positions for the particles. 4. we process each frame by the following steps: 4.1.store the current frame as variable matrix Y_k = read(vr,k) then 4.2.Update particles position where it depends on the particle update kernel, standard deviation for the particles position and standard deviation for direction particles movement and particle positions(X, S, G) in the previous frame. In this stage return the position of particles after adding standard deviation for particles positions multiple by standard values depend on the standard normal distribution for particles positions values, and direction particles movement multiple by standard values depend on the standard normal distribution for particles positions then new values for the particles position as (X, S, G). 4.3. Max Likeliklehood Estimation: is a method to estimate the parameters for the proposed distribution. MLE is different least-squares which is primary a descriptive tool and consume many complex calculations. MLE save a time [13]. 3. LIKELIHOOD Likelihood is useful method for parameter estimation in statistics. Many applications use likelihood technique especially the non-linear model with non-normal data [14-16]. In our approach we use likelihood technique to estimate the parameters of the proposed distribution for the obtained observation opposite the processing state. Finding the parameters value or parameters estimation, there are two methods for parameters estimation, least-squares and maximum likelihood the maximum likelihood estimation (MLE) is better than least-squares estimation (LSE) because the least-squares require linear regression, sum of squares error , proportion for variance and mean squared deviation. MLE has many advantages where MLE does not require linear regression so it is suitable for our approach there non-normal data, MLE give us complete information about parameters, give us the true value of the parameters. In our approach we model the hypothesis of the observations P ( yit | X it ) where the observations that conform the model, so the model is defined as a group of probability distributions indexed by model’s parameters. In our approach there are observations as Yi t = yi0 , yi1 ,..., yiN and there parameters for proposed distribution function such as beta distribution function as Γ (α + β ) α −1 (1) f (y |α,β) = y (1 − y ) β −1 Γ (α )Γ ( β ) Where 0 < y < 1, α , β > 0, Γ() denote the gamma function α (2) E (Y ) = α +β Var (Y ) = αβ (α + β ) (α + β + 1) 2 Var(Y ) = E(Y )[1− E(Y )][ /(α + β +1)] 1 (3) (4) The Eq.4 represents form variance in beta distribution sunning beta distribution parameters and expectation of the observations. In this approach Y is an Nx1 vector independent variable, α , β in eq.16 are specified as functions of X , NxK matrix Where Ψ, Φ are vectors kx1 vectors of parameters representing the effects of the covariates upon compliance and defection. 174
  • 4. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME α = exp( X (Ψ )) β = exp( X (Φ )) N logL = ∑lnΓ(α + β) −[lnΓ(α) + lnΓ(β)]+ (α −1) ln(y) + (β −1) ln( − y) 1 (5) i =1 Where eq.5 represents log-beta maximum likelihood estimation (log-BMLE). When we use Gaussian distribution, the distribution depends on two parameters mean and variance f ( xi | α ,σ ) = 1 e σ 2π − ( xi −α ) 2 2σ (6) 2 σ > 0and − ∞ < α < +∞ Where Thelog-Gaussian maximum likelihood estimation (log-GMLE) as n ln L(α ,σ 2 ) = ∑ ln f (xi ;α ,σ 2 ) = i =1 −n n 1 n ln(2π ) − ln σ 2 − 2 ∑ ( xi − α )2 2 2 2σ i =1 (7) Where σ represents standard deviation and α represents mean.When we use Gamma distribution where the distribution depends on two parameters as f ( xi ; k ,θ ) = 1 θ k 1 x k −1 e Γ (k ) −x θ (8) For x > 0 and k , θ > 0 The likelihood function for N observations (x1, ..., xN) is n n xi i =1 i =1 θ ln L(k,θ ) = (k − 1)∑ln(xi ) − ∑ (9) − Nk ln(θ ) − N ln Γ(k ) Where Eq.9 represents Log-Gamma maximum likelihood. 4. SAMPLING REPRESENTATION OF PROBABILITY DISTRIBUTION The main function of the particle filter method is sampling representation of probability distribution where sampling representation of the likelihood if we have a collection of M points U and a collection of weights wik where k = 1,2,..., M and X is the numbers of samples for this state. These points are independent samples drawn from probability distribution function P (U ik ) then wik = f (uik ) / P (U ik ) for some function f . Now the expectation of the weights with proposed distribution function can write as: 1 E M ∑ g (u k k i  ) wik  = ∫ g (U ) f (U )dU  (10) where g (U ) is a proposed distribution may use Gaussian , Beta or Gamma distribution. This repre- sentation will consist of a set of weight points assume that f is non-negative and and is finite. Then ∫ ∫ f (U )dU exists f (X ) is a probability density function represents the distribution of interest f (U )dU write as pf ( X ) . Now we have a collection of M points uik ~ P (U ) and a collection of weight as 175
  • 5. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME wik = f (uik ) / P (U ik ) so we have 1 E M ∑w k i k  1 f (U )  = ∫ P(U ) P(U )dU  Then 1 E M this means E pf [g ] = ∫ g (U ) pf (U )dU ∑w k i k   = ∫ f (U ) dU   ∑ g (uk ) wk   E pf [g ] = E  k  ∑w  k   k   (11) ∑ g (u ) w [g ] ≈ ∑w k E pf k k (12) k k In our approach compute the resembling of the likelihood for the used distribution function and comparing with the histogram for the image is processing. The representation of the posterior states conditional observations for each object as p ( X it | Yi 0:n ) can put in simple form when represent a collection of M weight samples or particles, {x k , wk }M where i the object number to i ,t i ,t k =1 track and t is the frame number and k is the number of particles, so the particle representation of this density as (13) p ( X i , t | Y i , 0 : N ) = ∑ w ik, t δ ( x i , t − x ik, t − 1 ) k where the form of p ( x i ,t | y i , 0: N ) = αP ( y i , 0: N | x i ,t ) ∫ P ( x i ,t −1 | y i , 0:t −1 ) P ( x i ,t | x i ,t −1 ) dx i ,t −1 (14) So we approximate the formula of (12) as p( xi ,t | yi ,0:N ) ≈ αP( yi ,0:N | xi ,t )∑ wik,t P( xi ,t | xik,t −1 ) (15) k So the particle filter can be viewed as operating as importance sampler on this distribution. The technique of importance sampling is a method of generating samples p( xi ,t ) is the density function that can be evaluated by M p ( x) ≈ ∑ wk δ ( x − x k ) (16) k where the wk = p( x) g(xk ) where g ( x k ) is any proposed distribution is used for particles. So draw- ing M samples xij, t from the proposed distribution g ( x k ) for i object so xij,t ~ g ( x k ) = ∑ wik,t −1 P ( xi ,t | xik,t −1 ) k 176 (17)
  • 6. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Then set the weight wij,t as the likelihood as wij,t = P ( yi ,t | xij,t ) (18) After that normalize the weights wij,t wij,t where wij,t = ∑k wik,t (19) 5. EXPERIMENTS We have used algorithm with the generalized probability distributions with different param parameters which leads to different results as shown in figures 2-9, for example in the case α = 1 and γ = 3 2 9, gives beta distribution . parti Figure 2 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3 Figure 3 tracking using Gaussian distribution function and 2000 particles when α = 1 and γ = 0.5 particles Figure 4 tracking using gamma distribution function and 2000 particles when α = 0.25 and γ =5 177
  • 7. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Figure 5 tracking using Poisson distribution function and 2000 particles when. α = 5 and γ = 3 Figure 6 Trajectory using Beta distribution function and 2000 particles Figure 7 Trajectory using Gaussian distribution function and 2000 particles Figure 8 Trajectory using Gamma distribution function and 2000 particles Gamma 178
  • 8. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Figure 9 Trajectory using Piossion distribution function and 2000 particles For determine the speed of a moving object, when we are tracking the moving object, the video is processed to determine the number of video frames and video time. Is determined by the desired positions of the required object and then determine its speed through the use of Particle Filter method and several Different distribution functions (Gauss, beta, and gamma and Poisson) to compare the results. The Centers of Particle filter points are determined using the method of Kmean as shown in Figures 10 and 11, and then specify the trajectory of the tracking object as show in figure 12. Firstly compute the center of object at each frame and accumulate the distances using Euclidean distance. Dist ൌ ∑୬ ටሺx୧ െ x୨ ሻଶ ൅ ሺy୧ െ y୨ ሻଶ ୧,୨ୀଵ (20) Where n is number of frames and ሺi, jሻ are the centers of object at frames. So we can compute the velocity the object using. Table1 show the center of the object (balloon) at some frames. And the parameters used are the following: BitsPerPixel = 24, FrameRate = 29.9700, Height = 480, Number of frames = 106, VideoFormat = RGB24, Width = 720 and Time= 3.27 sec. The real velocity is 0.36 m/sec but our approach gives 0.358 m/sec. Figure 10 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3 at frame #1 179
  • 9. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME Figure 11 tracking using beta distribution function and 2000 particles when α = 1 and γ = 3 at frame from 1 to 106 Figure 12 Trajectory using Beta distribution function and 2000 particles Table 1: show the center of the object at some frames # x y dist P1 572.5 395.2 172.9585 P2 399.6 399.7 171.4786 P3 254.7 308 23.90063 P4 237.9 291 195.8252 P5 433.6 284 261.8262 P6 691.3 330.3 19.5438 P7 672.7 336.3 14.90034 P8 672.8 351.2 Total = 860.43 6. CONCLUSIONS This approach presented a new technique to tracking multiple interacting objects based on a generalized probabilistic particle filter and determines the velocity of object. In this method, a sample set of the tracked objects is constructed at the beginning of the tracking process. Then, we have predicted the prior representation and position of the tracked objects depending on the minimization of the parameters of the proposed generalized probabilistic distribution. Experimental results show that, the proposed method can effectively improve the tracking precision especially multiple moving objects. The proposed approach is an effective technique for tracking multiple interacting objects in the presence of partial occlusion compared with other techniques 180
  • 10. International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 - 6375(Online), Volume 4, Issue 5, September - October (2013), © IAEME REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] C. Wen, A. Azarbayejani, T. Darrell, and A. Pentland, “Pfinder: real time tracking of human body,” IEEE Trans. On PAMI, vol.19, no.7, pp.780-785, 1997. D. Comaniciu, V. Ramesh, and P. Meir, Real-time tracking of non-rigid objects using mean shift, Proceedings of IEEE International Conference on Computer Vision and Pattern Recognition, Hilton Head, 2000, pp. 142- 149. M. Isard and A. Blake, Condensation conditional density propagation for visual tracking, International Journal on Computer Vision, 29(1), 1998, pp. 5-28. K. Nummiaro, E. Koller-Meier and L. Van Gool, An adaptive color-based particle filter, Image and Vision Computing, 21(1), 2003, pp. 99-110. M. Arulampalam, S. Maskell, N. Gordon, and T. Clapp, A tutorial on particle filters for online nonlinear/non-Gaussian bayesian tracking, IEEE Transactions on Signal Processing, 50(2), 2002, pp. 174-188. F. Huo and E. Hendriks, Multiple people tracking and pose estimation with occlusion estimation, Computer Vision and Image Understanding 116 (2012), pp. 634–647. N. Choa, Alan L. Yuille and S. Lee, Adaptive occlusion state estimation for human pose tracking under self-occlusions, Pattern Recognition 46 (2013), pp. 649–661. M. Kristan, J. Perš, M. Perše and S. Kovacˇic, Closed-world tracking of multiple interacting targets for indoor-sports applications, Computer Vision and Image Understanding, 113, (2009), pp. 598–611. X. Zhao, Y. Satoh, H. Takauji, S. Kaneko ,K. Iwata and R. Ozaki, Object detection based on a robust and accurate statistical multi-point-pair model, Pattern Recognition, 44 (2011), pp. 1296–1311. M. Roha, T. Kima, J. Parkb and S. Leea, Accurate object contour tracking based on boundary edge selection, Pattern Recognition, 40, (2007), pp. 931 – 943. P. Kaew, T. Ponga and Bowdenb, A real time adaptive visual surveillance system for tracking low-resolution color targets in dynamically changing scenes, Image and Vision Computing, 21, (2003), pp. 913–929. Z. Han, J. Jiao, B. Zhang, Q. Ye and J. Liu, Visual object tracking via sample-based Adaptive Sparse Representation (AdaSR), Pattern Recognition, 44 (9), (2011), pp. 2170–2183. Z. Feng, B. Yang, Y. Li, Y. Zheng, X. Zhao, J. Yin and Q. Meng, Real-time oriented behavior-driven 3D freehand tracking for direct interaction, Pattern Recognition, 46, (2013), pp. 590–608. F. Huo, Emile A. Hendriks, Multiple people tracking and pose estimation with occlusion estimation, Computer Vision and Image Understanding, 116, (2012), pp. 634–647. A. Yilmaz, O. Javed and M. Shah, Object Tracking: A Survey, ACM Computing Surveys, 38(4), (2006), pp. 1-41. P. Paolino, Maximum Likelihood Estimation of Models with Beta-distributed Dependent Variables, Political Analysis, 9(4), (2010). V Purandhar Reddy, “Object Tracking by Dtcwt Feature Vectors”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 73 - 78, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. Reshma R.Gulwani and Sudhirkumar D.Sawarkar, “Video Indexing using Shot Boundary Detection Approach and Search Tracks in Video”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 3, 2013, pp. 432 - 440, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 181