compile opencv 3.0.0-re1 get AttributeError: 'module' object has no attribute 'createEigenFaceRecognizer'
I tried to compile the latest opencv in my raspeberry pi 2 with python. After tried different cmake params, still get this error.
i tried both python2.7 and python3.4, got this error, AttributeError: 'module' object has no attribute 'createEigenFaceRecognizer'
I am new to this, anyone could help? Thanks ^1000000000
the face recognition code was moved to https://github.com/Itseez/opencv_contrib
download that, rebuild, then
cv2.face.createEigenFaceRecognizer(...)
@berak will give it a try! thx for the answer.
yea, come back, if you run into problems !
@berak still not working, i ll try to reinstall the os get back this weekend.
what error do you get ?
@berak the same, has no attribut ..... maybe i ll try the 2.4.11 version opencv.
again, you need cv2.face.create... not cv.create...
try help(cv2) and help(cv2.face)
just finished compile the 2.4.11, works good! will try 3.0.0 later thx @berak