OpenCV Face Recognition in Python -


as seen in this link, face recognition available in c++ number of different algorithms. however, when try create recognizer in python recognizer = cv2.createlbphfacerecognizer(), doesn't seem exist. face recognizer module exist in python, , if so, how can use it? thanks.

if still having problem, trick use opencv2 rather opencv3. because in new version, face modules have been moved opencv-contrib. can compile opencv3 if couldn't working.


Comments