We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Newer versions of OpenCV break some parts of the build.
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
Ideally, you would only have one OpenCV version on your PC. Consider:
Thanks Benchun Zhou from KIT for feedback on these issues.
The text was updated successfully, but these errors were encountered:
Thanks so much! --Benchun zhou
Sorry, something went wrong.
No branches or pull requests
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:
Thanks Benchun Zhou from KIT for feedback on these issues.
The text was updated successfully, but these errors were encountered: