1 | initial version |
the face recognition code is not part of the main opencv repo,
you will need to rebuild opencv together with https://github.com/Itseez/opencv_contrib
please take care to look at the readme there for instructions
then, it was all moved into a new "face" submodule, try a
>>> help(cv2.face)
fr = face.createLBPFaceRecognizer()
2 | No.2 Revision |
the face recognition code is not part of the main opencv repo,
you will need to rebuild opencv together with https://github.com/Itseez/opencv_contrib
please take care to look at the readme there for instructions
then, it was all moved into a new "face" submodule, try a
>>> help(cv2.face)
fr = face.createLBPFaceRecognizer()
cv2.face.createLBPFaceRecognizer()