Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 372 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 372 Bytes

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.