Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pose Optimization Using Lines Combined with G2O Library: an Easy Example

A small sample for pose optimization using g2o to minimize reprojection errors from known lines' correspondences.

Usage:

Requirement:

  1. OpenCV 3.1.0 or newer version.

  2. LAPACK && Suitesparse && Eigen3.

  3. (optional) Viz module in opencv (needs compiling with VTK). Disable the display in the macro DISPLAY_3D(NOT IMPLEMENTED YET).

Example:

There is an example given on optimizing a pose calculated from a near pose to give intuitions on the performance of line-based SLAM method utlizing g2o.

About

Using matching world-3D-to-image-2D lines to estimate the pose in C++.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages