From ce8437d37f322ffa3a118ec3dd8ec6fb78304bdb Mon Sep 17 00:00:00 2001 From: Ilya Lysenkov Date: Fri, 3 Jun 2011 14:13:43 +0000 Subject: [PATCH] minor formatting --- samples/cpp/bgfg_segm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/bgfg_segm.cpp b/samples/cpp/bgfg_segm.cpp index e6464fc1cf..c93f44c5ba 100644 --- a/samples/cpp/bgfg_segm.cpp +++ b/samples/cpp/bgfg_segm.cpp @@ -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;