surf
Fast C/C++/MATLAB SURF Feature Library
What is the fastest C/C++ implementation of SURF out there? Is OpenCV superio开发者_JAVA技巧r or are there any standalone implementations that are faster? Matlab Mex wrappers is a plus.I expect that o[详细]
2023-04-12 02:19 分类:问答How can I match a template with the original image by SURF?
Recently, I have worked with robotics project; my robot can detect the object by its 开发者_如何学Ccolour but I found that not good enough for different object. Therefore, I want the robot SURF the im[详细]
2023-04-10 13:50 分类:问答Is it possible to get the rotation and scale between two images with only a Surf Descriptor of each?
I\'m using Surf for landmark recognition. This is the process I thought: 1) save before hand one Surf Descriptor for each landmark[详细]
2023-04-09 09:30 分类:问答Setting SURF algorithm parameters in OpenCV Android or Java
A question about the object matching in Android-Opencv. As I cannot find any sample code of using SURF in Android platform. I would like to refer to some sample codes in C++.[详细]
2023-04-04 12:40 分类:问答OpenCV - Object matching using SURF descriptors and BruteForceMatcher
I have a question about objects matching with OpenCV. I\'m useing SURF algorithm implemented in opencv 2.3 to first detect features on each image, and then extracting the descriptors of these features[详细]
2023-04-02 11:44 分类:问答SURF interest point parameters
I want to give alternative interest points as input to SURF using the -p1 command (I\'m using the authors implementation: http://www.vision.ee.ethz.ch/~surf/download.html). But I\'m not sure what to m[详细]
2023-03-25 17:10 分类:问答Explain this algorithm (Compare points in SURF algorithm)
I need to know if this algorithm is a known one: void getMatches(IpVec &ipts1, IpVec &ipts2, IpPairVec &matches, float ratio) {[详细]
2023-03-25 05:15 分类:问答Convert IplImage to CvMat
Here is the gpu surf code: #include <iostream> #include <iomanip> #include \"opencv2/contrib/contrib.hpp\"[详细]
2023-03-23 22:45 分类:问答Error in implementing realtime camera based GPU_SURF in opencv
As the CPU based SURF in opencv was very slow for realtime application, we decided to use GPU_SURF, after setting up the opencv_gpu we made the following code:[详细]
2023-03-23 20:13 分类:问答Metric for SURF
I\'m searching for a usable metric for SURF. Like how good one image matches another on a scale let\'s say 0 to 1, where 0 means no similarities and 1 means the same image.[详细]
2023-03-13 03:11 分类:问答