Solve problem 'SURF' is not a member of 'cv'

 

SIFT and SURF were moved to nonfree module. You need to add

#include <opencv2/nonfree/nonfree.hpp>

header and link with opencv_nonfree library.

 

posted @ 2015-04-01 23:17  Grandyang  阅读(982)  评论(0编辑  收藏  举报
Fork me on GitHub