Skip to content

C++ version of the BATA(Bilinear Angle-based Translation Averaging) algorithm.

Notifications You must be signed in to change notification settings

DiantaoTu/BATA-CXX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BATA --- C++

An implementation of the BATA algorithm in "Baseline Desensitizing In Translation Averaging" - CVPR 2018.

The origin code of BATA is can be found here.

However, the origin code is written in Matlab, which is difficult to integrate into existing SfM systems. So I rewrite the algorithm in C++ with Eigen.

Requirements

  • Eigen >= 3.4.0

About

C++ version of the BATA(Bilinear Angle-based Translation Averaging) algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published