Ask Your Question

Revision history [back]

OpenCV has many face recognizer built-in like LBPHFaceRecognizer or EigenFaceRecognizer,

for your project you will need a cascade classifier to first detect the face regions and the use those recognizer to recognize the person, here is a series of article you can follow to make your recognizer,

Hope this will help

OpenCV has many face recognizer built-in like LBPHFaceRecognizer or EigenFaceRecognizer,

for your project you will need a cascade classifier to first detect the face regions and the use those recognizer to recognize the person, here is a series of article you can follow to make your recognizer,

Hope this will help