Description: 基于PCA的人脸识别的matlab程序,有需要的可以看看。-Face Recognition Based on PCA of matlab procedures, there is a need to look at the can. Platform: |
Size: 178176 |
Author: |
Hits:
Description: 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition
method, which is called Fisherface [1].
All functions are easy to use, as they are heavy commented.
Furtheremore, a sample script is included to showe their usage.
In general, you should follow this order:
1. Select training and test database paths.
2. Select path of the test image.
3. Run CreateDatabase function to create 2D matrix of all training images.
4. Run FisherfaceCore function to produce basis s of facespace.
5. Run Recognition function to get the name of equivalent image in training database.
For your convenience, I have prepared sample training and test databases, which are parts
of face94 Essex face database [2]. You just need to copy the above functions, along with
the training and test databases into a specified path (for example work path of your
MATLAB root). Then follow dialog boxes, which will appear upon running examp Platform: |
Size: 262144 |
Author:paul |
Hits: