uzh-rpg / dslam_open

Public code for "Data-Efficient Decentralized Visual SLAM"
GNU General Public License v3.0
283 stars 73 forks source link

Known OpenCV issues #8

Open tcies opened 4 years ago

tcies commented 4 years ago

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.

benchun123 commented 4 years ago

Thanks so much! --Benchun zhou