Ask Your Question
0

How to recognise multiple faces and create DBMS for the same?

asked 2016-11-25 01:08:48 -0600

sharad pokale gravatar image

Hello, My project is to detect and recognize face using opencv python on raspberry pi. for this I am using openCV 2.4.10, python 2.7.9 version , raspberry pi-3, model-B.I want to detect as well as recognize multiple faces. Right now I am able to detecting multiple faces, but unable to recognize it.So What is exact procedure for multiple face recognition? which in-built functions are available in openCV python that will recognize multiple faces? How to create the DBMS for the same? looking for positive response.

edit retag flag offensive close merge delete

Comments

1

did you mean face recognition ?

berak gravatar imageberak ( 2016-11-25 01:22:12 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-02-24 04:27:06 -0600

updated 2017-03-28 15:10:48 -0600

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

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-11-25 01:08:48 -0600

Seen: 487 times

Last updated: Mar 28 '17