-
Notifications
You must be signed in to change notification settings - Fork 0
2. Matching
Martin Barker edited this page May 19, 2025
·
4 revisions
The Matching component resides in Rhapso/Rhapso/matching and is responsible for finding pairwise matches between the interest points generated by the detection component.
- Read XML file input:
- Local
- Cloud/AWS
- Determine
viewA <-> viewBpairs to match.
For each pair:
- Read interest points.
- Transform interest points.
- Create a matching task:
- Extract correspondences.
- Detect inliers using RANSAC.
- Save matches to N5:
- Local
- Cloud/AWS.