From d45a554faaf557b9e9a4b7a43b73b89f03800a96 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 12 Apr 2012 21:50:39 +0100 Subject: bird shadow --- gaunt01/src/testApp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gaunt01/src/testApp.h') 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; + }; -- cgit v1.2.3