Commit 70fdfa0b authored by mlyashko's avatar mlyashko

changed type of sanity check

parent 953aafbd
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment