use the new-style headers in the samples to improve OpenCV build time.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "cv.h"
|
||||
#include "highgui.h"
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <math.h>
|
||||
#include <iostream>
|
||||
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
void help()
|
||||
{
|
||||
|
Reference in New Issue
Block a user