You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to modify the codes to be work with OpenCV3 and finally, I compilied it successfully.
But when I run the bing.py, I got Segmentation fault (core dumped)
By the way, when I compiling them with numpy1.10.2, there is a warning : npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
But, if I compile it with numpy<1.7, it seems that OpenCV3 does not support a such old version of numpy.
To be honest, I have no idea about how to fix this.
So will there any plans to make it to be compatible with Opencv3?
The text was updated successfully, but these errors were encountered:
Hi, it's kind of painful to mantain compatibility with both, since backward compatibility is broken. I do not think I will port to OpenCV 3 soon. Maybe in few months on a separate branch.
Thank you for the informations you have given me.
I tried to modify the codes to be work with OpenCV3 and finally, I compilied it successfully.
But when I run the bing.py, I got
Segmentation fault (core dumped)
By the way, when I compiling them with numpy1.10.2, there is a warning :
npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
But, if I compile it with numpy<1.7, it seems that OpenCV3 does not support a such old version of numpy.
To be honest, I have no idea about how to fix this.
So will there any plans to make it to be compatible with Opencv3?
The text was updated successfully, but these errors were encountered: