赞
踩
在该目录下打开终端,安装下面所有依赖。
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt-get install openssl
sudo apt-get install libssl-dev
git clone https://github.com/stevenlovegrove/Pangolin.git
sudo apt install libglew-dev
cd Pangolin && mkdir build && cd build
cmake ..
make
sudo make install
这里我安装的是opencv4以上的版本,ORBSLAM要求opencv4的话,需要4.4以上的版本,所以我安装了4.5.1版本。
git clone https://github.com/opencv/opencv.git
cd opencv
git checkout 4.5.1
cd ..
git clone https://github.com/opencv/opencv_contrib.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。