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
Other answers
you can find detailed step wise tutorial here @http://www.aishack.in/tutorials/sift-scale-invariant-feature-transform-introduction/
Ravi Shukla
Related Q & A:
- Are there any computer vision algorithms specifically targeting depth images?Best solution by Signal Processing
- How can I save my computer desktop's background as an image/pic?Best solution by Yahoo! Answers
- How do I get Sony Handycam Vision CCD TRV68 Hi8 Camcorder to connect to the computer to burn dvds?Best solution by Yahoo! Answers
- My computer crashed. How do I get Yahoo messenger back?Best solution by Yahoo! Answers
- How can I remove a picture's watermark using Matlab's image processing toolbox?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.