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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user