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
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.