Non-Rigid Guided Matching (b/w KFs) in DefSLAM
Source: lamarca-2020
- Matching between keyframes (used in deformation mapping in DefSLAM)
- Use an estimated warp as a reference
- To increase number of matches in the covisible keyframes
Process
- Matches are given by deformation tracking
- Estimate an initial warp between k and k* (covisible keyframes) how?
- Using this initial warp, estimate where a point would be seen in k*
- Define a search region around thesse estimated positions. The search regions may contain several keypoints
- Select the keypoint with the smallest distance between the ORB descriptors (criterion: Hamming distance, apply threshold) –> these are the new matches
- Add them to the initial matches and estimate the final warp