removed old headers
authoredgarriba <edgar.riba@gmail.com>
Tue, 12 Aug 2014 15:22:35 +0000 (17:22 +0200)
committeredgarriba <edgar.riba@gmail.com>
Tue, 12 Aug 2014 15:22:35 +0000 (17:22 +0200)
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp

index 1871aa4..1a77b92 100644 (file)
@@ -13,7 +13,6 @@
 #include <opencv2/core/core.hpp>
 #include <opencv2/highgui/highgui.hpp>
 #include <opencv2/features2d/features2d.hpp>
-#include <opencv2/nonfree/nonfree.hpp>
 
 class RobustMatcher {
 public:
index be85951..baea3a5 100644 (file)
@@ -5,7 +5,6 @@
 #include <opencv2/imgproc/imgproc.hpp>
 #include <opencv2/calib3d/calib3d.hpp>
 #include <opencv2/features2d/features2d.hpp>
-#include <opencv2/nonfree/features2d.hpp>
 // PnP Tutorial
 #include "Mesh.h"
 #include "Model.h"