MATLAB-Based Facial Image Attendance System
This project implements a facial recognition system using MATLAB. Unlike traditional approaches that perform simple head-to-head comparisons with limited practical value, this system employs an innovative methodology. The recognition process involves capturing facial data for training to extract unique facial features. During testing, the system processes full upper-body or full-body images by detecting and isolating faces, performing dimensionality reduction, and comparing them against a database. The system outputs identified individuals with their personal information while tracking attendance records. The architecture also supports secondary development for recognizing unknown faces outside the database, enabling alarm-triggering functionality for enhanced security.