Tune sanity threshold in Moments performance test for Android aarch64.

pull/25558/head
Alexander Smorkalov 7 months ago
parent ba65d2eb0d
commit 392fd4edd1
  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