Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the latest and best face recognition algorithm? [closed]

am doing my final project that includes face recognition and am trying to implement it on matlab. can anybody help me on getting some resources on each algorithms and their pro's and cons. plus if i get their matlab implementation i would be glad.

i've tried PCA(Eigenfaces) but in some resources it says it not a good algorithm anymore. so am looking for an alternative.

like image 292
Serak Shiferaw Avatar asked Mar 26 '13 06:03

Serak Shiferaw


2 Answers

The Viola Jones Face Detector is nice but of course it is just detection: http://www.cs.ubc.ca/~lowe/425/slides/13-ViolaJones.pdf if you want the best results you can try fusion by employing multiple methods at once and recogintion rate can increase considerably if performance is not an issue

like image 149
fatihk Avatar answered Sep 17 '22 03:09

fatihk


  • One may use Gabor wavelets
  • face recognition in opencv
  • a matlab code uses Gabor feature
like image 29
0x90 Avatar answered Sep 17 '22 03:09

0x90