Background Subtraction
Background Subtraction
SUBTRACTION
Iftekharul Islam (C133014)
Amanat Ullah Juwel (C133008)
1
Background subtraction, also known as foreground detection
is a technique in the fields of image processing and computer vision
wherein an image's foreground is extracted for further processing
(object recognition etc.)
WHAT IS BACKGROUND
SUBTRACTION?
2
Moving object tracking by using PTZ camera
BACKGROUND SUBTRACTION
3
Surveillance tracking or human poses estimation
Video Surveillance
Optical Motion Capture
Human Computer Interaction
Content based Video Coding
Trafc monitoring
Real-time Motion Gesture Recognition
APPLICATIONS
4
Detecting moving objects:
Difference
5
Image at time t: Background at time t:
I (x, y, t) B(x, y, t)
> Th
SIMPLE APPROACH
6
Frame difference:
| frameiframesi-1| > Th
The estimated background is just the previous frame
It evidently works only in particular conditions of objects speed
and frame rate
Very sensitive to the threshold Th
FRAME DIFFERENCING
8
TH = 50 TH = 150
TH = 100 TH = 130
9
THRESHOLDING
Delay
BACKGROUND SUBTRACTION
ALGORITHMS
10
Coding: Applying basic methods
Applying on images
14