eu42 / visnav

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vision-based Navigation

This code is a part of the practical course "Vision-based Navigation" (IN2106) taught at the Technical University of Munich.

It was originally developed for the winter term 2018.

The authors are Vladyslav Usenko and Nikolaus Demmel.

License

The code for this practical course is provided under a BSD 3-clause license. See the LICENSE file for details.

Parts of the code (include/tracks.h, include/union_find.h) are adapted from OpenMVG and distributed under an MPL 2.0 licence.

Parts of the code (include/local_parameterization_se3.hpp, src/test_ceres_se3.cpp) are adapted from Sophus and distributed under an MIT license.

Note also the different licenses of thirdparty submodules.

You can find setup instructions here.

About

License:Other


Languages

Language:C++ 86.3%Language:CMake 6.6%Language:Python 5.5%Language:Shell 1.5%