Skip to content

Commit e090ea3

Browse files
committed
Merge pull request opencv#13370 from alalek:ocl_update_perf_stitching_matchers_threshold
2 parents f26e86e + a618d8b commit e090ea3

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)