Set sanity threshold for TVL1 optical flow to 0.02

pull/217/merge
Andrey Kamaev 12 years ago
parent f5cd20d80b
commit 1284121d89
  1. 2
      modules/video/perf/perf_tvl1optflow.cpp

@ -29,5 +29,5 @@ PERF_TEST_P(ImagePair, OpticalFlowDual_TVL1, testing::Values(impair("cv/optflow/
tvl1(frame1, frame2, flow);
}
SANITY_CHECK(flow);
SANITY_CHECK(flow, 0.02);
}

Loading…
Cancel
Save