mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 12:22:51 +08:00
stitching(perf): update test threshold
This commit is contained in:
parent
fe459c82e5
commit
a618d8bc9e
@ -288,7 +288,7 @@ PERF_TEST_P( matchVector, affineBestOf2NearestVectorFeatures, testing::Combine(
|
|||||||
if (pairwise_matches[i].src_img_idx < 0)
|
if (pairwise_matches[i].src_img_idx < 0)
|
||||||
continue;
|
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());
|
EXPECT_FALSE(pairwise_matches[i].H.empty());
|
||||||
++matches_count;
|
++matches_count;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user