diff options
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index 67e1b71..f1f8253 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -4,8 +4,7 @@ #include "ofxOpenCv.h" #include "ofxKinect.h" -#define MIN_TILE_SIZE 4 //has to be a divisor of 320 and 240 as the tiles are centred -#define MAX_TILE_SIZE 32 //has to be a power of 2 * MIN_TILE_SIZE +#include "imageStore.h" #define MODE_COLOURTILES 0 #define MODE_DEPTH 1 @@ -13,7 +12,7 @@ #define NUM_MODES 3 -#define IMAGE_STORE_SIZE 256 + class ofApp : public ofBaseApp { @@ -30,7 +29,7 @@ public: void mouseReleased(int x, int y, int button); void windowResized(int w, int h); - + imageStore store; int mode; bool fullscreen; |
