Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)
This commit is contained in:
parent
d46659f6cc
commit
8b6d1f6e45
@ -87,7 +87,7 @@ int main(int argc, char** argv)
|
||||
namedWindow("segmented", 1);
|
||||
|
||||
BackgroundSubtractorMOG bgsubtractor;
|
||||
bgsubtractor.noiseSigma = 10;
|
||||
bgsubtractor.set("noiseSigma", 10);
|
||||
|
||||
for(;;)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user