python - Workaround for FacialRecognizer class for OpenCV 3.1 -


i'm trying recognize faces using eigenfaces algorithm opencv 3.1 , python. have come across facerecognizer class no longer included in 3.1. there workarounds this?

there facereclib package python facial recognizer python 3.x:

compare variety of face recognition algorithms running them on many image databases default protocols. library designed perform fair comparison of face recognition algorithms. contains scripts execute various kinds of face recognition experiments on variety of facial image databases.

facereclib documentaion

and install easy use pip:

pip install facereclib


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -