diff options
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 6 |
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; |
