0
votes

I have a problem with opencv2.3 and android 2.2: I have a set of 10 image where i take the face and with the functin PCACompute and PCAProjet, i compute the subspace of PCA and projet the image into this subspace.
So, i have the Mat with eigenvectors, the Mat with mean value and the Mat result.
My question is: how i can perform the face recognition with a new image? What data i must compare? Eigenvalues, eigenvectors?
I hope that someone can help me.
Thanks in advance.
Marco

1

1 Answers

1
votes

simply calculate euclidian distance between new image and trained images http://www.cognotics.com/opencv/servo_2007_series/part_5/page_5.html