Tagged Questions

20
votes
4answers
11k 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 ...
5
votes
2answers
374 views

A good method for detecting the presence of a particular feature in an image

I have made a videochat, but as usual, a lot of men like to ehm, abuse the service (I leave it up to you to figure the nature of such abuse), which is not something I endorse in any way, nor do most ...
3
votes
1answer
341 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 ...
1
vote
0answers
519 views

java code for sift algorithm [closed]

Possible Duplicate: Implementing SIFT in Java Hi I need to compare an image with images in database using sift algorithm Can anyone tell where I can get java coding for implementing this ...