mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Added nonfree headers that are required for using SURF features
This commit is contained in:
parent
6057414a93
commit
192ca711ef
@ -30,6 +30,7 @@ This tutorial code's is shown lines below. You can also download it from `here <
|
||||
#include <iostream>
|
||||
#include "opencv2/core/core.hpp"
|
||||
#include "opencv2/features2d/features2d.hpp"
|
||||
#include "opencv2/nonfree/features2d.hpp"
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/nonfree/nonfree.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user