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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user