changed type of sanity check

pull/2528/head
mlyashko 11 years ago
parent 953aafbd3d
commit 70fdfa0bdb
  1. 2
      modules/imgproc/perf/opencl/perf_imgproc.cpp

@ -119,7 +119,7 @@ OCL_PERF_TEST_P(CalcBackProjFixture, CalcBackProj, OCL_TEST_SIZES)
declare.in(src, WARMUP_RNG).out(dst);
OCL_TEST_CYCLE() cv::calcBackProject(std::vector<UMat>(1,src), channels, hist, dst, ranges, 1);
SANITY_CHECK(dst, 1e-3);
SANITY_CHECK_NOTHING();
}

Loading…
Cancel
Save