diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-03-12 17:41:13 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-03-12 17:41:13 +0000 |
| commit | 95d6f9293939cfe068c0ab95ed4534e7982ff4ae (patch) | |
| tree | 2f573c41cce62d5e9b8e04fb1a6526585557f2de /offsetProject/src/ofApp.h | |
| parent | e8d3833a23ddc45fc8b6720b683356e78ed0329c (diff) | |
image searching
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 9 |
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; }; |
