Commit e14f91dd authored by edgarriba's avatar edgarriba

Update headers

parent ddf5c86f
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#define ROBUSTMATCHER_H_ #define ROBUSTMATCHER_H_
#include <iostream> #include <iostream>
#include <boost/shared_ptr.hpp>
#include <opencv2/core/core.hpp> #include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp> #include <opencv2/highgui/highgui.hpp>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#define UTILS_H_ #define UTILS_H_
#include <iostream> #include <iostream>
#include <cv.h>
#include "PnPProblem.h" #include "PnPProblem.h"
......
#include <iostream> #include <iostream>
#include <time.h> #include <time.h>
#include "cv.h"
#include "highgui.h"
#include <opencv2/core/core.hpp> #include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp> #include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/imgproc/imgproc.hpp>
...@@ -155,7 +152,7 @@ int main(int argc, char *argv[]) ...@@ -155,7 +152,7 @@ int main(int argc, char *argv[])
// Create & Open Window // Create & Open Window
cv::namedWindow("REAL TIME DEMO", CV_WINDOW_KEEPRATIO); cv::namedWindow("REAL TIME DEMO", cv::WINDOW_KEEPRATIO);
cv::VideoCapture cap; // instantiate VideoCapture cv::VideoCapture cap; // instantiate VideoCapture
......
#include <iostream> #include <iostream>
#include "cv.h"
#include "highgui.h"
#include <opencv2/core/core.hpp> #include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/nonfree/features2d.hpp> #include <opencv2/nonfree/features2d.hpp>
...@@ -132,7 +129,7 @@ int main(int, char**) ...@@ -132,7 +129,7 @@ int main(int, char**)
registration.setNumMax(n); registration.setNumMax(n);
// Create & Open Window // Create & Open Window
cv::namedWindow("MODEL GROUND TRUTH", CV_WINDOW_KEEPRATIO); cv::namedWindow("MODEL GROUND TRUTH", cv::WINDOW_KEEPRATIO);
// Set up the mouse events // Set up the mouse events
cv::setMouseCallback("MODEL GROUND TRUTH", onMouseModelVerification, 0 ); cv::setMouseCallback("MODEL GROUND TRUTH", onMouseModelVerification, 0 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment