1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

increased epsilon in sanity test

This commit is contained in:
Vladislav Vinogradov
2013-03-20 11:49:58 +04:00
parent 83def21ba9
commit b07bce11ef
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -372,8 +372,8 @@ PERF_TEST_P(ImagePair, Video_OpticalFlowDual_TVL1,
TEST_CYCLE() d_alg(d_frame0, d_frame1, u, v);
GPU_SANITY_CHECK(u, 1e-4);
GPU_SANITY_CHECK(v, 1e-4);
GPU_SANITY_CHECK(u, 1e-2);
GPU_SANITY_CHECK(v, 1e-2);
}
else
{