Fixed build (noiseSigma of BackgroundSubtractorMOG is now protected)

This commit is contained in:
Andrey Kamaev 2012-04-20 16:00:49 +00:00
parent d46659f6cc
commit 8b6d1f6e45

View File

@ -87,7 +87,7 @@ int main(int argc, char** argv)
namedWindow("segmented", 1);
BackgroundSubtractorMOG bgsubtractor;
bgsubtractor.noiseSigma = 10;
bgsubtractor.set("noiseSigma", 10);
for(;;)
{