This is an example of indoor RGB-D SLAM
- Detect and Track image feature
- Perform Ransac PnP algorithm to estimate the transformation between the 3D point cloud on the current frame and their 2D pixel correspondences in the previous frame.
- Build a pose graph based on estimated transformations
- Update the current pose based on estimated R and t.
- Build the sparse map
- add Bundle adjustment
- add loop closure detection with V-BoW