Facial Recognition Project using Open Computer Vision (OpenCV) with Python
Python 3x
OpenCV 3.1.0
SQlite
Numpy
PIL
cv2
All this Py does is,detects face (not recognise) and clicks a picture of the same (picture of face only,of certain dimension). Asks from new users for id and name. starts camera camera clicks 20 pictures and stores it as USER."userid".1.JPG , USER."userid".2.JPG upti USER."userid".20.jpg in (./dataset) And also Inserts id and name into sqlite database.
All it does is trains a yml file to recognise the face from the taken dataset.
This is the recogniser Starts the camera If picture is present in database,it recognizes the face(s) or else,dosen't