SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74
www.ijera.com 71 | P a g e
A Novel Approach for Moving Object Detection from Dynamic
Background
Ms. Pinky R. Rathod, Mrs. Avani H. Patel
Assistant Professor, Veerayatan Institute of business administration and computer applications, Jakhaniya,
Mandvi, Kachchh – 370460
Assistant Professor, Veerayatan Institute of business administration and computer applications, Mandvi,
Jakhaniya, Kachchh - 370460
Abstract
In computer vision application, moving object detection is the key technology for intelligent video monitoring
system. Performance of an automated visual surveillance system considerably depends on its ability to detect
moving objects in thermodynamic environment. A subsequent action, such as tracking, analyzing the motion or
identifying objects, requires an accurate extraction of the foreground objects, making moving object detection a
crucial part of the system. The aim of this paper is to detect real moving objects from un-stationary background
regions (such as branches and leafs of a tree or a flag waving in the wind), limiting false negatives (objects
pixels that are not detected) as much as possible. In addition, it is assumed that the models of the target objects
and their motion are unknown, so as to achieve maximum application independence (i.e. algorithm works under
the non-prior training).
Keywords- Object detection, dynamic background, false negative
I. INTRODUCTION
Video surveillance is a process of analyzing
video sequences. It is an active area in computer
vision. It gives huge amount of data storage and
display. There are three types of Video surveillance
activities. Video surveillance activities can be
manual, semi-autonomous or fully-autonomous [1].
Intelligent visual surveillance (IVS) refers to an
automated visual monitoring process that involves
analysis and interpretation of object behaviors, as
well as object detection and tracking, to understand
the visual events of the scene [4]. Main tasks of IVS
include scene interpretation and wide area
surveillance control. Scene interpretation detects and
track moving objects in an image sequence. It is used
to understand their behaviors. Moving object
detection is fundamental and most important step of
information extraction in many computer vision
applications, including video surveillance, people
tracking, traffic monitoring and semantic annotation
of videos. There are typically a number of challenges
associated with the chosen scenario in a realistic
surveillance application environment, such as
dynamic background, illumination changes, and
occlusions.
II. OVERVIEW OF THE PROPOSED
SYSTEM
Automatic tracking of moving objects can be the
foundation for many interesting applications. An
accurate and efficient tracking capability at the heart
of such a system is essential for building higher level
vision-based intelligence. And the performance of the
tracking object depends on how accurately the object
has been segmented. The goal of the work
documented in this dissertation is three-fold: (a) to
segment the moving object efficiently from un-
stationary background (b) to set up an appropriate
algorithm for the optical flow based motion
segmentation. (c) to make the approach accurate by
removing noise and false alarm. To achieve the first
goal, we reduce the resolution of the image to be a
low resolution image. A low resolution image is done
by reducing spatial resolution of the image with
keeping the image size. For the second goal we
proposed a method based on gamma distribution of
velocity vector's magnitude which is more suitable
than other methods for the optical flow based motion
segmentation. And for third goal, we use energy
minimization method based on a Markov Random
Field (MRF).Which is a robust technique for
removing noise from the image as well as give
sufficient result in case of false alarm. Figure 1
shows the framework of presented robust approach
for moving object detection.
Fig.1 Framework of the method
RESEARCH ARTICLE OPEN ACCESS
Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74
www.ijera.com 72 | P a g e
III. PRE- PROCESSING
The first process in the motion detection is
capturing the image information using a video
camera. The motion detection stage includes some
image preprocessing step such as; gray-scaling and
smoothing, reducing image resolution using low
resolution image technique, morphological operation
and labeling. The preprocessing steps are applied to
reduce the image noise in order to achieve a higher
accuracy of the tracking. Here we will use the low
resolution concept. The low resolution image is
performed in three successive frames to remove the
small or fake motion in the background. In order to
reduce the processing time, gray-scale image is used
on entire process instead of color image.
IV. PIXEL LABELING
Optical flow is defined by the velocity field in
image plane due to motion of objects in image
sequences. Let I be the intensity of a pixel (x, y) of an
image in time t. In traditional optical flow analysis
techniques, the optical flow constraint equation is
expressed as [2].
(1)
Where u and v are two components of
velocity vector; and Ix, Iy, It are partial derivatives
with respect to x, y, t, respectively. By Horn and
Schuncks method [2], the components of the velocity
vector are computed by,
(2)
(3)
Where is a weighting constant; and i is
iteration number. If is a threshold value, the
iteration is stopped when the following condition is
satisfied:
(4)
If a random variable z(x, y) is the magnitude
of the velocity vector of a pixel (x, y) in an image,
z(x, y) is defined as[22]:
(5)
we make use of the gamma distribution for motion
segmentation. The distribution of z, i.e. h(z), takes
the following form [23]:
(6)
Where M means the maximum value of the
PDFs order; δk is a coefficient of each PDF; and µk is
decaying parameter of gamma function. Here, δk is 1
in k = 1, 5, 9,. . ., otherwise 0. To assign a label to
each pixel, the optimal number of PDFs, i.e. M,
should be determined in advance. Since M is the
number of clusters, we use the cluster validity
measure proposed by Ray and [3]. The principle of
this method is to minimize the within-cluster scatter
and maximize the between-cluster separation. The
cluster validity measure, validity, is obtained by:
(7)
Where w is the weight; N is the total number of
pixel; Cl is each cluster (l=0, 1,. . ., K-1); and ml
means a lth
mean. Then, we determine the optimal
threshold value Tn to get a label of each pixel. Tn is
determined by analyzing the distribution of (6).
Accordingly, it is the z-value at the intersection point
of two PDFs. If we assume that µ0 = ... = µk-1 = µ, Tn
is computed by:
(8)
We can assign a label to each pixel using (8).
The label field L(x, y) is expressed as follows:
(9)
However, although motion segmentation of each
pixel is performed using the gamma-distribution,
noisy regions also occurs. To remove the noisy
regions, the MRF is used in the proposed method.
V. MOTION SEGMENTATION
When we decide the presence of motion by
threshold, two problems are occurred. The first
problem is that we decide as a motion even if motion
doesn’t exist (This problem is called false alarm).
The second problem is that we decide as a non-
Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74
www.ijera.com 73 | P a g e
motion even if motion exists (this problem is called
miss)[4]. In this paper, we make use of MRF model
based on the Bayes rule to solve two problems.
Markov random field (MRF)
In order to correct false decisions of the motion
decision steps, we use MRF Model. According to the
Hammersley-Cliffiord theorem, the probability of z is
given by a Gibbs distribution, the maximization of
the a posteriori probability is equivalent to the
minimization of the energy function.
Energy minimization
The energy function is classically the sum of two
terms (corresponding to data-link and prior
knowledge, respectively)[27] as follows:
(10)
where σ2
, ml, and α are the observation variance, the
mean of lth
PDF, and a weighting constant chosen by
experiments, respectively ;and ls is a label of center
pixel s, ln is a label of neighboring pixel n,and Vc(ls,
ln) is a potential function associated with a binary
clique c = (s, n) [5,6]. Energy of each pixel is
computed using (10), and thus the final motion
segmentation results are obtained by energy
optimization techniques. In the proposed method, the
termination of iteration is automatically determined
based on the energy difference between iterations t
and t−1 as follows [7]:
(11)
where H and W represent the height and width of the
image sequence, respectively; and U(t) T (x, y)
denotes the total energy at an iteration t. For each
pixel s of the current image, the labels from 0 to K−1
are tested and the label that induces the minimum
local energy in the neighborhood is kept. The process
iterates over the image until is lower than 0.05%
of the first energy UT
0
. Accordingly, the final label
l* becomes one of 0, 1, . . ., K−1 and arranged
according to the magnitude of velocity vectors.
Finally, the pixels which l* is greater than 0 are
considered to have motion.
VI. EXPERIMENTAL RESULTS
The experiments were performed on Microsoft
Windows XP Professional operating system with
Intel Core 2 Duo 1.80GHz CPU and 2GB RAM. The
execution is performed using MATLAB(R2008a
version) and the tested video sequences are of AVI
and MPG format. To verify the effectiveness of the
approach two video sequences with different
scenarios have tested. The first of them is a car
moving on road that is covered by grass on both the
side. The second sequence is a fast moving car
passing from a forest. For evaluation of the
performance, ROC curve has been used. According
to the ROC curve, In first sequence, object detection
accuracy is 83.7% and in second sequence, accuracy
is 95.5 %.
Fig. 2 first, middle and last frame of first sequence
Fig. 3 gamma distribution plot of first sequence
Fig. 4 pixel labeling result, final result and ground
truth result of first sequence
Fig. 5 first, middle and last frame of second sequence
Fig. 6 gamma distribution plot of second sequence
Fig. 7 pixel labeling result, final result and ground
truth result of second sequence
Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74
www.ijera.com 74 | P a g e
VII. CONCLUSION
In this paper, a novel moving object detection
method based on gamma distribution has been
proposed. The experimental results shows that this
method work efficiently with sudden illumination
change, for both indoor as well as outdoor sequence
and also work effectively in situation of occlusion.
The proposed method uses optical flow analysis
which is very time consuming so pre processing step
has included but as after gray scale conversion
velocity vector has calculated the performance
degrades in situation where foreground is dark and
light background moves.
REFERENCES
[1] In Su Kim, Hong Seok Choi, Kwang Moo
Yi, Jin Young Choi, and Seong G
Kong,"Intelligent Visual Surveillance - A
Survey", "International Journal of Control,
Automation, and Systems", 8(5):926-
939,2010
[2] B. K. P. Horn and B. G. Schunck,
"Determining optical flow", Artificial
Intelligence, Vol. 17,pp. 185-203, 1981.
[3] Ray S, Turi RH,"Determination of number
clusters in K-means clustering and
application in colour image segmentation"
,In: Proceedings of international con
ference on advanced pattern recognition
and digital techniques, 1999. p.13743.
[4] M. Barkat,"Signal Detection and
Estimation", Artech House1991.
[5] Luthon F, Caplier A, Lievin M.
Spatiotemporal MRF approach to
video segmentation: application to motion
detection and lip segmentation. Signal
Process 1999;76:61–80.
[6] Jung C, Kim JK. Moving object
segmentation using Markov random field. J
Korea Inform Commun Soc 2002; 27:221–
30.
[7] Jung C, Jiao L. Novel Bayesian deringing
method in image interpolation and
compression using a SGLI prior. Opt
Express 2010; 18(7):7138–49.
[8] Budi Sugandi, Hyoungseop Kim., Joo Kooi
Tan and Seiji Ishikawa, "A BlockMatching
Technique for Object Tracking Based on
Peripheral Increment Sign Correlation
Image, Object Tracking", Dr. Hanna
Goszczynska (Ed.), ISBN: 978-953-307-
360-6,2011.
[9] Cheolkon Jung., L.C. Jiao, Maoguo Gong,
"A novel approach to motion segmentation
based on gamma distribution", International
Journal of Electronics and Communications
(AE),2012
[10] Jung C, Jiao L, Gong M, New optical ow
approach for motion segmentation
based on gamma distribution", In:
Proceedings of international conference on
multimedia modeling, 2010. p. 44453.
[11] F. Luthon, A. Caplier, and M. Lievin,
"Spatiotemporal MRF Approach toVideo
Segmentation: Application to Motion
Detection and Lip Segmentation",Signal
Processing 76,(1999), 61-80.
[12] "Receiver Operating Characteristics (ROC)
Curve Preparation - A Tutorial", "Boston:
Massachusetts Water Resources
Authority Report", ENQUAD 2005.

Contenu connexe

Tendances

Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130IJRAT
 
Human detection in hours of
Human detection in hours ofHuman detection in hours of
Human detection in hours ofijistjournal
 
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
 
Crowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line FilteringCrowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line Filteringpaperpublications3
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...sipij
 
IRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET Journal
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformIJCOAiir
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN csandit
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGEScsitconf
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGEScscpconf
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking SystemEditor IJMTER
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyIJERA Editor
 
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...IJAAS Team
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...ijistjournal
 
Comparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesComparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesIJERA Editor
 

Tendances (18)

Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130
 
Human detection in hours of
Human detection in hours ofHuman detection in hours of
Human detection in hours of
 
Object tracking
Object trackingObject tracking
Object tracking
 
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
 
Crowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line FilteringCrowd Density Estimation Using Base Line Filtering
Crowd Density Estimation Using Base Line Filtering
 
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
A NOVEL METHOD FOR PERSON TRACKING BASED K-NN : COMPARISON WITH SIFT AND MEAN...
 
IRJET-Motion Segmentation
IRJET-Motion SegmentationIRJET-Motion Segmentation
IRJET-Motion Segmentation
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet Transform
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
 
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking System
 
Motion Human Detection & Tracking Based On Background Subtraction
Motion Human Detection & Tracking Based On Background SubtractionMotion Human Detection & Tracking Based On Background Subtraction
Motion Human Detection & Tracking Based On Background Subtraction
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A Survey
 
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
 
Comparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition TechniquesComparative Analysis of Hand Gesture Recognition Techniques
Comparative Analysis of Hand Gesture Recognition Techniques
 
F1063337
F1063337F1063337
F1063337
 

En vedette

LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDEN
LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDENLEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDEN
LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDENMisha de Sterke
 
A4_brochure_Industrislanger og koblinger_aug16_ipaper
A4_brochure_Industrislanger og koblinger_aug16_ipaperA4_brochure_Industrislanger og koblinger_aug16_ipaper
A4_brochure_Industrislanger og koblinger_aug16_ipaperJørgen Glensgaard
 
Study of Density Based Clustering Techniques on Data Streams
Study of Density Based Clustering Techniques on Data StreamsStudy of Density Based Clustering Techniques on Data Streams
Study of Density Based Clustering Techniques on Data StreamsIJERA Editor
 
2015 Cadillac CTS Sedan eBrochure
2015 Cadillac CTS Sedan eBrochure2015 Cadillac CTS Sedan eBrochure
2015 Cadillac CTS Sedan eBrochurevisibledealer
 
Applying Human Rights Standards to Privatization of Education in Uganda
Applying Human Rights Standards to Privatization of Education in UgandaApplying Human Rights Standards to Privatization of Education in Uganda
Applying Human Rights Standards to Privatization of Education in UgandaPERIGlobal
 
Advocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experienceAdvocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experiencePERIGlobal
 
Structural Analysis Of Alfa Fibers After Chemical Treatment
Structural Analysis Of Alfa Fibers After Chemical TreatmentStructural Analysis Of Alfa Fibers After Chemical Treatment
Structural Analysis Of Alfa Fibers After Chemical TreatmentIJERA Editor
 
An Approach for Low Power CMOS Design
An Approach for Low Power CMOS DesignAn Approach for Low Power CMOS Design
An Approach for Low Power CMOS DesignIJERA Editor
 
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...IJERA Editor
 
219290962 shobirien-telaah-kritis-disertasi
219290962 shobirien-telaah-kritis-disertasi219290962 shobirien-telaah-kritis-disertasi
219290962 shobirien-telaah-kritis-disertasiAgung Djibran
 
Effect of Solvent Swelling on the reactivity of demineralized Turkish Lignite
Effect of Solvent Swelling on the reactivity of demineralized Turkish LigniteEffect of Solvent Swelling on the reactivity of demineralized Turkish Lignite
Effect of Solvent Swelling on the reactivity of demineralized Turkish LigniteIJERA Editor
 
Deshiroj Te Pendohem Por
Deshiroj Te Pendohem PorDeshiroj Te Pendohem Por
Deshiroj Te Pendohem Porguestef339
 

En vedette (14)

LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDEN
LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDENLEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDEN
LEAN STARTUP PT.1 EEN PROBLEEM VINDEN DAT OPGELOST MAG WORDEN
 
A4_brochure_Industrislanger og koblinger_aug16_ipaper
A4_brochure_Industrislanger og koblinger_aug16_ipaperA4_brochure_Industrislanger og koblinger_aug16_ipaper
A4_brochure_Industrislanger og koblinger_aug16_ipaper
 
Study of Density Based Clustering Techniques on Data Streams
Study of Density Based Clustering Techniques on Data StreamsStudy of Density Based Clustering Techniques on Data Streams
Study of Density Based Clustering Techniques on Data Streams
 
2015 Cadillac CTS Sedan eBrochure
2015 Cadillac CTS Sedan eBrochure2015 Cadillac CTS Sedan eBrochure
2015 Cadillac CTS Sedan eBrochure
 
Applying Human Rights Standards to Privatization of Education in Uganda
Applying Human Rights Standards to Privatization of Education in UgandaApplying Human Rights Standards to Privatization of Education in Uganda
Applying Human Rights Standards to Privatization of Education in Uganda
 
Advocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experienceAdvocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experience
 
Structural Analysis Of Alfa Fibers After Chemical Treatment
Structural Analysis Of Alfa Fibers After Chemical TreatmentStructural Analysis Of Alfa Fibers After Chemical Treatment
Structural Analysis Of Alfa Fibers After Chemical Treatment
 
An Approach for Low Power CMOS Design
An Approach for Low Power CMOS DesignAn Approach for Low Power CMOS Design
An Approach for Low Power CMOS Design
 
Prioritizing and evaluating climate-smart practices and services
Prioritizing and evaluating climate-smart practices and servicesPrioritizing and evaluating climate-smart practices and services
Prioritizing and evaluating climate-smart practices and services
 
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...
A Geographical Distribution of Aids Cases in Tamilnadu District Wise (2008 – ...
 
219290962 shobirien-telaah-kritis-disertasi
219290962 shobirien-telaah-kritis-disertasi219290962 shobirien-telaah-kritis-disertasi
219290962 shobirien-telaah-kritis-disertasi
 
Effect of Solvent Swelling on the reactivity of demineralized Turkish Lignite
Effect of Solvent Swelling on the reactivity of demineralized Turkish LigniteEffect of Solvent Swelling on the reactivity of demineralized Turkish Lignite
Effect of Solvent Swelling on the reactivity of demineralized Turkish Lignite
 
L53026265
L53026265L53026265
L53026265
 
Deshiroj Te Pendohem Por
Deshiroj Te Pendohem PorDeshiroj Te Pendohem Por
Deshiroj Te Pendohem Por
 

Similaire à A Novel Approach for Moving Object Detection from Dynamic Background

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
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...ijait
 
Automated traffic sign board
Automated traffic sign boardAutomated traffic sign board
Automated traffic sign boardijcsa
 
Motion Detection and Clustering Using PCA and NN in Color Image Sequence
Motion Detection and Clustering Using PCA and NN in Color Image SequenceMotion Detection and Clustering Using PCA and NN in Color Image Sequence
Motion Detection and Clustering Using PCA and NN in Color Image SequenceTELKOMNIKA JOURNAL
 
Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4IAEME Publication
 
Trajectory Based Unusual Human Movement Identification for ATM System
	 Trajectory Based Unusual Human Movement Identification for ATM System	 Trajectory Based Unusual Human Movement Identification for ATM System
Trajectory Based Unusual Human Movement Identification for ATM SystemIRJET Journal
 
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
 
Design and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of viewDesign and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of viewsipij
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionIRJET Journal
 
Performance Evaluation of Object Tracking Technique Based on Position Vectors
Performance Evaluation of Object Tracking Technique Based on Position VectorsPerformance Evaluation of Object Tracking Technique Based on Position Vectors
Performance Evaluation of Object Tracking Technique Based on Position VectorsCSCJournals
 
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
 
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN cscpconf
 
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
 

Similaire à A Novel Approach for Moving Object Detection from Dynamic Background (20)

I0343065072
I0343065072I0343065072
I0343065072
 
D018112429
D018112429D018112429
D018112429
 
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)
 
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
A Robust Method for Moving Object Detection Using Modified Statistical Mean M...
 
Automated traffic sign board
Automated traffic sign boardAutomated traffic sign board
Automated traffic sign board
 
Motion Detection and Clustering Using PCA and NN in Color Image Sequence
Motion Detection and Clustering Using PCA and NN in Color Image SequenceMotion Detection and Clustering Using PCA and NN in Color Image Sequence
Motion Detection and Clustering Using PCA and NN in Color Image Sequence
 
Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4Object tracking by dtcwt feature vectors 2-3-4
Object tracking by dtcwt feature vectors 2-3-4
 
Trajectory Based Unusual Human Movement Identification for ATM System
	 Trajectory Based Unusual Human Movement Identification for ATM System	 Trajectory Based Unusual Human Movement Identification for ATM System
Trajectory Based Unusual Human Movement Identification for ATM System
 
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
 
Design and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of viewDesign and implementation of video tracking system based on camera field of view
Design and implementation of video tracking system based on camera field of view
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action Recognition
 
05397385
0539738505397385
05397385
 
05397385
0539738505397385
05397385
 
Performance Evaluation of Object Tracking Technique Based on Position Vectors
Performance Evaluation of Object Tracking Technique Based on Position VectorsPerformance Evaluation of Object Tracking Technique Based on Position Vectors
Performance Evaluation of Object Tracking Technique Based on Position Vectors
 
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
 
50120130405020
5012013040502050120130405020
50120130405020
 
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
A Novel Background Subtraction Algorithm for Person Tracking Based on K-NN
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
 
F045033337
F045033337F045033337
F045033337
 

Dernier

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Dernier (20)

KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 

A Novel Approach for Moving Object Detection from Dynamic Background

  • 1. Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74 www.ijera.com 71 | P a g e A Novel Approach for Moving Object Detection from Dynamic Background Ms. Pinky R. Rathod, Mrs. Avani H. Patel Assistant Professor, Veerayatan Institute of business administration and computer applications, Jakhaniya, Mandvi, Kachchh – 370460 Assistant Professor, Veerayatan Institute of business administration and computer applications, Mandvi, Jakhaniya, Kachchh - 370460 Abstract In computer vision application, moving object detection is the key technology for intelligent video monitoring system. Performance of an automated visual surveillance system considerably depends on its ability to detect moving objects in thermodynamic environment. A subsequent action, such as tracking, analyzing the motion or identifying objects, requires an accurate extraction of the foreground objects, making moving object detection a crucial part of the system. The aim of this paper is to detect real moving objects from un-stationary background regions (such as branches and leafs of a tree or a flag waving in the wind), limiting false negatives (objects pixels that are not detected) as much as possible. In addition, it is assumed that the models of the target objects and their motion are unknown, so as to achieve maximum application independence (i.e. algorithm works under the non-prior training). Keywords- Object detection, dynamic background, false negative I. INTRODUCTION Video surveillance is a process of analyzing video sequences. It is an active area in computer vision. It gives huge amount of data storage and display. There are three types of Video surveillance activities. Video surveillance activities can be manual, semi-autonomous or fully-autonomous [1]. Intelligent visual surveillance (IVS) refers to an automated visual monitoring process that involves analysis and interpretation of object behaviors, as well as object detection and tracking, to understand the visual events of the scene [4]. Main tasks of IVS include scene interpretation and wide area surveillance control. Scene interpretation detects and track moving objects in an image sequence. It is used to understand their behaviors. Moving object detection is fundamental and most important step of information extraction in many computer vision applications, including video surveillance, people tracking, traffic monitoring and semantic annotation of videos. There are typically a number of challenges associated with the chosen scenario in a realistic surveillance application environment, such as dynamic background, illumination changes, and occlusions. II. OVERVIEW OF THE PROPOSED SYSTEM Automatic tracking of moving objects can be the foundation for many interesting applications. An accurate and efficient tracking capability at the heart of such a system is essential for building higher level vision-based intelligence. And the performance of the tracking object depends on how accurately the object has been segmented. The goal of the work documented in this dissertation is three-fold: (a) to segment the moving object efficiently from un- stationary background (b) to set up an appropriate algorithm for the optical flow based motion segmentation. (c) to make the approach accurate by removing noise and false alarm. To achieve the first goal, we reduce the resolution of the image to be a low resolution image. A low resolution image is done by reducing spatial resolution of the image with keeping the image size. For the second goal we proposed a method based on gamma distribution of velocity vector's magnitude which is more suitable than other methods for the optical flow based motion segmentation. And for third goal, we use energy minimization method based on a Markov Random Field (MRF).Which is a robust technique for removing noise from the image as well as give sufficient result in case of false alarm. Figure 1 shows the framework of presented robust approach for moving object detection. Fig.1 Framework of the method RESEARCH ARTICLE OPEN ACCESS
  • 2. Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74 www.ijera.com 72 | P a g e III. PRE- PROCESSING The first process in the motion detection is capturing the image information using a video camera. The motion detection stage includes some image preprocessing step such as; gray-scaling and smoothing, reducing image resolution using low resolution image technique, morphological operation and labeling. The preprocessing steps are applied to reduce the image noise in order to achieve a higher accuracy of the tracking. Here we will use the low resolution concept. The low resolution image is performed in three successive frames to remove the small or fake motion in the background. In order to reduce the processing time, gray-scale image is used on entire process instead of color image. IV. PIXEL LABELING Optical flow is defined by the velocity field in image plane due to motion of objects in image sequences. Let I be the intensity of a pixel (x, y) of an image in time t. In traditional optical flow analysis techniques, the optical flow constraint equation is expressed as [2]. (1) Where u and v are two components of velocity vector; and Ix, Iy, It are partial derivatives with respect to x, y, t, respectively. By Horn and Schuncks method [2], the components of the velocity vector are computed by, (2) (3) Where is a weighting constant; and i is iteration number. If is a threshold value, the iteration is stopped when the following condition is satisfied: (4) If a random variable z(x, y) is the magnitude of the velocity vector of a pixel (x, y) in an image, z(x, y) is defined as[22]: (5) we make use of the gamma distribution for motion segmentation. The distribution of z, i.e. h(z), takes the following form [23]: (6) Where M means the maximum value of the PDFs order; δk is a coefficient of each PDF; and µk is decaying parameter of gamma function. Here, δk is 1 in k = 1, 5, 9,. . ., otherwise 0. To assign a label to each pixel, the optimal number of PDFs, i.e. M, should be determined in advance. Since M is the number of clusters, we use the cluster validity measure proposed by Ray and [3]. The principle of this method is to minimize the within-cluster scatter and maximize the between-cluster separation. The cluster validity measure, validity, is obtained by: (7) Where w is the weight; N is the total number of pixel; Cl is each cluster (l=0, 1,. . ., K-1); and ml means a lth mean. Then, we determine the optimal threshold value Tn to get a label of each pixel. Tn is determined by analyzing the distribution of (6). Accordingly, it is the z-value at the intersection point of two PDFs. If we assume that µ0 = ... = µk-1 = µ, Tn is computed by: (8) We can assign a label to each pixel using (8). The label field L(x, y) is expressed as follows: (9) However, although motion segmentation of each pixel is performed using the gamma-distribution, noisy regions also occurs. To remove the noisy regions, the MRF is used in the proposed method. V. MOTION SEGMENTATION When we decide the presence of motion by threshold, two problems are occurred. The first problem is that we decide as a motion even if motion doesn’t exist (This problem is called false alarm). The second problem is that we decide as a non-
  • 3. Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74 www.ijera.com 73 | P a g e motion even if motion exists (this problem is called miss)[4]. In this paper, we make use of MRF model based on the Bayes rule to solve two problems. Markov random field (MRF) In order to correct false decisions of the motion decision steps, we use MRF Model. According to the Hammersley-Cliffiord theorem, the probability of z is given by a Gibbs distribution, the maximization of the a posteriori probability is equivalent to the minimization of the energy function. Energy minimization The energy function is classically the sum of two terms (corresponding to data-link and prior knowledge, respectively)[27] as follows: (10) where σ2 , ml, and α are the observation variance, the mean of lth PDF, and a weighting constant chosen by experiments, respectively ;and ls is a label of center pixel s, ln is a label of neighboring pixel n,and Vc(ls, ln) is a potential function associated with a binary clique c = (s, n) [5,6]. Energy of each pixel is computed using (10), and thus the final motion segmentation results are obtained by energy optimization techniques. In the proposed method, the termination of iteration is automatically determined based on the energy difference between iterations t and t−1 as follows [7]: (11) where H and W represent the height and width of the image sequence, respectively; and U(t) T (x, y) denotes the total energy at an iteration t. For each pixel s of the current image, the labels from 0 to K−1 are tested and the label that induces the minimum local energy in the neighborhood is kept. The process iterates over the image until is lower than 0.05% of the first energy UT 0 . Accordingly, the final label l* becomes one of 0, 1, . . ., K−1 and arranged according to the magnitude of velocity vectors. Finally, the pixels which l* is greater than 0 are considered to have motion. VI. EXPERIMENTAL RESULTS The experiments were performed on Microsoft Windows XP Professional operating system with Intel Core 2 Duo 1.80GHz CPU and 2GB RAM. The execution is performed using MATLAB(R2008a version) and the tested video sequences are of AVI and MPG format. To verify the effectiveness of the approach two video sequences with different scenarios have tested. The first of them is a car moving on road that is covered by grass on both the side. The second sequence is a fast moving car passing from a forest. For evaluation of the performance, ROC curve has been used. According to the ROC curve, In first sequence, object detection accuracy is 83.7% and in second sequence, accuracy is 95.5 %. Fig. 2 first, middle and last frame of first sequence Fig. 3 gamma distribution plot of first sequence Fig. 4 pixel labeling result, final result and ground truth result of first sequence Fig. 5 first, middle and last frame of second sequence Fig. 6 gamma distribution plot of second sequence Fig. 7 pixel labeling result, final result and ground truth result of second sequence
  • 4. Ms. Pinky R. Rathod Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 3, ( Part -2) March 2015, pp.71-74 www.ijera.com 74 | P a g e VII. CONCLUSION In this paper, a novel moving object detection method based on gamma distribution has been proposed. The experimental results shows that this method work efficiently with sudden illumination change, for both indoor as well as outdoor sequence and also work effectively in situation of occlusion. The proposed method uses optical flow analysis which is very time consuming so pre processing step has included but as after gray scale conversion velocity vector has calculated the performance degrades in situation where foreground is dark and light background moves. REFERENCES [1] In Su Kim, Hong Seok Choi, Kwang Moo Yi, Jin Young Choi, and Seong G Kong,"Intelligent Visual Surveillance - A Survey", "International Journal of Control, Automation, and Systems", 8(5):926- 939,2010 [2] B. K. P. Horn and B. G. Schunck, "Determining optical flow", Artificial Intelligence, Vol. 17,pp. 185-203, 1981. [3] Ray S, Turi RH,"Determination of number clusters in K-means clustering and application in colour image segmentation" ,In: Proceedings of international con ference on advanced pattern recognition and digital techniques, 1999. p.13743. [4] M. Barkat,"Signal Detection and Estimation", Artech House1991. [5] Luthon F, Caplier A, Lievin M. Spatiotemporal MRF approach to video segmentation: application to motion detection and lip segmentation. Signal Process 1999;76:61–80. [6] Jung C, Kim JK. Moving object segmentation using Markov random field. J Korea Inform Commun Soc 2002; 27:221– 30. [7] Jung C, Jiao L. Novel Bayesian deringing method in image interpolation and compression using a SGLI prior. Opt Express 2010; 18(7):7138–49. [8] Budi Sugandi, Hyoungseop Kim., Joo Kooi Tan and Seiji Ishikawa, "A BlockMatching Technique for Object Tracking Based on Peripheral Increment Sign Correlation Image, Object Tracking", Dr. Hanna Goszczynska (Ed.), ISBN: 978-953-307- 360-6,2011. [9] Cheolkon Jung., L.C. Jiao, Maoguo Gong, "A novel approach to motion segmentation based on gamma distribution", International Journal of Electronics and Communications (AE),2012 [10] Jung C, Jiao L, Gong M, New optical ow approach for motion segmentation based on gamma distribution", In: Proceedings of international conference on multimedia modeling, 2010. p. 44453. [11] F. Luthon, A. Caplier, and M. Lievin, "Spatiotemporal MRF Approach toVideo Segmentation: Application to Motion Detection and Lip Segmentation",Signal Processing 76,(1999), 61-80. [12] "Receiver Operating Characteristics (ROC) Curve Preparation - A Tutorial", "Boston: Massachusetts Water Resources Authority Report", ENQUAD 2005.