summaryrefslogtreecommitdiff
path: root/offsetProject/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-03-12 17:41:13 +0000
committerTim Redfern <tim@eclectronics.org>2014-03-12 17:41:13 +0000
commit95d6f9293939cfe068c0ab95ed4534e7982ff4ae (patch)
tree2f573c41cce62d5e9b8e04fb1a6526585557f2de /offsetProject/src/ofApp.h
parente8d3833a23ddc45fc8b6720b683356e78ed0329c (diff)
image searching
Diffstat (limited to 'offsetProject/src/ofApp.h')
-rw-r--r--offsetProject/src/ofApp.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h
index f1f8253..a718aa1 100644
--- a/offsetProject/src/ofApp.h
+++ b/offsetProject/src/ofApp.h
@@ -13,7 +13,7 @@
#define NUM_MODES 3
-
+//do we need the extend thing?
class ofApp : public ofBaseApp {
public:
@@ -30,7 +30,12 @@ public:
void windowResized(int w, int h);
imageStore store;
- int mode;
+
+ int mode,farThreshold,angle;
+
+ ofxCvColorImage colourImage;
+ ofxCvGrayscaleImage depthImage,depthImage2;
+ ofxKinect kinect;
bool fullscreen;
};