Commit c89786bc authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed sanity test on Windows

parent 8d97d959
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment