In this document we list all the pieces of code included by AnyFeature-VSLAM and linked libraries which are not property of the authors of AnyFeature-VSLAM.
Please follow the license of ORB-SLAM2.
License URL: https://github.com/raulmur/ORB_SLAM2/blob/master/LICENSE.txt
- All code in DBoW2 folder. This is a modified version of DBoW2 and DLib library. All files included are BSD licensed.
-
g2o This is a modified version of g2o. All files included are BSD licensed.
-
Pangolin (visualization and user interface). MIT license.
-
OpenCV. BSD license.
-
Binary Robust Invariant Scalable Keypoints. BSD-3 license.
-
Accelerated-KAZE Features. BSD-3 license.
-
SiftGPU. License.
-
Speeded Up Robust Features We use the popular algorithm for 2d feature detection in OpenCV, SURF, that is known to be patented. You need to set the OPENCV_ENABLE_NONFREE option in cmake to use those. Use them at your own risk.
- Eigen3. For versions greater than 3.1.1 is MPL2, earlier versions are LGPLv3.