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

Changes made for OpenCV 2.4.2 compatibility
pull/35/merge
Abhinav Gupta 13 years ago committed by Anatoly Baksheev
parent 73cb77842e
commit c0638aa2e0
  1. 1
      samples/cpp/tutorial_code/features2D/SURF_FlannMatcher.cpp
  2. 1
      samples/cpp/tutorial_code/features2D/SURF_Homography.cpp
  3. 1
      samples/cpp/tutorial_code/features2D/SURF_descriptor.cpp
  4. 1
      samples/cpp/tutorial_code/features2D/SURF_detector.cpp

@ -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;

@ -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;

@ -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;

@ -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;

Loading…
Cancel
Save