Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the api has changed a bit in opencv3, cv2.cv is gone entirely, and you'd have to use methods like:

model.setThreshold(123)

try :

>>> help(cv2.face.createLBPHFaceRecognizer())

to see it's methods.