mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
Merge pull request #13388 from alalek:ocl_fix_perf_stitching
This commit is contained in:
commit
40a53e3d64
@ -102,7 +102,7 @@ PERF_TEST_P( match, bestOf2Nearest, TEST_DETECTORS)
|
||||
Mat dist (pairwise_matches.H, Range::all(), Range(2, 3));
|
||||
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(dist, 3., ERROR_ABSOLUTE);
|
||||
SANITY_CHECK(R, .06, ERROR_ABSOLUTE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user