1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #28710 from varun-jaiswal17:add-nohal-pipeline

Fixes for no-HAL and no-IPP configuration
This commit is contained in:
Alexander Smorkalov
2026-03-25 07:34:52 +03:00
committed by GitHub
+2
View File
@@ -288,6 +288,8 @@ TEST(Photo_CalibrateDebevec, regression)
minMaxLoc(diff, NULL, &max);
#if defined(__arm__) || defined(__aarch64__)
ASSERT_LT(max, 0.25);
#elif !defined(HAVE_IPP)
ASSERT_LT(max, 0.22);
#else
ASSERT_LT(max, 0.15);
#endif