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.
SIFT
and SURF
were moved to nonfree
module. You need to add
#include <opencv2/nonfree/nonfree.hpp>
header and link with opencv_nonfree
library.