Some algorithm modules for VO, the Kit just for verification. May be not enough stable !
This is tested in Ubuntu 16.04.
We use OpenCV 3.2.0.
we use Eigen 3.2.29
some Mathematical tools
-
Nonlinear least-square optimizer for simple problem. (lack of sparse solve and marginalization etc.)
-
Base function for SO3 SE3 quaternion max min etc.
The module contains feature alignment and sparse image alignment based on inverse compositional.
TODO NEXT
After clone it, build:
mkdir build && cd build
cmake ..
make -j
Then run their test demos
# math_utils
./bin/test_optimizer