sharmavikas2222 / Face-Recognition-OpenCV-

Training a face recognition algorithm using OpenCV module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Training a face recognition algorithm using OpenCV module.

License:Other


Languages

Language:Python 100.0%