Skip to content

ynager/visual_odometry_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Odometry Pipeline

A simple, monocular, visual odometry (VO) pipeline with the most essential features:

  • initialization of 3D landmarks (8-Point algorithm, RANSAC)
  • keypoint tracking between two frames (Kanade-Lucas-Tomasi feature tracker)
  • pose estimation using established 2D ↔ 3D correspondences (p3p algorithm, RANSAC, nonlinear pose optimization)
  • triangulation of new landmarks.

Prerequisites

MATLAB 2017b with

  • Image Toolbox
  • Optimization Toolbox
  • Statistics Toolbox

How To Run The Pipeline

1.) Clone the repository.

2.) Download the standard datasets (KITTI, Malaga, Parking) and copy them into the visual_odometry_project/datasets directory. The directories must be renamed to 'kitti', 'malaga', and 'parking'.

3.) In src/parameters.m, select the dataset by setting the variable ds at the beginning of the file. Optionally, also change the pipeline parameters there.

4.) Go into visual_odometry_project/src, and run main.m to start the pipeline.

Screencasts

Please find here the screencasts of this pipeline applied to six different datasets. Note that the built up map during the run is shown at the very end of the clips in more detail. The pipeline runs at ~1.28Hz on a i-7 2.3GHz processor.

Contributors

Yannik Nager & Thomas Eppenberger

About

Monocular visual odometry pipeline in MATLAB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages