Building OpenCV 3.1 errors [closed]
I tried building opencv 3.1 according to this guide:
http://opencv-python-tutroals.readthe...
but while building in Visual Studio 2012 Express I always seem to get this same ERROR:
error C1083: Cannot open include file: 'numpy/ndarrayobject.h': No such file or directory A:\opencv_new\opencv\sources\modules\python\src2\cv2.cpp 10 1 opencv_python2
I tried for hours fiddling with the settings still no hope.
Any help will be great!
your numpy version is outdated, try to update it.
(did you even intend to build the cv2 python wrappers ?)
but I just installed it using pip
I have both Python 2.7.11 and Python 3.5.1