summaryrefslogtreecommitdiff
path: root/cvtest/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-13 14:52:22 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-13 14:52:22 +0100
commite05bc2828bc213f1e78256f976284bad80722e1a (patch)
treee682759db2c253a4649fd6fac96c46be0d386300 /cvtest/src/testApp.h
parent8bc09d4264575d2752374413a180bf9dc1b3b035 (diff)
avoiding edges version
Diffstat (limited to 'cvtest/src/testApp.h')
-rw-r--r--cvtest/src/testApp.h5
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;