Ask Your Question

M.Tolba's profile - activity

2015-12-13 16:29:11 -0600 commented answer OpenCV 3.0.0, FaceRecognizer and Python Bindings

@berak @al897

I am new to OpenCV and I tried all the previous steps and still stuck at the same point. AttributeError: 'module' object has no attribute 'face'

When I tried to explore this file: build/modules/python2/pyopencv_generated_types.h I found that pyopencv_face_BasicFaceRecognizer_Type.tp_base = &pyopencv_face_FaceRecognizer_Type; pyopencv_face_LBPHFaceRecognizer_Type.tp_base = &pyopencv_face_FaceRecognizer_Type;

What should I do ?