人脸识别 Resources

Showing items tagged with "人脸识别"

This MATLAB source code implements face recognition using SVM algorithm, consisting of five main components: 1) ORL face database for training and testing, 2) OSU_SVM toolbox for function calls, 3) Main program with detailed comments, 4) Analysis report of results in Word format, and 5) Important usage notes. The implementation demonstrates practical SVM application for image classification tasks.

MATLAB 221 views Tagged

Face recognition implementation based on PCA (Principal Component Analysis) and LDA (Linear Discriminant Analysis). The main function loads image files, applies preprocessing techniques, executes the face recognition algorithm with dimensionality reduction, and generates performance accuracy plots.

MATLAB 272 views Tagged