ORB_SLAM论文与代码阅读总结
论文链接:ORB_SLAM Paper
论文关键点笔记
1. Main thread is for tracking, the `System` make 3 more threads for local mapping, loop-closing and viewing.
2. In TRACKING, a local visible map is retrieved using the covisibility graph of keyframes that is maintained by the system,local visible map is used for camera pose refinement; This local map contains the set of keyframes K1, that share map points with the current frame, and a set K2 with neighbors to the keyframes K1 in the covisibility graph. TRACKING decides inserting keyframes, conditions: >20 frames from relocalization or last keyframe; track features > 50, or <90% of points of reference keyframe.
3. New correspondences for un

本文深入解析ORB_SLAM系统,涵盖其论文关键点、代码实现细节及运行流程。介绍该系统如何通过跟踪、本地映射与闭环检测三个核心线程实现视觉SLAM功能。
订阅专栏 解锁全文
3万+

被折叠的 条评论
为什么被折叠?



