mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 11:06:38 +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;
|
||||
minMaxLoc(diff, NULL, &max);
|
||||
#if defined(__arm__) || defined(__aarch64__)
|
||||
ASSERT_LT(max, 0.131);
|
||||
ASSERT_LT(max, 0.2);
|
||||
#else
|
||||
ASSERT_LT(max, 0.1);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user