You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried compiling it on Win 7 with VS2013. DLib had been successfully built before doing this and DBoW2 project is also generated by cmake but the compiler gives
D:\dbow2\src\FBrief.cpp(14): fatal error C1083: “DVision/DVision.h”: No such file or directory
3> FORB.cpp
3>D:\dbow2\src\FORB.cpp(16): fatal error C1083: “DUtils/DUtils.h”: No such file or directory
3> FeatureVector.cpp
3> QueryResults.cpp
3> ScoringObject.cpp
3>D:\dbow2\include\DBoW2\TemplatedVocabulary.h(26): fatal error C1083: “DUtils/DUtils.h”: No such file or directory
3>
The text was updated successfully, but these errors were encountered:
Hi apattnaik0721013, I try to add the port dbow2 to the vcpkg list and I met the same error. I have added the above code in CMakeLists.txt, but it still has the error.
F:\test\vcpkg\buildtrees\dbow2\src\v1.0-19c78859f0\src\FBrief.cpp(14): fatal error C1083: Cannot open include file: 'DVision/DVision.h': No such file or directory
Could you have any other suggestion?
Thanks in advance.
Hi,
I tried compiling it on Win 7 with VS2013. DLib had been successfully built before doing this and DBoW2 project is also generated by cmake but the compiler gives
The text was updated successfully, but these errors were encountered: