FACE RECOGNITION ATTENDANCE SYSTEM
.Problem Statement & Solution Overview
PROBLEM STATEMENT
.Traditional attendance system are time consuming , prone to errors, and allow proxy attendance . There is a need for an automated , accurate and secure attendance system.
OBJECTIVE
In this project we are going to make work less by providing a way to take attendance online by detecting or recognition or face
We use this method to make it easy for the teachers and head of the department to manage the attendance data
KEY FEATURES
TECHNOLOGY USED �
METHODLOGY
This is how it show or record
The data
�KEY STEPS IN FACE RECOGNITION ATTENDANCE�
ALGORITHMS USED
1)Face detection algorithm:- First, the system detects the presence of a face in an image. The commonly used algorithm is Haar Cascade.
Explanation:- Haar cascade is a machine learning-based algorithm that identifies human faces in images. It works by detecting facial features such as eyes, nose, and edges. It is fast and suitable for real time applications.
2)Face recognition algorithm:- After detecting the face, the system identifies whose face it is .The commonly used algorithm is Local Binary Pattern Histogram.
Explanation:- LBPH analyzes the texture and patterns of the face . It decides the face image into small regions and creates histograms based on pixel patterns. These are the compared with stored data in the database to find the best match.
ADVANTAGES
LIMITATIONS
APPLICATIONS
CONCLUSION