This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "ofApp.h" | |
| int main() { | |
| ofSetupOpenGL(640, 480, OF_WINDOW); | |
| ofRunApp(new ofApp()); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "ofApp.h" | |
| int main() { | |
| ofSetupOpenGL(640, 480, OF_WINDOW); | |
| ofRunApp(new ofApp()); | |
| } |
NewerOlder