mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Relaxed CalibrateDebevec regression test for all platforms.
This commit is contained in:
@@ -286,11 +286,7 @@ TEST(Photo_CalibrateDebevec, regression)
|
||||
diff = diff.mul(1.0f / response);
|
||||
double max;
|
||||
minMaxLoc(diff, NULL, &max);
|
||||
#if defined(__arm__) || defined(__aarch64__)
|
||||
ASSERT_LT(max, 0.25);
|
||||
#else
|
||||
ASSERT_LT(max, 0.15);
|
||||
#endif
|
||||
}
|
||||
|
||||
TEST(Photo_CalibrateRobertson, regression)
|
||||
|
||||
Reference in New Issue
Block a user