本仓库forked from BA_exercise,感谢我们3D视觉从入门到精通星球嘉宾鹏辉的分享与整理。
本demo对应的理论部分,见Bundle Adjustment原理及应用
A exercise of BA, using g2o, ceres and eigen Before build the source, make sure that the third party library is installed rightly. 其中g2o版本是六哥的版本,感谢六哥。同时也感谢黄志明的大力支持和解惑,非常感谢。
googlelog
g2o
ceres
git clone --recurse-submodules -j8 https://github.com/shanpenghui/BA_exercise
cd Thirdparty/g2o
mkdir build
cd build
cmake ..
make -j4
cd Thirdparty/ceres-solver
mkdir build
cd build
cmake ..
make -j4
cd g2o
mkdir build
cd build
cmake ..
make -j4
./BA_g2o
Before running BA_ceres, you can get used to using ceres by the examples offered in source folder named ceres
cd ceres
mkdir build
cd build
cmake ..
make -j4
./BA_ceres
cd eigen
mkdir build
cd build
cmake ..
make -j4
./BA_eigen
当前版本是没有优化point pose的,即只优化位姿