I would like to identify people through face detection. I found that OpenCV implements a method to detect faces but nothing on how to recognize a specific person!
Do I have to make a learning system like SVM to be able to identify people or is there an out-of-box function for that?
Thanks,