Skip to content

Recalling keypoints process

Bruno Zanotti requested to merge brunozanotti/basalt:recall-process-bz into main

Add recalling keypoints

  1. Detect points in the new frame using FAST.
  2. Project the landmarks from the map into the new frame to obtain their projections.
  3. Group the landmarks' projections by cells and search for detected points in the nearest cells.
  4. Match the descriptors of newly detected points with the descriptor of each landmark.
  5. If a match is found, associate the detected keypoint with landmark ID and store the information.
Edited by Bruno Zanotti

Merge request reports