Skip to content

Instantly share code, notes, and snippets.

View KayneWest's full-sized avatar
💭
polluting, litering, and throwin' extra food in the trash

Matt Krzus KayneWest

💭
polluting, litering, and throwin' extra food in the trash
View GitHub Profile
@KayneWest
KayneWest / CameraImage.cpp
Created January 12, 2016 15:58 — forked from kylemcdonald/CameraImage.cpp
openFrameworks app for sending images to disk for processing, and reading text back from disk. Used for "NeuralTalk and Walk".
#include "ofMain.h"
#include "ofxTiming.h"
class ofApp : public ofBaseApp {
public:
ofVideoGrabber grabber;
DelayTimer delay;
ofTrueTypeFont font;
string description;