An open API service indexing awesome lists of open source software.

https://github.com/heisenberg141/visual-odometry

This repository contains of an implementation of a ORB descriptor based monocular visual odometry approach.
https://github.com/heisenberg141/visual-odometry

computer-vision fundamental-matrix opencv python3 structure-from-motion visual-odometry

Last synced: about 2 months ago
JSON representation

This repository contains of an implementation of a ORB descriptor based monocular visual odometry approach.

Awesome Lists containing this project

README

          

# Prerequisites:

1. Download the Visual Odometry dataset from Kitti Vision Benchmark Suite
http://www.cvlibs.net/download.php?file=data_odometry_gray.zip
2. Download the Visual Odometry poses data
http://www.cvlibs.net/download.php?file=data_odometry_poses.zip
3. Download the repository and extract it.
4. Download and install opencv (with opencv_contrib) with python 3.5+
5. Extract the dataset and poses data in the repository folder

# Testing the code
Run test.py
# Results:
![illustration](Features.png) \
\
Blue: Ground Truth \
Red: Experimental Results \
![illustration](VO.png)