Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp

Changes made for OpenCV 2.4.2 compatibility
This commit is contained in:
Abhinav Gupta 2012-10-05 17:25:19 +03:00 committed by Anatoly Baksheev
parent 73cb77842e
commit c0638aa2e0
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/nonfree/features2d.hpp"
using namespace cv;

View File

@ -10,6 +10,7 @@
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/nonfree/features2d.cpp"
using namespace cv;

View File

@ -9,6 +9,7 @@
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/nonfree/features2d.cpp"
using namespace cv;

View File

@ -9,6 +9,7 @@
#include "opencv2/core/core.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/nonfree/features2d.cpp"
using namespace cv;