diff options
| author | Comment <tim@gray.(none)> | 2014-02-26 10:58:43 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-26 10:58:43 +0000 |
| commit | 8740fb5e6b9084ea548f11d1ab1944fa653a82d7 (patch) | |
| tree | 94534bd1788d1f967c7859d379bc351d29a6e4ee /offsetProject/src/ofApp.h | |
| parent | 4043777c902b5f4297b133a0435be91083f3f02a (diff) | |
changes
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index 599ee5e..6188611 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -4,8 +4,8 @@ #include "ofxOpenCv.h" #include "ofxKinect.h" -#define MIN_TILE_SIZE 8 //has to be a divisor of 320 and 240 as the tiles are centred -#define MAX_TILE_SIZE 64 //has to be a power of 2 * MIN_TILE_SIZE +#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 class offsetCvColorImage : public ofxCvColorImage { public: |
