SIFT and SURF were moved to nonfree module. You need to add
#include <opencv2/nonfree/nonfree.hpp>
header and link with opencv_nonfree library.
标签:
SIFT and SURF were moved to nonfree module. You need to add
#include <opencv2/nonfree/nonfree.hpp>
header and link with opencv_nonfree library.
Solve problem 'SURF' is not a member of 'cv'
标签:
原文地址:http://www.cnblogs.com/grandyang/p/4385683.html