Skip to content
/ opengv Public
forked from laurentkneip/opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems.

License

Notifications You must be signed in to change notification settings

urbste/opengv

 
 

Repository files navigation

This repository contains a fork of OpenGV

Author: Steffen Urban (urbste at googlemail.com).

This fork contains three additional algorithms

  • MLPnP - a central absolute pose solver
  • a central relativ orientation solver (needs >= 6 pts) for small baselines, based on the ideas of MLPnP
  • and the multi-camera motion algorithm by Jonathan Ventura code

I could not compile latter on Windows, but on Linux it should compile fine. This is due to the the file approx_relpose_generalized_fast_computeA.cpp which the Microsoft compilter won't compile. If you like to compile this algorithm in Linux just uncomment the lines in this file.

For examples on how to use MLPnP and the relativ pose algorithm have a look at the Matlab scripts. Also have a look in the MLPnP repositories MLPnP,MLPnP_toolbox that contain Matlab implementations.

Results for MLPnP

These results can be reproduced by running benchmark_absolute_pose_cov.m

mean and median rotation error

mean and median position error

Results of the 6pt relative rotation solver

These results can be reproduced by running benchmark_relative_pose.m . Baseline is sampled up to 10cm.

About

OpenGV is a collection of computer vision methods for solving geometric vision problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • MATLAB 1.6%
  • Other 0.7%