Relaxed CalibrateDebevec regression test for all platforms.

This commit is contained in:
Alexander Smorkalov
2026-08-18 14:05:45 +03:00
parent 1c59b23c9f
commit a163c5a7eb

View File

@@ -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)