mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #13370 from alalek:ocl_update_perf_stitching_matchers_threshold
This commit is contained in:
commit
e090ea3efd
@ -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…
Reference in New Issue
Block a user