1 | initial version |
with opencv3, the face recognition code was moved to opencv_contrib
if you want to use it, you will have to update your main opencv to latest master (3.1, currently), and rebuild both from src (see the opencv_contrib readme for details)
then, there are updated samples here.