Skip to content

Commit cfb9648

Browse files
committed
stitching(perf): increase test check tolerance
1 parent 73c3d14 commit cfb9648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/stitching/perf/perf_stich.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ PERF_TEST_P(stitchDatasets, affine, testing::Combine(AFFINE_DATASETS, TEST_DETEC
102102

103103
Mat pano;
104104
vector<Mat> imgs;
105-
int width, height, allowed_diff = 10;
105+
int width, height, allowed_diff = 20;
106106
Ptr<detail::FeaturesFinder> featuresFinder = getFeatureFinder(detector);
107107

108108
if(dataset == "budapest")
@@ -117,7 +117,7 @@ PERF_TEST_P(stitchDatasets, affine, testing::Combine(AFFINE_DATASETS, TEST_DETEC
117117
height = 1158;
118118
// this dataset is big, the results between surf and orb differ slightly,
119119
// but both are still good
120-
allowed_diff = 27;
120+
allowed_diff = 50;
121121
}
122122
else if (dataset == "newspaper")
123123
{

0 commit comments

Comments
 (0)