dorian3d/DBoW2

Problem with DLibs

Gatsby23 opened this issue · 3 comments

My computer is Ubuntu14.04, with Opencv3.1.0. When I build this program, it always comes this error:fatal error: DVision/DVision.h: No such file or directory. I also changed to Opencv2.4.13 and 3.2.0. But it doesn't help. How Can I build this program and is there something I missed when I run with Opencv3.1.0?

You will find here a version that is compatible with OpenCV 3 and that does not need DLib.
https://github.com/pmoulon/DBoW2/commits/develop_opencv_3

Actually I was able to compile on Gentoo against OpenCV 3.2.0 today.

Latest version of DBoW2 doesn't support OpenCV 2.4, but the DBoW2 v1.0 release does.