From dd73016c8ba1b70dd371c44995f51f3c206c2636 Mon Sep 17 00:00:00 2001 From: Jin Ma Date: Wed, 4 Sep 2013 15:00:36 +0800 Subject: [PATCH] Removed whitespace. --- modules/ocl/perf/perf_bgfg.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/ocl/perf/perf_bgfg.cpp b/modules/ocl/perf/perf_bgfg.cpp index 188dffa..185f704 100644 --- a/modules/ocl/perf/perf_bgfg.cpp +++ b/modules/ocl/perf/perf_bgfg.cpp @@ -79,7 +79,7 @@ PERF_TEST_P(VideoMOGFixture, Video_MOG, const string inputFile = perf::TestBase::getDataPath(get<0>(params)); const int cn = get<1>(params); const float learningRate = static_cast(get<2>(params)); - + cv::VideoCapture cap(inputFile); ASSERT_TRUE(cap.isOpened()); @@ -296,7 +296,7 @@ PERF_TEST_P(Video_MOG2GetBackgroundImage, Video_MOG2, mog2(frame, foreground); } cv::Mat background; - TEST_CYCLE() + TEST_CYCLE() mog2.getBackgroundImage(background); SANITY_CHECK(background); @@ -333,5 +333,4 @@ PERF_TEST_P(Video_MOG2GetBackgroundImage, Video_MOG2, }else OCL_PERF_ELSE } -#endif - +#endif \ No newline at end of file -- 2.7.4