Skip to content

Commit 0bf823e

Browse files
committed
stitching(perf): update condition threshold
1 parent 39ee07b commit 0bf823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/stitching/perf/perf_matchers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ PERF_TEST_P( matchVector, bestOf2NearestVectorFeatures, testing::Combine(
166166
if (pairwise_matches[i].src_img_idx < 0)
167167
continue;
168168

169-
EXPECT_GT(pairwise_matches[i].matches.size(), 100);
169+
EXPECT_GT(pairwise_matches[i].matches.size(), 95u);
170170
EXPECT_FALSE(pairwise_matches[i].H.empty());
171171
++matches_count;
172172
}

0 commit comments

Comments
 (0)