From a163c5a7ebe4d7dcc7e22b898699c192c32ee6f0 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 18 Aug 2026 14:05:45 +0300 Subject: [PATCH] Relaxed CalibrateDebevec regression test for all platforms. --- modules/photo/test/test_hdr.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/photo/test/test_hdr.cpp b/modules/photo/test/test_hdr.cpp index 9922a01fff..8f11a4729a 100644 --- a/modules/photo/test/test_hdr.cpp +++ b/modules/photo/test/test_hdr.cpp @@ -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)