How does Lowe compute the "repeatability" of his SIFT Algorithm?

Computer Vision: How does the SIFT decriptor becomes the drawn vector on the image?

  • I run sift algorithm in a image; the output is a variable des, which contains n vectors representing keypoints. I know, from the Lowe paper, that each value of the 128 numbers in the descriptor represents a gradient, but how does it turns into the vector drawn in the image?  How can I manipulate these vectors as to threshold then, or to select the biggest ones? (preferable in python) Thanks!

  • Answer:

    The 128-dimensional vector just gives you the feature weights. The row above the feature vector in Lowe's program gives you the x,y coordinates and the x,y orientation of the corresponding feature vector.

Tudor Achim at Quora Visit the source

Was this solution helpful to you?

Other answers

Ravi Shukla

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.