Title:
FLDbasedFaceRecognitionSystem_v2 Download
Description: 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
- [masm-src-1.5.tar] - This is a face recognition program, on t
- [FisherFace1] - The most classic Face Recognition fisher
- [pcalda] - Based on pca+ Lda+ Rough Set+ Fuzzy neur
- [gplab.toolbox.3] - The Source of Genetic Programming develo
- [PCA_LDA] - " Machine learning" classes on t
- [pcalda] - It includes 2 files pca and lda. After t
- [fisherface] - In this paper, the following Matlab7.5 r
- [DCT] - This is the design of the DCT-based fac
File list (Check if you may need any files):
FLD_based Face Recognition System_v2
....................................\CreateDatabase.m
....................................\example.m
....................................\FaceR
....................................\.....\14.jpg
....................................\.....\15.jpg
....................................\.....\16.jpg
....................................\.....\17.jpg
....................................\.....\18.jpg
....................................\.....\19.jpg
....................................\.....\2.jpg
....................................\.....\20.jpg
....................................\.....\3.jpg
....................................\.....\4.jpg
....................................\.....\5.jpg
....................................\.....\6.jpg
....................................\.....\7.jpg
....................................\.....\8.jpg
....................................\.....\9.jpg
....................................\FaceS
....................................\.....\5.jpg
....................................\.....\6.jpg
....................................\.....\7.jpg
....................................\.....\8.jpg
....................................\.....\9.jpg
....................................\FisherfaceCore.m
....................................\Readme.txt
....................................\Recognition.m