mirror of
https://github.com/opencv/opencv.git
synced 2025-06-23 12:11:35 +08:00
Merge pull request #26757 from shyama7004:test-fix
fix threshold for photo_calibratedebevec regression test
This commit is contained in:
commit
d6f60d4ab8
@ -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