Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

MOVING OBJECT

DETECTION IN REAL
TIME VIDEO USING
MATLAB
S U B M I T T E D BY S A N U B I YA K H A N & A K S H I TA M I T TA L
B A C H E LO R OF T E CH N OLO GY
COMPUTER SCIENCE &
ENGINEERING
Table Content

1) how it works?
2) Introduction
3) Platform to be used
4) Block diagram of whole system
5) Expected outcome
6) References

How it works?
Video Surveillance cameras are video cameras used for the purpose of
observing an area. They are often connected to a recording device or IP
network, and may be watched by a security guard or law enforcement officer.
In case of location have less percentage of movement (like home courtyard
during night); then we need to check whole recorded video to show where
and when that motion occur which are wasting in time. So this project aims at
processing the real time video captured by a Webcam to detect motion in the
Scene using MATLAB 2012a, with keeping in mind that camera still recorded
which means real time detection. The results show accuracy and efficiency in
detecting motion.
INTRODUCTION
Surveillance cameras can be an effective technique to protect public safety
and detect or deter criminal activity. Surveillance cameras are increasingly
being installed inside and outside of public buildings (in elevators, hallways,
entrances etc.), on streets, home, highways, in parks and public
transportation vehicles. Now a day, it is seen that surveillance cameras are
already prevalent in commercial establishments, with camera output being
recorded to tapes that are either rewritten periodically or stored in video
archives. To extract the maximum benefit from this recorded digital data,
detect any moving object from the scene is needed without engaging any
human eye to monitor things all the time. Real-time detection of moving
regions in image sequences is a fundamental step and critical task in many
vision applications. Frame difference used in this paper, which calculates the
differences between 2 frames at every pixel position and store the absolute
difference. It is used to visualize the moving objects in a sequence of frames.
This done according to threshold value whiles the video recorder still work.

Block-Diagram showing functioning of whole system


SYSTEM METHODOLOGY- The propose system uses MATLAB as environment
to detect motion in real time video as shown in flow diagram below:

You might also like