Real Time Face Based Detection and Tracking For Security System

You might also like

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

Real Time Face Based Detection

And Tracking For Security System


Introduction
• Definition
Facial recognition (or face recognition) is a biometric method
of identifying an individual by comparing live capture or digital
image data with the stored record for that person.

Facial recognition systems are commonly used for security


purposes but are increasingly being used in a variety of other
applications.

Face detection is a computer technology being used in a variety of


applications that identifies human faces in digital images.
Introduction
• Two Modes of detection
Identification: “Who is this”
The system compares the given individual to all the other individual
in the database and gives a ranked list of matches.

Verification: “Is this person who she or he claim to be?”


The system compare the given individual with who they say they are
and give a yes or no decision.
Problem And Objectives
• Current Problems
No Objective Comparison
Accuracy Not Satisfactory
Cannot Handle All Kind Of Variations

• Objectives
Provide Thorough And Objectively Comparison
Propose a framework to integrate different algorithms for better
performance
Implement a real-time face recognition system
Face Recognition Application
• Security
Access Control System
Law Enforcement

• Multimedia Database
Video Indexing
Human Search Engine
Different Tracking Algorithm
• Viola–Jones
The Viola–Jones object detection framework is the first object
detection framework to provide competitive object detection rates in
real-time proposed in 2001 by Paul Viola and Michael Jones. Although
it can be trained to detect a variety of object classes, it was motivated
primarily by the problem of face detection.
Different Tracking Algorithm
• Kanade–Lucas–Tomasi
In computer vision, the Kanade–Lucas–Tomasi (KLT) feature tracker
is an approach to feature extraction. It is proposed mainly for the
purpose of dealing with the problem that traditional image
registration techniques are generally costly. KLT makes use of spatial
intensity information to direct the search for the position that yields
the best match. It is faster than traditional techniques for examining
far fewer potential matches between the images.
Different Tracking Algorithm
• Blob Detection

In computer vision, blob detection methods are aimed at detecting


regions in a digital image that differ in properties, such as brightness
or color, compared to surrounding regions. Informally, a blob is a
region of an image in which some properties are constant or
approximately constant; all the points in a blob can be considered in
some sense to be similar to each other. The most common method for
blob detection is convolution.
Additional Feature
• E-mail Notification to the main user if someone
tries to gain unauthorized access.

• E-mail will get updated in every multiple


seconds.
Questions

You might also like