SIFT
Implementations of image matching using "Scalable Recognition with a Vocabulary Tree" [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-25 23:59 分类:问答Is SIFT a segmentation algorithm?
I must track a person in a scene using a segmentation algorithm.SIFT will do the job but is it definitely considered 开发者_开发技巧a segmentation algorithm or something else altogether?[详细]
2023-02-25 19:17 分类:问答SIFT and Neural Network Matlab
My project is to recognize ancient coins. I have used David Lowe\'s SIFT algorithm to extract features of images.[详细]
2023-02-22 23:22 分类:问答SIFT feature matching through Euclidean distance
SIFT feature matching is done through a Euclidean-distance based nearest neighbor approach. Can som开发者_如何学Goe please explain this? Is there a calculation? If then can someone help me to calculat[详细]
2023-02-22 16:24 分类:问答How to save Sift feature vector for classification using Neural network
Matlab implementation of SIFT features were found from http://www.cs.ubc.ca/~lowe/keypoints/. with the help of stackoverflow. I want to save features to a .mat file. Features are roundness, color, no[详细]
2023-02-22 12:00 分类:问答Sift implementation with OpenCV 2.2
Does someone know the link of example of SIFT implementati开发者_如何学Goon with OpenCV 2.2. regards,Below is a minimal example:[详细]
2023-02-20 12:37 分类:问答Differences between OpenCV SURF and OpenSURF?
I am trying to use (SURF(opencv); [OPENSURF c++;OPENSURFC#] OPensurf http://www.chrisevansdev.com/computer-vision-opensurf.html), SIFT for image matching.[详细]
2023-02-19 10:07 分类:问答Image Descriptors with SIFT/VLFEAT
I want to perform a classification task in which I map a given image of an object to one of a list of predefined constellations that object can be in (i.e. find the most probable match).[详细]
2023-02-17 21:52 分类:问答SIFT, HOG and SURF c++, opencv
I have a simple question, which I want to know, what kind of libraries are available and can give good results for implementing SIFT, HOG(Histogra开发者_Go百科m Oriented Gradient) and SURF in c++ or o[详细]
2023-02-16 23:54 分类:问答Implementing SIFT in Java
So I\'m working on a simple Java app that allows a user to input an image as a query and have the app compare it against a database of images (which is basically no more than a directory of different[详细]
2023-02-16 01:01 分类:问答