From 8740fb5e6b9084ea548f11d1ab1944fa653a82d7 Mon Sep 17 00:00:00 2001 From: Comment Date: Wed, 26 Feb 2014 10:58:43 +0000 Subject: changes --- offsetProject/src/ofApp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offsetProject/src/ofApp.h') 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: -- cgit v1.2.3