Tagged Questions
20
votes
4answers
12k views
How to use SIFT algorithm to compute how similiar two images are?
I have used the SIFT implementation of Andrea Vedaldi, to calculate the sift descriptors of two similar images (the second image is actually a zoomed in picture of the same object from a different ...
3
votes
1answer
374 views
Searching an Image Database Using SIFT
Several questions have been asked about the SIFT algorithm, but they all seem focussed on a simple comparison between two images. Instead of determining how similar two images are, would it be ...