some more fixes in background/foreground subtraction; converted bgfg_segm.cpp sample to C++

This commit is contained in:
Vadim Pisarevsky
2010-12-28 21:28:34 +00:00
parent 2dd0e85264
commit e26ac53589
3 changed files with 42 additions and 56 deletions

View File

@@ -419,7 +419,7 @@ public:
double TB=0.9,
double CT=0.05,
uchar shadowOutputValue=127,
int shadowOutputValue=127,
double tau=0.5);
//! the destructor
@@ -442,7 +442,7 @@ public:
double TB=0.9,
double CT=0.05,
uchar nShadowDetection=127,
int nShadowDetection=127,
double tau=0.5);
void* model;