人脸定位 Resources

Showing items tagged with "人脸定位"

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.

MATLAB 221 views Tagged

This MATLAB source code demonstrates face detection and localization techniques, providing valuable implementation examples for image processing practitioners. The code includes algorithms for facial feature extraction and bounding box computation.

MATLAB 169 views Tagged