duncanfrost / PSLAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Parallel Monocular SLAM

Optimisations

Bundle Adjustment

optimiseInnerWindow:

  • Uses keyframes and frames
  • Optimises both points reconstructed in each keyframe and the 3d features. These are apparently different. It looks like features are turned into points when they are matched between keyframes. Features are added when there are matched measurements between the keyframe and its small baseline frame.

About


Languages

Language:C++ 98.4%Language:C 1.6%