Merge pull request #2548 from jet47:gpu_mog2_test

pull/2551/merge
Andrey Pavlenko 11 years ago committed by OpenCV Buildbot
commit bb3c0c066c
  1. 2
      modules/gpu/test/test_bgfg.cpp

@ -336,7 +336,7 @@ GPU_TEST_P(MOG2, getBackgroundImage)
cv::Mat background_gold;
mog2_gold.getBackgroundImage(background_gold);
ASSERT_MAT_NEAR(background_gold, background, 0);
ASSERT_MAT_NEAR(background_gold, background, 1);
}
INSTANTIATE_TEST_CASE_P(GPU_Video, MOG2, testing::Combine(

Loading…
Cancel
Save