Newer
Older
#ifndef _STATE // if this class hasn't been defined, the program can define it
#define _STATE
#include "ofMain.h"
#include "ofxCv.h"
#include "ofxGui.h"
//cout << "State Constructor" << endl;
points.reserve(5);
}
int test1;
int test2;
int num_colours=5;
vector<ofVec2f> points;
//vector<cv::Rect>& boundingRects;
vector<cv::Point2f> centers;
vector<ofxCv::ContourFinder> contourFinders;