dslam_open icon indicating copy to clipboard operation
dslam_open copied to clipboard

Known OpenCV issues

Open tcies opened this issue 5 years ago • 1 comments

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.

tcies avatar Feb 11 '20 11:02 tcies

Thanks so much! --Benchun zhou

benchun123 avatar Feb 13 '20 15:02 benchun123