mirror of
https://github.com/opencv/opencv.git
synced 2025-06-23 04:01:31 +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;
|
||||
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