提交 fe0b88d2 编写于 作者: A Andrey Kamaev

Set sanity threshold for TVL1 optical flow to 0.5

上级 1284121d
......@@ -29,5 +29,5 @@ PERF_TEST_P(ImagePair, OpticalFlowDual_TVL1, testing::Values(impair("cv/optflow/
tvl1(frame1, frame2, flow);
}
SANITY_CHECK(flow, 0.02);
SANITY_CHECK(flow, 0.5);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册