For questions related to SIFT, introduced in the paper "Distinctive Image Features from Scale-Invariant Keypoints" (2004) by David G. Lowe, which stands for "Scale Invariant Feature Transform".
Questions tagged [sift]
4 questions
2
votes
0 answers
What would be a reasonable option for clustering for unknown number of clusters and a lot of outliers?
I am implementing the CV detection pipeline with the use of SIFT and KNN Matcher.
Image keypoints matched to the query keypoints produce the following image:
The matched objects have a lot of key points on them and there are some false matches. I…

spiridon_the_sun_rotator
- 2,454
- 8
- 16
1
vote
0 answers
In SIFT, how is the coordinate system being rotated?
I need to understand how SIFT calculates the descriptors for the keypoints.
Intuitively, I understand that it takes each keypoint, calculates the gradients for each pixel in a neighborhood of the keypoint, and that's basically the descriptor for the…

ThunderWiring
- 129
- 3
1
vote
0 answers
Can I use the SIFT feature detector on data other than images?
I know how to use SIFT algorithm for images but I never use it for other kinds of data. I have tabular data (x, y, z, time) where x,y,z is the joint position along x, y, z coordinates. Now, can I apply the SIFT algorithm to this data to find…

Swakshar Deb
- 673
- 4
- 12
0
votes
1 answer
Is it possible to train a neural network or a classifier on SIFT keypoints and descriptors?
Is it possible to train a neural network or a classifier on SIFT keypoints and descriptors? I am working on a project which involves detecting an object (a bottle of energy drink) in an image and then detect keypoints and descriptors of that object.…

M Zaid
- 3
- 2