Skip to content

This is an math lib for factor graph Bundle Adjustment, including point-, line-, plane- reprojection factors etc.

Notifications You must be signed in to change notification settings

shishenghuang/MyG2O

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyG2O

Authors: [Shi-Sheng Huang] please contact with me via [email protected]

G2O is a popular math library for solving factor graph based Bundle Adjustment optimization problems in visual SLAM. However, the original g2o library doesn't contain factors like line-, plane- reprojection factors. In this library, the line-, plane- reprojection factors are integrated, you can try it for free. See details in the doc/factors.pdf

Prerequisites

We have tested the library in 16.04, but it should be easy to compile in other platforms. A powerful computer (e.g. i7) will ensure real-time performance and provide more stable and accurate results.

C++11 or C++0x Compiler

We use the new thread and chrono functionalities of C++11.

Eigen3

Required Download and install instructions can be found at: http://eigen.tuxfamily.org. Required at least 3.1.0.

Compile

mkdir build
cd build
cmake ..
make -j4

About

This is an math lib for factor graph Bundle Adjustment, including point-, line-, plane- reprojection factors etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published