Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any plans to be compatible with OpenCV3? #3

Open
nhlijiaming opened this issue Dec 21, 2015 · 3 comments
Open

Is there any plans to be compatible with OpenCV3? #3

nhlijiaming opened this issue Dec 21, 2015 · 3 comments

Comments

@nhlijiaming
Copy link

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?

@alessandroferrari
Copy link
Owner

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.

@nhlijiaming
Copy link
Author

Well, it seems that I need to do it by myself.
BTW, which version of numpy are you working with?

@alessandroferrari
Copy link
Owner

1.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants