Search code examples
image-processingsift

sift features for "similar" objects


I find out that SIFT features is only good for find the same object in the scene, but it seems not suitable for "similar" objects.

maybe I doing something wrong? maybe I must use some other descriptors?

images and SIFT\ASIFT algorithms work:

link

same problem- no matches

link


Solution

  • The basic SIFT algorithm using VLfeat gives me this as a result. Which given the small and not so unique target image, is a pretty good result I would say.

    enter image description here