removed old headers

pull/3042/head
edgarriba 11 years ago
parent 4a214c08e5
commit 7da9800694
  1. 1
      samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h
  2. 1
      samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp

@ -13,7 +13,6 @@
#include <opencv2/core/core.hpp> #include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp> #include <opencv2/highgui/highgui.hpp>
#include <opencv2/features2d/features2d.hpp> #include <opencv2/features2d/features2d.hpp>
#include <opencv2/nonfree/nonfree.hpp>
class RobustMatcher { class RobustMatcher {
public: public:

@ -5,7 +5,6 @@
#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp> #include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/features2d/features2d.hpp> #include <opencv2/features2d/features2d.hpp>
#include <opencv2/nonfree/features2d.hpp>
// PnP Tutorial // PnP Tutorial
#include "Mesh.h" #include "Mesh.h"
#include "Model.h" #include "Model.h"

Loading…
Cancel
Save