From 1f8525289c3533805fa235d25804f3413243743a Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 12 Oct 2012 11:06:16 +0100 Subject: mode vis --- src/testApp.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/testApp.h') 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; -- cgit v1.2.3