Face Recognition Based Attendance System
Face Recognition Based Attendance System
BASED ATTENDANCE
SYSTEM
INTRODUCTION
Methods for taking attendance :
1. Manual Marking
2. Biometrics
3. RFID based
Software
OpenCV library (For face Detection )
Haar Cascade feature (For face Recognition )
APPROACHES FOR FACE RECOGNITION
The different approaches of face recognition are : -
Holistic Approach – In this, the whole face region is
taken as an input in face detection system to perform
face recognition.
Feature-based Approach – where the local features
on the face such as the noise and eyes are segmented
and then fed to the face detection system to ease the
task of face recognition.
Hybrid Approach – In hybrid approach, both the
local features and the whole face are used as input to
the detection system, this approach is more similar to
the behaviour of human beings in recognizing faces
ALGORITHM FOR FACE RECOGNITION
The Most Popular algorithms are:
1. Principal Component Analysis based Eigenfaces.
2. Linear Discriminate Analysis.
3. Elastic Bunch Graph Matching using the fisher face
algorithm
4. The Hidden Markov Model
5. Neuronal Motivated Dynamic Link Matching.
2. FisherFace
3. LBPH