You are on page 1of 18

Surya Sen (12017002002014)

NAME : Shashwata Banerjee (12017002002034)


Arijit Sarkar (12017002002012)

Year : 4th Year


Dept. : Electronics and Communication Engineering
Subject : Final Year Project
Project Name : Attendance system using face recognition on MATLAB
Project Guide Name : Prof. Riya Sen
OUTLINE

GOAL
FINAL DEMO
STEPS
IMPROVEMENT
GOAL

Real - time face recognition

Face Face
Face Tracking
Detection Recognition
STEP 1 --- Face Detection

 Viola-Jones Algorithm

Feature types and evaluation : integral image


Classifier : AdaBoosting algorithm
Speedup : Cascading classifiers
Finally, putting things together
STEP 2 --- Face Tracking

 Eigenvalue Algorithm
Find corners
Polygon
STEP 3 --- Training

 Take real-time pictures of a person

 Set the size of images to 112* 92

 Save the training images of every person into a


database folder
STEP 3 --- Training

Database
STEP 4 --- Face Recognition

Principal Component Analysis Algorithm


√ Not much preprocessing
√ Easy to realize
√ Simple steps
√ Compress images and save computations
× Not resistant to interference
× Small samples
STEP 4 --- Face Recognition

Deriving the Eigenface Basis


Calculate the average face in face space

M
1

M

n 1
n
STEP 4 --- Face Recognition

Compute each face’s difference from


the average
 i  i  
Compute a covariance matrix (C) for
our dataset
M
1
C
M
 n n
 
n 1
T
STEP 4 --- Face Recognition

Simplifying the Initial Eigenface Basis

N M

N: the number of pixels in our image


M:the number of images in our dataset
Output:-
Feathers

Face tracking
Face Detection
Face Recognition
Thanks You

You might also like