diff --git a/modules/video/perf/opencl/perf_bgfg_mog2.cpp b/modules/video/perf/opencl/perf_bgfg_mog2.cpp index e80972dff2..f5ddc43d5e 100644 --- a/modules/video/perf/opencl/perf_bgfg_mog2.cpp +++ b/modules/video/perf/opencl/perf_bgfg_mog2.cpp @@ -98,7 +98,7 @@ OCL_PERF_TEST_P(MOG2_GetBackgroundImage, Mog2, Combine(Values("gpu/video/768x576 } mog2->getBackgroundImage(u_background); } - SANITY_CHECK(u_background); + SANITY_CHECK_NOTHING(); } }}// namespace cvtest::ocl