What can make these two lib (surf and sift) [closed]
I want to use opencv but the obvious problem of these two algo () that can tell what is the lib and how I can replace
I want to use opencv but the obvious problem of these two algo () that can tell what is the lib and how I can replace
Asked: 2014-08-11 13:38:43 -0600
Seen: 150 times
Last updated: Aug 11 '14
Best features to track fish underwater
how to calculate SIFT/SURF descriptor for 1 point?
The detect feature of SIFT/SURF always breaks code
How to build and integrate nonfree modules for Android?
Maximal number of features for flann
Strange Octave value in SIFT algorithm? [closed]
knnMatch with k = 2 returns 0 nearest-neighbour with images with 1 keypoint
Using the SIFT and SURF descriptors in detector_descriptor_matcher_evaluation.cpp
please get someone to help you with the language, also read the faq
if you don't want the patented algos to be part of your installation, try building with cmake BUILD_opencv_nonfree=OFF (so the nonfree module won't be built)
If the problem is that you don't managed to use SIFT & SURF, it's probably because these algorithms are patented. To use it, add the following line into your main.cpp :
And load the nonfree module in your main with this function :
It should to the trick.