summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.h
diff options
context:
space:
mode:
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;