Nowadays, I learn some articles on IEEE, some are about Generic Learning for Face Recognition from a Single Sample per Person. I want to programme on matlab, any one do some similar works, can you share some codes, thanks!
You can start using Principle Component Analysis (PCA) to extract the coefficient features. With Matlab you can try the function coeff = pca(X) where X is the input data images. Then you can use any algorithm as Fisher’s Linear Discriminant.