Ask Your Question

acytoo's profile - activity

2018-02-01 08:25:47 -0600 received badge  Famous Question (source)
2017-10-02 02:48:47 -0600 received badge  Notable Question (source)
2017-08-12 19:30:45 -0600 received badge  Popular Question (source)
2017-04-02 11:20:21 -0600 commented answer How can I use createLBPHFaceRecognizer() in opencv3.2, python3?

Thank you :)

2017-04-02 10:42:51 -0600 asked a question How can I use createLBPHFaceRecognizer() in opencv3.2, python3?

cv2.createLBPHFaceRecognizer() NOT working
And cv2.face.createLBPHFaceRecognizer() NOT working
It says module 'cv2.cv2' has no attribute 'createLBPHFaceRecognizer' or module 'cv2.cv2' has no attribute 'face'
win10, python 3.6.1- amd64, kali linux python 3.5.3 or 2.7.13, I have tested opencv 3.1 and 3.2, I just got the same AttributeError. So, what's the problem, where is the createLBPHFaceRecognizer()