which feature extraction use for face recognition ???

1 view (last 30 days)
I tried PCA a good method it can reduce the number of pixel to the number of input images but if i have a large data base its not very relevant ,in my case i have 3016*38416 input matrix where 3016 is the number of images and 38416 =196*196 the dimension of each image .when i used the pca the input matrix was reduced to 3016*3016 .

Answers (1)

Image Analyst
Image Analyst on 20 Oct 2012
For algorithm questions like this, first check the literature to find an algorithm. Then code it up in MATLAB. Then you can ask us questions on MATLAB programming if you need to.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!