mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
Set sanity threshold for TVL1 optical flow to 0.5
This commit is contained in:
parent
1284121d89
commit
fe0b88d291
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user