I am trying to install OpenCV with the extra modules in opencv_contrib.
I have followed the instructions found here: https://github.com/Itseez/opencv_contrib but it has not worked, for example, when I try to run help(cv2.face) I get "AttributeError: 'module' object has no attribute 'face'"
When I look in opencv/build/modules I can see the face module.
I am using OpenCV 3.0.0 and Python 2.7
Please can someone help me with this?
Thanks in advance!