Skip to content

Visual Slam implementation for practise. Used orb features (Akaze can also be used) as sift feature extraction was slowing down the process.

Notifications You must be signed in to change notification settings

SikanderBinMukaram/SimpleSlam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Slam

Visual Slam implementation for practice. Used orb features (Akaze can also be used) as sift feature extraction was slowing down the process.

How to run

StartFrame=0 F=270 DownScale=4 ./main.py videos/<Video>.mp4
  • F is focal lenght
  • StartFrame seeks from the frame specified
  • DownScale downsize the image i.e 2 means half of the image

Built With

To-do

  • Triangulation
  • pangolin for 3-D display
  • g2opy for optimization

Acknowledgements

About

Visual Slam implementation for practise. Used orb features (Akaze can also be used) as sift feature extraction was slowing down the process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages