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.
相关文章: