Modified to relative OpenCV include path

This commit is contained in:
Kristians Vebers
2014-02-19 09:54:05 +02:00
parent f2f2939c31
commit 16274cb5a8

View File

@@ -25,8 +25,8 @@
#include <stdio.h> #include <stdio.h>
#include <iostream> #include <iostream>
#include <cv.h> #include "opencv2/opencv.hpp"
#include <highgui.h> #include "opencv2/highgui/highgui.hpp"
using namespace std; using namespace std;
using namespace cv; using namespace cv;