Skip to content

A simple Visual Odometry pipeline using monocular camera and bundle adjustment.

Notifications You must be signed in to change notification settings

Vinohith/VO_pipeline

Repository files navigation

VO_pipeline

Requirements

  • Create the environment from the environment.yml file:
conda env create -f environment.yml
  • Additionally we will also require:

Folder Structure

  • Keypoint_Detection_and_Matching : This folder contains code for a simple harris corner detection and matching script from scratch.
  • VO : This folder has the code for the visual odometry pipeline including g2o optimization.
  • pangolin_example : This folder has the code for visualization of a trajectory using pangolin.

About

A simple Visual Odometry pipeline using monocular camera and bundle adjustment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published