use the new-style headers in the samples to improve OpenCV build time.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "cv.h"
|
||||
#include "highgui.h"
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <iostream>
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
Mat img;
|
||||
int threshval = 100;
|
||||
|
||||
|
Reference in New Issue
Block a user