cv2.face_LBPHFaceRecognizer object has no attribute setdouble
cv2.face_LBPHFaceRecognizer object has no attribute setdouble i am getting this error while trying to do face recognition in opencv3.. anyone knows whats the problem ? I had problem with "cv2.cv.CV_HAAR_SCALE_IMAGE" and got a simple solution by using "cv2.CASCADE_SCALE_IMAGE" . Likewise is there any ?
Were you able to figure out any simple solutions to this as well?