diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-12 21:50:39 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-12 21:50:39 +0100 |
| commit | d45a554faaf557b9e9a4b7a43b73b89f03800a96 (patch) | |
| tree | 6825b969ccada08fa638d5f47ac15b5515e1f8ac /gaunt01/src/testApp.h | |
| parent | 6ddd691156f1a3a24be9045056db39e78041b8d8 (diff) | |
bird shadow
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; + }; |
