diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-22 23:28:16 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-22 23:28:16 +0000 |
| commit | 60b2973637d6150f3facb74eb9ae1d475071b915 (patch) | |
| tree | 45e4fe491e7067ed22f8597301aaf0c4c6f9b5b9 /drawing/src/ofApp.h | |
| parent | fa8fd80b285e8b916afa5b0424bcd00e579c0771 (diff) | |
thresholding
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; }; |
