mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +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)
|
||||
continue;
|
||||
|
||||
EXPECT_GT(pairwise_matches[i].matches.size(), 100);
|
||||
EXPECT_GT(pairwise_matches[i].matches.size(), 95u);
|
||||
EXPECT_FALSE(pairwise_matches[i].H.empty());
|
||||
++matches_count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user