人脸识别 Resources

Showing items tagged with "人脸识别"

This face recognition program performs image preprocessing followed by feature extraction using Principal Component Analysis (PCA). The implementation includes histogram equalization, dimensionality reduction, and classification algorithms.

MATLAB 336 views Tagged

Implementation of face recognition using traditional Principal Component Analysis (PCA) method on Yale Face Database. PCA is a statistical approach based on Karhunen-Loève (K-L) transform, which represents an optimal orthogonal transformation widely used in data compression applications.

MATLAB 281 views Tagged

A MATLAB-implemented face recognition system based on Markov Model and Support Vector Machine with integrated face database. This robust implementation (non-original) demonstrates excellent performance with key features: database generation from training/test samples; face recognition rate calculation (96.5 ); specific image identification; real-time camera-based face recognition. The system utilizes probability transition matrices for feature extraction and SVM classification for pattern recognition.

MATLAB 312 views Tagged

A significant unsupervised dimensionality reduction technique, this method serves as a linearized variant of the manifold learning algorithm Laplacian Eigenmaps, demonstrating exceptional performance in facial recognition applications. Implementation typically involves constructing adjacency graphs, computing Laplacian matrices, and solving generalized eigenvalue problems.

MATLAB 300 views Tagged