Skip to content

Commit

Permalink
Merge pull request opencv#12852 from nangchoo:bugfix/increase_magic_t…
Browse files Browse the repository at this point in the history
…hreshold_for_perf_test
  • Loading branch information
alalek committed Oct 17, 2018
2 parents 7a73941 + 1c468ad commit df6728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stitching/perf/perf_matchers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ PERF_TEST_P( match, bestOf2Nearest, TEST_DETECTORS)
Mat R (pairwise_matches.H, Range::all(), Range(0, 2));
// separate transform matrix, use lower error on rotations
SANITY_CHECK(dist, 1., ERROR_ABSOLUTE);
SANITY_CHECK(R, .015, ERROR_ABSOLUTE);
SANITY_CHECK(R, .06, ERROR_ABSOLUTE);
}

PERF_TEST_P( matchVector, bestOf2NearestVectorFeatures, testing::Combine(
Expand Down

0 comments on commit df6728e

Please sign in to comment.