Subversion Repositories OpenCV2-Cookbook

Compare Revisions

Last modification

Ignore whitespace Rev 3 → Rev 5

/trunk/Chapter 03/color_detector/mainwindow.h
23,8 → 23,8
#include <QColorDialog>
 
//OpenCV
#include "cv.h"
#include "highgui.h"
#include <opencv/cv.h>
#include <opencv/highgui.h>
 
//color detector, controller
#include "colorDetectController.h"
/trunk/Chapter 03/color_detector/colordetector.h
19,6 → 19,7
#define COLORDETECT
 
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
 
class ColorDetector {