Merge pull request #25558 from asmorkalov:as/moments_sanity

Tune sanity threshold in Moments performance test for Android aarch64
pull/25583/head
Alexander Smorkalov 6 months ago committed by GitHub
commit a9e489f149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/imgproc/perf/perf_moments.cpp

@ -35,7 +35,7 @@ PERF_TEST_P(MomentsFixture_val, Moments1,
mat += 1;
SANITY_CHECK_MOMENTS(m, 2e-4, ERROR_RELATIVE);
SANITY_CHECK_MOMENTS(m, 3.3e-4, ERROR_RELATIVE);
}
} // namespace

Loading…
Cancel
Save