verlab / accelerated_features

Implementation of XFeat (CVPR 2024). Do you need robust and fast local feature extraction? You are in the right place!
https://www.verlab.dcc.ufmg.br/descriptors/xfeat_cvpr24
Apache License 2.0
1.02k stars 113 forks source link

Image matching similarity #16

Closed Simpsoncompal closed 6 months ago

Simpsoncompal commented 6 months ago

How do I get two Image matching similarity through these keypoints?

guipotje commented 6 months ago

Hello @Simpsoncompal, thank you for your interest in our work!

If I understand correctly, you are referring to the semi-dense matching setting. You can obtain the distances of the coarse features by computing the similarity matrix (also called brute-force matching) between the two feature sets. Please take a look at this function.

guipotje commented 6 months ago

Closing due to inactivity. Please feel free to reopen if the issue remains unresolved.