mirror of
https://github.com/opencv/opencv.git
synced 2025-07-23 04:52:54 +08:00
Photo_CalibrateDebevec.regression-fix
This commit is contained in:
parent
2c2866a7a6
commit
5b7b887200
@ -228,7 +228,7 @@ TEST(Photo_CalibrateDebevec, regression)
|
|||||||
double max;
|
double max;
|
||||||
minMaxLoc(diff, NULL, &max);
|
minMaxLoc(diff, NULL, &max);
|
||||||
#if defined(__arm__) || defined(__aarch64__)
|
#if defined(__arm__) || defined(__aarch64__)
|
||||||
ASSERT_LT(max, 0.131);
|
ASSERT_LT(max, 0.2);
|
||||||
#else
|
#else
|
||||||
ASSERT_LT(max, 0.1);
|
ASSERT_LT(max, 0.1);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user