minor formatting

This commit is contained in:
Ilya Lysenkov 2011-06-03 14:13:43 +00:00
parent 5d4afe81e0
commit ce8437d37f

View File

@ -33,7 +33,7 @@ int main(int argc, char** argv)
namedWindow("image", CV_WINDOW_NORMAL);
namedWindow("foreground mask", CV_WINDOW_NORMAL);
namedWindow("foreground image", CV_WINDOW_NORMAL);
namedWindow("foreground image", CV_WINDOW_NORMAL);
namedWindow("mean background image", CV_WINDOW_NORMAL);
BackgroundSubtractorMOG2 bg_model;