summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-10-12 11:06:16 +0100
committerTim Redfern <tim@eclectronics.org>2012-10-12 11:06:16 +0100
commit1f8525289c3533805fa235d25804f3413243743a (patch)
tree21378e17f174431f459c889d721149aa66003a35 /src/testApp.h
parentde68c3e9911616d116135960075d80b6c72efecc (diff)
mode vis
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;