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/1215/how-to-compile-python-bindings-for-facerecognizer/
but the answer didn't work for me and since it is quite old I thought some thing may have changed.