Merge pull request #8 from vebers/develop

Fixes to includes
This commit is contained in:
Matthew Hill
2014-02-19 08:21:46 -07:00
2 changed files with 3 additions and 2 deletions

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;

View File

@@ -21,6 +21,7 @@
#ifndef COLORFILTER_H
#define COLORFILTER_H
#include <iomanip>
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"