Top Banner
Face Recognition
18
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Face Recognition Proposal Presentation

Face Recognition

Page 2: Face Recognition Proposal Presentation

Under the Supervision of

Md. Shakir khan

Supervisor

Md. Nazmus Sadat

Co-supervisor

Page 3: Face Recognition Proposal Presentation

Group Members

Morshada AhkterMd. Atiqur Rahman Nurun Nahar Nisha

Page 4: Face Recognition Proposal Presentation

Outline

Biometrics

Why we choose face recognition over other biometric

Applications of face recognition

Face recognition

Working process

Our current working progress

Advantages & limitations

Future work

Page 5: Face Recognition Proposal Presentation

Biometrics

Fig: Biometrics

Page 6: Face Recognition Proposal Presentation

Why we choose face recognition

over other biometric

It requires no physical interaction on behalf of the user.

It is accurate and allows for high enrolment and verification rates.

It does not require an expert to interpret the comparison result.

It can use our existing hardware infrastructure, existing cameras and

image capture Devices will work with no problems

It is the only biometric that allow us to perform passive identificationin a one to many environments (e.g.: identifying a terrorist in a busy

Airport terminal)

Page 7: Face Recognition Proposal Presentation

Applications

Fig: Law Enforcement Fig: Security/Counterterrorism Fig: Immigration

Page 8: Face Recognition Proposal Presentation

Applications

Fig: Residential Security Fig: Banking using ATM Fig: Mobile unlocking

Page 9: Face Recognition Proposal Presentation

Face Recognition

Fig: Verification Fig: Identification

Page 10: Face Recognition Proposal Presentation

Advantages & Limitation

Advantages:

Its convenience and Social acceptability. all we need is our picture taken for it to

work.

Face recognition is easy to use and in many cases it can be performed without a

Person even knowing.

Face recognition is also one of the most inexpensive biometric in the market and Its

price should continue to go down.

Limitation:

Face recognition systems can’t tell the difference between identical twins.

Page 11: Face Recognition Proposal Presentation

Working Process

Input image

Face detection

DatabaseFace

recognitionMatch/

not-match

Page 12: Face Recognition Proposal Presentation

Required Elements

Using software

MATLAB 8.1 (R2013a)

Hardware

USB PC Camera-168

Required products

Image Acquisition Toolbox

Image Processing Toolbox

Computer Vision System Toolbox

Page 13: Face Recognition Proposal Presentation

Our current status

Fig: Input Image

Page 14: Face Recognition Proposal Presentation

Face Detection

Algorithm used:

viola-jones algorithm (CascadeObjectDetector)

Working parameters:

detect FrontalFaceCART, LeftEye, RightEye, Mouth, and Nose simultaneously

Toolbox

Image Processing Toolbox

Computer Vision System Toolbox

Main functions:

detectFaceParts: Detects frontal faces with parts.

detectRotFaceParts: Detects faces with parts rotating an input image

Advantage:

The performance is improved compared to the default usage of the face detection

Page 15: Face Recognition Proposal Presentation

Face Parts Detection

Fig: Detected face part from group picture

Fig: Separated each of face part from this picture

Page 16: Face Recognition Proposal Presentation

Difference

Fig: Default viola-jones algorithm Fig: Modified viola-jones algorithm

Page 17: Face Recognition Proposal Presentation

Our Future work

After detection part we will match the detected image with a test

image.

We are also working to create a database for our input images.

Then we do the Recognition Part

Page 18: Face Recognition Proposal Presentation

Thank you