/Face-Recognition-OpenCV-

Training a face recognition algorithm using OpenCV module.

Primary LanguagePythonOtherNOASSERTION

Face-Recognition-OpenCV-

Training Data Gathering: Gather face data (face images in this case) of the persons you want to recognize || Training of Recognizer: Feed that face data (and respective names of each face) to the face recognizer so that it can learn. || Recognition: Feed new faces of the persons and see if the face recognizer you just trained recognizes them.