stitching(perf): update test threshold

pull/13370/head
Alexander Alekhin 6 years ago committed by Alexander Alekhin
parent fe459c82e5
commit a618d8bc9e
  1. 2
      modules/stitching/perf/perf_matchers.cpp

@ -288,7 +288,7 @@ PERF_TEST_P( matchVector, affineBestOf2NearestVectorFeatures, testing::Combine(
if (pairwise_matches[i].src_img_idx < 0)
continue;
EXPECT_TRUE(pairwise_matches[i].matches.size() > 400);
EXPECT_GT(pairwise_matches[i].matches.size(), (size_t)300);
EXPECT_FALSE(pairwise_matches[i].H.empty());
++matches_count;
}

Loading…
Cancel
Save