[go: nahoru, domu]

Skip to content

sharmavikas2222/Face-Recognition-OpenCV-

Repository files navigation

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.