Skip to content

Jingyi-H/VisualOdometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monocular Visual Odometry

A basic implementation of visual odometry is to track the path of the camera using information from the videos captured.

Overview

The repo contains two VO implementation:

  • odometry.py implement w/ opencv
  • vofromscratch.py w/out opencv

Run

run vo class from odometry.py

main.py 0

run vo class from vofromscratch.py

main.py 1

About

Simple VO implementation with feature tracking using optical flow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages