Skip to content

Instantly share code, notes, and snippets.

@anteaterho
anteaterho / testApp.cpp
Created July 19, 2016 02:16 — forked from atduskgreg/testApp.cpp
openframeworks app calculating bounding box, centroid and OpenCV contour based on a kinect data
#include "testApp.h"
const int useKinect = false;
//--------------------------------------------------------------
void testApp::setup() {
ofSetFrameRate(60);
camWidth = 640;
camHeight = 480;