Ask Your Question

infantilo's profile - activity

2012-10-16 09:42:30 -0600 commented answer How to compile Python bindings for FaceRecognizer

May i ask if you've found any solution???

2012-10-13 09:11:00 -0600 commented answer How to compile Python bindings for FaceRecognizer

MANY(!!!) thanks for quick reply. Asus EEE PC 1000H Ubuntu 12.04 32bit Python 2.7 got source from: git clone git://code.opencv.org/opencv.git cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON /home/me/opencv/

what is working for me: detecting the faces (by haarcascade), draw the rectangle around and add a textstring....

i've now tried SPE's intellisense, and it does not show cv.CreateEigenFaceRecognizer at all. :-(

2012-10-13 07:03:56 -0600 commented answer How to compile Python bindings for FaceRecognizer

Hi, i'm getting mad... i've downloaded the latest version with git today (git://code.opencv.org/opencv.git) and compiled it, BUT i'm still getting the same error message: nhandled AttributeError "'module' object has no attribute 'createEigenFaceRecognizer'"

what am i doing wrong??? PLZ could you give advise? (if possible...step by step guide, 'cause i'm trying for a week now without luck) Thanks for any help and reply