|
The recognition process has three steps. First, we
calculate the face subspace from the training samples; then the new
face image to be identified is projected into k-dimensional
subspace by using (PCA, LDA, LPP and OLPP); finally, the new face image is
identified by a nearest neighbor classifier.
In both LPP and OLPP, we need to construct the affinity matrix, we use the following
matlab codes to construct the affinity matrix. Please refer the help of
'constructW.m' for detail explanations for these parameters.
|
![]()
![]()
|
|
The only difference of the experimental results shown on the right
from previous one is that we pre-process the data by normalizing each face vector to the unit.
For more detailed explanations of these experiments, please refer our paper: Deng Cai, Xiaofei He, Jiawei Han and Hongjiang Zhang, "Orthogonal Laplacianfaces for Face Recognition", IEEE Transactions on Image Processing, 2006. To Appear |
![]()
![]()
|