Removed whitespace.

This commit is contained in:
Jin Ma 2013-09-04 15:00:36 +08:00
parent e528f39def
commit dd73016c8b

View File

@ -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<float>(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