summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-08-21 15:37:26 +0100
committerTim Redfern <tim@eclectronics.org>2012-08-21 15:37:26 +0100
commit685e82c6b33038cdfc4e9836002bfe1ff2f9897a (patch)
tree10712df6d75d3dd725eafc84d6aae35de3aab0f2 /gaunt01/src/testApp.h
parent8cc12c684eaf724832cb67b950188306fa9fd0a1 (diff)
had enough
Diffstat (limited to 'gaunt01/src/testApp.h')
-rw-r--r--gaunt01/src/testApp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h
index 7c95e6e..82f75fe 100644
--- a/gaunt01/src/testApp.h
+++ b/gaunt01/src/testApp.h
@@ -6,6 +6,8 @@
#include "tesselator.h"
#include "ofxOpenCv.h"
+#include <opencv2/opencv.hpp>
+
#include "ofxRay.h"
#include "ofxXmlSettings.h"
@@ -21,6 +23,7 @@
#define PLAY 0
#define CALIBRATE 1
+#define CHECKACCUM 2
#define TITLES 0
#define EXPLAIN 1
@@ -77,6 +80,8 @@ class testApp : public ofBaseApp{
ofVideoPlayer vidPlayer;
ofxCvColorImage colorImg;
+
+ string testmovie;
int diffchannel;