文件名称:FaceRecognition-master
介绍说明--下载内容均来自于网络,请自行研究使用
Face recognition written in MATLAB. This code implements Fisher s Discriminant Analysis and SVMs using LIBSVM.-The motivation of this project is to implement several techniques for face recognition:
Principal Component Analysis
Fisher’s Linear Discriminant Analysis
Support Vector Machines (SVM)
The code was written in Matlab, and it requires the user to install LIBSVM. Three face s are included to test the effectiveness of the algorithm in cases where the faces have variation in pose and illumination.
Principal Component Analysis
Fisher’s Linear Discriminant Analysis
Support Vector Machines (SVM)
The code was written in Matlab, and it requires the user to install LIBSVM. Three face s are included to test the effectiveness of the algorithm in cases where the faces have variation in pose and illumination.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FaceRecognition-master
......................\README.md
......................\data
......................\....\illumination.mat
......................\....\pose.mat
......................\....\simple.mat
......................\resources
......................\.........\figure1.png
......................\.........\figure2.png
......................\.........\figure3.png
......................\.........\figure4.png
......................\.........\figure5.png
......................\.........\figure6.png
......................\.........\figure7.png
......................\.........\formula1.png
......................\.........\formula2.png
......................\.........\formula3.png
......................\.........\formula4.png
......................\.........\formula5.png
......................\src
......................\...\main.m