mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
stitching(perf): update condition threshold
This commit is contained in:
parent
39ee07b8f6
commit
0bf823e1eb
@ -166,7 +166,7 @@ PERF_TEST_P( matchVector, bestOf2NearestVectorFeatures, testing::Combine(
|
|||||||
if (pairwise_matches[i].src_img_idx < 0)
|
if (pairwise_matches[i].src_img_idx < 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
EXPECT_GT(pairwise_matches[i].matches.size(), 100);
|
EXPECT_GT(pairwise_matches[i].matches.size(), 95u);
|
||||||
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