diff options
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index 4e8dc69..a6f03a6 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -5,6 +5,7 @@ #include "lineSegmenter.h" #include "ofxClipper.h" #include "ofxSyphon.h" +#include "ofxOpenCv.h" class ofApp : public ofBaseApp{ @@ -48,4 +49,14 @@ class ofApp : public ofBaseApp{ ofx::Clipper clipper; ofxSyphonServer mainOutputSyphonServer; + + ofVideoPlayer movie; + + ofxCvColorImage colorImg; + + ofxCvGrayscaleImage grayImage; + + ofxCvContourFinder contourFinder; + + int threshold; }; |
