@DBow3安装及出现问题和解决方案
问题为:/home/wm/slambook-master/ch12/feature_training.cpp:1:25: fatal error: DBoW3/DBoW3.h: No such file or directory
compilation terminated.

DBow3的安装
使用github下载的DBoW3
git clone https://github.com/rmsalinas/DBow3.git
Cd DBow3
Mkdir build
Cd build
Cmake …
Make
出现下面的问题:
[DBow3安装及出现问题和解决方案
[DBow3安装及出现问题和解决方案
然后我进入/usr/local/include,发现根本没有DBow3,如下所示
[DBow3安装及出现问题和解决方案
那么怎么解决呢?
很简单:在安装DBow3时,在进行sudo make install即可
[DBow3安装及出现问题和解决方案
于是解决了这个问题`。

相关文章:

  • 2021-04-01
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-10
  • 2021-07-06
  • 2021-09-19
  • 2022-12-23
猜你喜欢
  • 2021-07-25
  • 2021-11-30
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案