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);
|
tvl1(frame1, frame2, flow);
|
||||||
}
|
}
|
||||||
|
|
||||||
SANITY_CHECK(flow, 0.02);
|
SANITY_CHECK(flow, 0.5);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user