summaryrefslogtreecommitdiff
path: root/cvtest/src/testApp.h
diff options
context:
space:
mode:
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;