Skip to content

This repo contains the most intresting part of Mobile Robotics Assignment 2 that is Visual Odometry, given the images from KITTI dataset estimate the Trajectory of the Robot.

Notifications You must be signed in to change notification settings

AnuragSahu/Visual-Odometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual-Odometry

About Visual Odometry

Visual Odometry is the process of recovering the trajectory of an agent using only the input of a camera or a system of cameras attached to the robot in motion.

Dataset

Here I have used KITTI Dataset, This is a very popular datset in Visual domain and one of the best datasets to start with for Such problems.

Algorithm

  • Find the corresponding features between adjacent frames
  • Calculate the estimate essential matrix between those two images.
  • decompose the essential matrix into rotation and translation.
  • Scale the translation with the absolute or relative scale.
  • Concatenate with the relative transformation.

This is the screen shot of the output of the code. Screenshot of the Ouput

About

This repo contains the most intresting part of Mobile Robotics Assignment 2 that is Visual Odometry, given the images from KITTI dataset estimate the Trajectory of the Robot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages