Skip to content

SEgo library for stereo relative pose estimation from line and point feature triplets

License

Notifications You must be signed in to change notification settings

alexandervakhitov/sego

Repository files navigation

Stereo egomotion (SEGO) library

Contains a method to find SE3 transform between two poses of a rectified stereo rig. For a method description, please see the paper "Stereo relative pose from line and point feature triplets" by A. Vakhitov, V. Lempitsky and Y. Zheng, ECCV 2018

The code compiles to a library. You can see an example of its usage in main.cpp.

Prerequisities:

*OpenCV 3.0 and higher *Eigen 3.1 and higher

To download & build:

git clone https://github.com/alexander-vakhitov/sego.git
cd sego
cmake .
make

About

SEgo library for stereo relative pose estimation from line and point feature triplets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published