SIFT
Searching an Image Database Using SIFT
Several questions have been asked about the SIFT algorithm, but they all seem focussed on a simple comparison between two images. Instead of determining how similar two images are, would it be practic[详细]
2023-02-14 10:43 分类:问答GUI version of OpenCV for feature-detection (SIFT etc.) prototyping before actual project development?
I had an idea for which I need to be able to recognize certain objects or models from a rendered three dimensional digital movie.[详细]
2023-02-08 01:04 分类:问答How to search the image for an object with SIFT and OpenCV?
i am working on a simple playing card detecting programme. For now i have a working Sift Algorithmus from here.[详细]
2023-02-03 10:15 分类:问答SIFT implementation in C#
I want to use sift implementation in C#. I found this website http://user.cs.tu-berlin.de/~nowozin/libsift/[详细]
2023-02-01 18:20 分类:问答euclidean distance in sift
I was trying to implement SIFT 开发者_JAVA百科for my project and i have got the keypoints. I tried taking the euclidean distance of each keypoint of an image with all the keypoints of the same image b[详细]
2023-01-28 04:52 分类:问答similarity between an image and its rotated version using SIFT
I have implemented SIFT in opencv for comparing images... i have not yet written the program for comparing.Thinking of using FLANN for the same.But,my problem is that,looking into the 128 elements of[详细]
2023-01-26 23:44 分类:问答Comparing SIFT features stored in a mysql database
I\'m currently extending an image library used to categorize images and i want to find duplicate images, transformed images, and images that contain or are contained in other images.[详细]
2023-01-12 12:30 分类:问答sift implementation matlab
I would like to know the answer to the following question regarding SIFT if anyone knows. Before I start, I refer you to the implementation of David Lowe\'s paper through this link:[详细]
2023-01-12 07:13 分类:问答A good method for detecting the presence of a particular feature in an image
I have made a videochat, but as usual, a lot of men like to ehm, abuse the service (I leave it up to you to figure the nature of such abuse), which is not something I endorse in any way, nor do most o[详细]
2023-01-07 22:49 分类:问答Alternative to distance metric in nearest neighbor algorithm?
I came across an implementation of the nearest neighbor algorithm for finding matches between certain keypoints in two similar images. The keypoints were generated by the SIFT algorithm. The points ar[详细]
2023-01-05 10:29 分类:问答