Skip to content

Commit a618d8b

Browse files
committed
stitching(perf): update test threshold
1 parent fe459c8 commit a618d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/stitching/perf/perf_matchers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ PERF_TEST_P( matchVector, affineBestOf2NearestVectorFeatures, testing::Combine(
288288
if (pairwise_matches[i].src_img_idx < 0)
289289
continue;
290290

291-
EXPECT_TRUE(pairwise_matches[i].matches.size() > 400);
291+
EXPECT_GT(pairwise_matches[i].matches.size(), (size_t)300);
292292
EXPECT_FALSE(pairwise_matches[i].H.empty());
293293
++matches_count;
294294
}

0 commit comments

Comments
 (0)