diff options
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index 9ee79db..50187bd 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -52,7 +52,8 @@ class testApp : public ofBaseApp{ ofVideoGrabber vidGrabber; ofVideoPlayer vidPlayer; - ofxCvColorImage colorImg; + ofxCvColorImage colorImg;
+ ofxCvFloatImage accumImg; ofxCvGrayscaleImage grayImage; ofxCvGrayscaleImage grayBg; @@ -87,5 +88,7 @@ class testApp : public ofBaseApp{ bird Bird; + bool drawStats; + }; |
