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

increase epsilon for TVL1 sanity test

(cherry picked from commit 5dff283b39)
This commit is contained in:
Vladislav Vinogradov
2014-08-15 13:41:47 +04:00
committed by Alexander Smorkalov
parent 628b23acc8
commit 975e40f1c0
+2 -2
View File
@@ -427,8 +427,8 @@ PERF_TEST_P(ImagePair, Video_OpticalFlowDual_TVL1,
TEST_CYCLE() d_alg(d_frame0, d_frame1, u, v);
GPU_SANITY_CHECK(u, 1e-1);
GPU_SANITY_CHECK(v, 1e-1);
GPU_SANITY_CHECK(u, 0.12);
GPU_SANITY_CHECK(v, 0.12);
}
else
{