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

Known OpenCV issues #8

Open
tcies opened this issue Feb 11, 2020 · 1 comment
Open

Known OpenCV issues #8

tcies opened this issue Feb 11, 2020 · 1 comment

Comments

@tcies
Copy link
Contributor

tcies commented Feb 11, 2020

Newer versions of OpenCV break some parts of the build.

Problem: "SURF" is not a member of "cv" in dbow2

Yay interface changes... thankfully we don't need SURF, this was just needed in the old version of DBoW2 for their demo. Simply comment out https://github.com/uzh-rpg/DBoW2/blob/master/CMakeLists.txt#L22-L27

OpenCV linking issues

Ideally, you would only have one OpenCV version on your PC. Consider:

  • Removing all unused OpenCV versions from /usr/local or apt uninstalling them
  • If you use python, only install OpenCV in virtualenvs that are not active during the build of dslam_open

Thanks Benchun Zhou from KIT for feedback on these issues.

@benchun123
Copy link

Thanks so much! --Benchun zhou

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