This is an implemetation of direct stereo visual odometry based on G2O and Opencv.
- Track new frame with direct image alignment
- Sliding window Bundle Adjustment minimizing photometric error [Doing]
- Initialize depth with fixed baseline stereo image and update with triangulation [Doing]
- Place images under your data folder which contains two sub_folders
image_2
andimage_3
- Edit config file refer to config/default.ini
- compile and run with
./run_vo config/default.ini