Git Product home page Git Product logo

awesome-ba-exercise's Introduction

BA_exercise

前言

本仓库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版本是六哥的版本,感谢六哥。同时也感谢黄志明的大力支持和解惑,非常感谢。

ThirdParty

googlelog

g2o

ceres

Clone

git clone --recurse-submodules -j8 https://github.com/shanpenghui/BA_exercise

Usage

1.Build g2o

cd Thirdparty/g2o
mkdir build
cd build
cmake ..
make -j4

2.Build ceres

cd Thirdparty/ceres-solver
mkdir build
cd build
cmake ..
make -j4

3.Start BA_g2o

cd g2o
mkdir build
cd build
cmake ..
make -j4
./BA_g2o

4.Start BA_ceres

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

5.Start BA_eigen

cd eigen
mkdir build
cd build
cmake ..
make -j4
./BA_eigen

输出

g2o

image

ceres

image

eigen

image

备注

当前版本是没有优化point pose的,即只优化位姿

awesome-ba-exercise's People

Contributors

qxiaofan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.