Skip to content

Instantly share code, notes, and snippets.

View stephanschulz's full-sized avatar

Stephan Schulz stephanschulz

View GitHub Profile
@stephanschulz
stephanschulz / gist:c72134d6dd56d6f2b9f04684793c21e6
Created April 26, 2016 00:36
apothecary opencv formula error
kinder:apothecary stephan$ /Applications/openFrameworks-0.9.3-master/scripts/apothecary/apothecary update ofxOpencv
----- opencv -----
Downloading "opencv"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 120 0 120 0 0 151 0 --:--:-- --:--:-- --:--:-- 151
100 72.6M 0 72.6M 0 0 1508k 0 --:--:-- 0:00:49 --:--:-- 1660k
@stephanschulz
stephanschulz / main.cpp
Created April 25, 2016 17:36
OF 0.9.3 gpu opencv
#include "ofApp.h"
int main() {
ofSetupOpenGL(640, 480, OF_WINDOW);
ofRunApp(new ofApp());
}
@stephanschulz
stephanschulz / main.cpp
Created April 22, 2016 23:14
ofxcv multiple contour finders
#include "ofApp.h"
int main() {
ofSetupOpenGL(640, 480, OF_WINDOW);
ofRunApp(new ofApp());
}