How to use FaceRecognizer OpenCV 3.0
I want to use the OpenCV's FaceRecognizer module for Python in Ubuntu 14.04 but it keeps me saying:
attributeError: 'module' object has no attribute 'createEigenFaceRecognizer'
Why is that and how can I solve it??
Thank you in advance
I have visited another question asked in this forum: http://answers.opencv.org/question/12...
but the answer didn't work for me and since it is quite old I thought some thing may have changed.