stitching(perf): update condition threshold

pull/9741/head
Alexander Alekhin 7 years ago
parent 39ee07b8f6
commit 0bf823e1eb
  1. 2
      modules/stitching/perf/perf_matchers.cpp

@ -166,7 +166,7 @@ PERF_TEST_P( matchVector, bestOf2NearestVectorFeatures, testing::Combine(
if (pairwise_matches[i].src_img_idx < 0)
continue;
EXPECT_GT(pairwise_matches[i].matches.size(), 100);
EXPECT_GT(pairwise_matches[i].matches.size(), 95u);
EXPECT_FALSE(pairwise_matches[i].H.empty());
++matches_count;
}

Loading…
Cancel
Save