fixed sanity test on Windows
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 1 Apr 2013 06:44:27 +0000 (10:44 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 8 Apr 2013 11:18:26 +0000 (15:18 +0400)
modules/video/perf/perf_tvl1optflow.cpp

index 36f16d9..0a0f74a 100644 (file)
@@ -26,5 +26,5 @@ PERF_TEST_P(ImagePair, OpticalFlowDual_TVL1, testing::Values(impair("cv/optflow/
 
     TEST_CYCLE_N(10) tvl1->calc(frame1, frame2, flow);
 
-    SANITY_CHECK(flow, 0.5);
+    SANITY_CHECK(flow, 0.8);
 }