Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 355 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 355 Bytes

Monocular Visual Odometry using optical flow and Fast Feature detector

Result On KITTI

Run instructions

git clone
mkdir build
cd build 
cmake ..
make
./vo

TODO

Perform graph based Optimization using g2o library

References

[1] (http://avisingh599.github.io/vision/monocular-vo/)

License

MIT