Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Face recognition using haar classifier:How to train and compare with stored images

Hi friends

I'm gonna create a simple face recognizer.

In fact I can detect the face using haar classifier, but I want to compare it with a stored image in my file in order to determine that the detected face is who? (as an example tell me the owner name of the detected image)

Can someone help me?

I read some source codes in the different websites but unfortunately they are not clear for me because I'm beginner.

I greatly appreciate if you guide me step by step or put the source code in answer section.(c++ code)