Download presentation
Presentation is loading. Please wait.
1
A Real-Time for Classification of Moving Objects 2006.6.1
2
Introduction Developed a software system by a static to detect and track moving object Main components: 1.initialization 2.adaptive update of a background model 3.detection and tracking of moving objects 4.extraction of feature vectors and classification
3
Change Detection and Background Modelling Temporal differencing -adaptive to changes in the environment, but does not detect the entire object Background subtraction - provide more reliable information about moving object but requires more complex processing
4
Background Initialization Background initialization is done in the first 1-2 seconds. First, initialize the background image by the first frame - Create a binary mask - use the Eucledian metric for measuring the distance
5
Looking at the binary mask created by thresholding the difference between and Updating the background pixels as:
6
The process stops when the number of remaining suspicious pixels After the process is finished the uninitialized background pixel set their values from the last frame
8
Background Adaptation An adaptive update of the background due to the two main reasons -changes caused by moving objects -changes due to illumination
9
Target Detection and Tracking Target detection is performing using the background subtraction. The target is partitioned into horizontal strips and the color table entries hold average RGB values for each strip The number of strips depends on target size
10
The color table is used for defineing an individual threshold for each pixel and every target. is the threshold image is the target color table of size
12
Feature Vectors and Classification The ratio between perimeter and area is commonly used as the object shape characteristic The ratio between the lengths of the vertical and horizontal axes of the ellipse fitted to the object contour
13
Star skeleton is created by connecting the center of mass of the moving object with contour points corresponding to the local maxima of the distance
14
Classification is performed for every 30 consecutive frames.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.