diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-06-13 14:52:22 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-06-13 14:52:22 +0100 |
| commit | e05bc2828bc213f1e78256f976284bad80722e1a (patch) | |
| tree | e682759db2c253a4649fd6fac96c46be0d386300 /cvtest/src/testApp.h | |
| parent | 8bc09d4264575d2752374413a180bf9dc1b3b035 (diff) | |
avoiding edges version
Diffstat (limited to 'cvtest/src/testApp.h')
| -rw-r--r-- | cvtest/src/testApp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cvtest/src/testApp.h b/cvtest/src/testApp.h index 4207bb9..32d7158 100644 --- a/cvtest/src/testApp.h +++ b/cvtest/src/testApp.h @@ -47,7 +47,7 @@ class testApp : public ofBaseApp{ //try to accumulate background using SHORT datatype ie CV_16UC / 4 (would 4 be faster, 64 bits) - cv::Mat accumulator,outmat,hsvback,outchan,output; // background accumulation + cv::Mat accumulator,outmat,hsvback,hsvfront,backchan,frontchan,output; // background accumulation int frameno; ofxCvColorImage currentFrame; @@ -72,6 +72,9 @@ class testApp : public ofBaseApp{ int diffchannel; + bool removeShadows; + int shadowThreshold; + /* ofxOpenCvUtilsForeground* fg; ofxOpenCvUtilsMeanShift* meanShift; |
