人脸数据库 Resources

Showing items tagged with "人脸数据库"

A comprehensive face recognition system based on Local Binary Pattern (LBP) methodology, featuring subroutines for local binarization and histogram feature vector extraction. The system supports integration with face databases for testing recognition accuracy and demonstrates high recognition rates through robust algorithmic implementation.

MATLAB 280 views Tagged

The Yale B database is one of the most commonly used facial databases for illumination preprocessing research in face recognition. This dataset contains pre-cropped frontal facial images from 10 subjects, with 64 images per person totaling 640 images. The images are ready for immediate use in research implementations, typically requiring basic Python/Matlab code for loading and normalization such as OpenCV's imread() or PIL's Image.open() functions with reshape operations to standardize dimensions.

MATLAB 225 views Tagged

SVM face recognition program source code includes s1-s40 face database, face.m as main recognition program, and load_database.m for data loading function. Note: LIBSVM toolbox functions require manual installation - first install compiler, then execute make.m for setup.

MATLAB 297 views Tagged