1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

increase epsilons for some tests, which functions use floating point arithm

This commit is contained in:
Vladislav Vinogradov
2014-10-23 18:39:36 +04:00
parent e0827069c1
commit 5c07e0b6d3
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ PERF_TEST_P(ImagePair, Video_CreateOpticalFlowNeedleMap,
TEST_CYCLE() cv::gpu::createOpticalFlowNeedleMap(u, v, vertex, colors);
GPU_SANITY_CHECK(vertex, 1e-6);
GPU_SANITY_CHECK(vertex, 1e-5);
GPU_SANITY_CHECK(colors);
}
else