Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 2.87 KB

File metadata and controls

67 lines (39 loc) · 2.87 KB

List of Known Dependencies

In this repo, other than the dependencies of ORB-SLAM2 described below, we include EdgeDrawing edge detection library in Thirdparty/EDTest folder.

EDLines line detection library is included in Thirdparty/EDLines folder.

Line3D++ line-based MVS library is included in Thirdparty/Line3Dpp folder.

We also use CGAL in the process of surface reconstruction.

The implementation of semi-dense mapping is modified from this github repo.

The surface reconstruction is modified from the work of David Lovi, which is described in his thesis.

OpenMP is used for speeding up the semi-dense mapping a little.

Boost is also used to make things easier.

ORB-SLAM2 version 1.0

In this document we list all the pieces of code included by ORB-SLAM2 and linked libraries which are not property of the authors of ORB-SLAM2.

Code in src and include folders
Code in Thirdparty folder
  • All code in DBoW2 folder. This is a modified version of DBoW2 and DLib library. All files included are BSD licensed.

  • All code in g2o folder. This is a modified version of g2o. All files included are BSD licensed.

Library dependencies

Updated: 23/01/2016 Raúl Mur Artal