-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
undefined reference to `cvRound' in examples & tests with -DPSMOVE_USE_DEBUG=1 #251
Comments
Has OpenCV 3 removed those functions? Or put into another header? |
Is the only way to get around this issue either using OpenCV2 with C or use OpenCV3 with C++? |
Is the only way to get around this issue either using OpenCV2 with C
or use OpenCV3 with C++?
Well, it looks as if that is the case. To be honest, I do not even know
why the update to OpenCV 3 has been made for PS Move API. Should have
sticked to 2.x ...
|
Closed
I just tried building in ubuntu 22.04 using: scripts/build_package.sh This builds OpenCV 3.4 from source, and PS Move API successfully links against it. The affected test application has been removed in 2016 already: #277 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently it has something to do with opencv 2 vs opencv 3. I have opencv 3.1.0 here on Archlinux.
It still builds with
so it's not critical for debugging, but still annoying
The text was updated successfully, but these errors were encountered: