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 <iostream>
#include <cv.h>
#include <highgui.h>
#include "opencv2/opencv.hpp"
#include "opencv2/highgui/highgui.hpp"
using namespace std;
using namespace cv;