zju3dv / EfficientLoFTR

Apache License 2.0
589 stars 42 forks source link

How to judge image similarity? #38

Open ssvicnent opened 3 weeks ago

ssvicnent commented 3 weeks ago

Hi, thank you very much for your work. I have a question about how to use efficientloftr to determine if two images are similar?

wyf2020 commented 3 weeks ago

Hi, a naive approach would be to use the number of matches as a measure of similarity. You could also explore other methods or combine it with image retrieval techniques.

ssvicnent commented 3 weeks ago

Thank you for your reply, thanks @wyf2020 again. I will try.