summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.h')
-rwxr-xr-xsrc/testApp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 22389a6..9bcf15e 100755
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -8,6 +8,10 @@
#include "ofxOsc.h"
+#define COLOUR 1
+#define GREY 2
+#define DIFF 3
+
class testApp : public ofBaseApp{
public:
@@ -48,6 +52,8 @@ class testApp : public ofBaseApp{
ofxCvGrayscaleImage grayDiff;
ofxCvContourFinder contourFinder;
+
+ int mode;
int threshold;
bool bLearnBakground;