人脸识别 Resources

Showing items tagged with "人脸识别"

MATLAB source code for face recognition implementing the feature matrix approach, including sample images and test datasets. The image filenames correspond directly to the naming conventions used in the MATLAB code. After extracting the compressed archive, the source code can be executed immediately without additional configuration.

MATLAB 259 views Tagged

A custom-implemented Gabor 2DPCA face recognition algorithm that extracts Gabor features and performs recognition using 2DPCA. Tested on the Yale face database with high accuracy and fast processing speed. The code allows direct recognition rate output by simply adjusting the number of training samples. Includes pre-loaded Yale database for immediate execution and result visualization - implements Gabor filter convolution, 2DPCA dimensionality reduction, and classification modules.

MATLAB 226 views Tagged

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 246 views Tagged

Sparse Representation Classifier implementation for face recognition applications, featuring well-documented function code suitable for beginners. Includes detailed algorithm explanations and practical implementation examples.

MATLAB 210 views Tagged