Increased perf_imgproc.moments max error

This commit is contained in:
Maksim Shabunin 2015-04-27 17:05:55 +03:00
parent 20156d1eeb
commit 9efc57f24b

View File

@ -40,5 +40,5 @@ PERF_TEST_P(MomentsFixture_val, Moments1,
mat += 1;
SANITY_CHECK_MOMENTS(m, 1e-4, ERROR_RELATIVE);
SANITY_CHECK_MOMENTS(m, 2e-4, ERROR_RELATIVE);
}