Smithangshu / lsd-slam

Implementation of Large Scale Direct SLAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This is currently not a working version. It was a project I had worked on but have not been able to update in a few months.

Large Scale Direct Monocular SLAM

TODO

  • Tracking: Tracks new camera images, ie estimates their rigid body pose (wrt the current keyframe) Lie-Algebra in se(3), which has six dof. Uses the previous frame as initialization.
  • Depth Map Estimation: Either refines or replaces the current keyframe by using tracked frames. Refinement occurs by filtering over small-baseline stereo comparisons between images, and replacement occurs when a camera has moved "too far" from the previous keyframe. In this case, it creates a new keyframe. The new keyframe is initialized by projecting points from existing nearby keyframes into it.
  • Map Optimization: Once a keyframe is done being refined, it's added to a global map. Loop closures and scale drift are detected with a sim(3) Lie-Algebra transformation to close keyframes using direct image alignment.

Resources

About

Implementation of Large Scale Direct SLAM


Languages

Language:Python 100.0%