Hey I am looking to design an algorithm in Matlab which is able to highlight faces in an image. I have posted this in the programming forum but not many people post there and so I have had little success. Basically I want to use an approach known as Eigenfaces, I am a little stuck and was wondering if anyone here has any experience?
Probably some of the most famous work in face detection is the viola and Jones paper: http://www.vision.caltech.edu/html-files/EE148-2005-Spring/pprs/viola04ijcv.pdf
It works very well for forward looking faces.
I've programmed this before, very easy. I think there is also a lot of source code available. I did a slittle work at the IDIAP institue, Martigny.
Have a look here: http://www.idiap.ch/~marcel/demos.php#demo1a

