Ask Your Question

Revision history [back]

click to hide/show revision 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()

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()