mirror of
https://github.com/opencv/opencv.git
synced 2025-07-27 23:57:04 +08:00
fixed sanity test on Windows
This commit is contained in:
parent
8d97d9598e
commit
c89786bc2d
@ -26,5 +26,5 @@ PERF_TEST_P(ImagePair, OpticalFlowDual_TVL1, testing::Values(impair("cv/optflow/
|
|||||||
|
|
||||||
TEST_CYCLE_N(10) tvl1->calc(frame1, frame2, flow);
|
TEST_CYCLE_N(10) tvl1->calc(frame1, frame2, flow);
|
||||||
|
|
||||||
SANITY_CHECK(flow, 0.5);
|
SANITY_CHECK(flow, 0.8);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user