informramiz / opencv-face-recognition-python

Face Recognition using OpenCV and Python.
MIT License
517 stars 351 forks source link

Updated to Account For Changes to OpenCV #3

Closed JATippit closed 7 years ago

JATippit commented 7 years ago

OpenCV has renamed the recognizer create functions, so those names have been updated to avoid errors. Predict also now returns a tuple containing the label followed by confidence.