1 Star 0 Fork 282

DahlMill / ORB-SLAM2

forked from paopaoslam / ORB-SLAM2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dependencies.md 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
zerolover 提交于 2016-10-31 14:55 . update from github

##List of Known Dependencies ###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

  • ORBextractor.cc. This is a modified version of orb.cpp of OpenCV library. The original code is BSD licensed.

  • PnPsolver.h, PnPsolver.cc. This is a modified version of the epnp.h and epnp.cc of Vincent Lepetit. This code can be found in popular BSD licensed computer vision libraries as OpenCV and OpenGV. The original code is FreeBSD.

  • Function ORBmatcher::DescriptorDistance in ORBmatcher.cc. The code is from: http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetParallel. The code is in the public domain.

#####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

  • Pangolin (visualization and user interface). MIT license.

  • OpenCV. BSD license.

  • Eigen3. For versions greater than 3.1.1 is MPL2, earlier versions are LGPLv3.

  • BLAS (required by g2o). Freely-available software.

  • LAPACK(required by g2o). BSD license.

  • ROS (Optional, only if you build Examples/ROS). BSD license. In the manifest.xml the only declared package dependencies are roscpp, tf, sensor_msgs, image_transport, cv_bridge, which are all BSD licensed.

C++
1
https://gitee.com/dahlmill/ORB-SLAM2.git
git@gitee.com:dahlmill/ORB-SLAM2.git
dahlmill
ORB-SLAM2
ORB-SLAM2
master

搜索帮助