mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Missing including of nonfree module to support the use of SURF
detector/descriptor.
This commit is contained in:
@@ -28,6 +28,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/nonfree/nonfree.hpp"
|
||||
|
||||
using namespace cv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user