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

fixed nDiffs for CalcBackProject

This commit is contained in:
Elena Gvozdeva
2014-08-06 17:31:19 +04:00
parent c9b5d8cf4c
commit 7dd7dd97cd
2 changed files with 4 additions and 4 deletions
@@ -116,9 +116,9 @@ OCL_TEST_P(MatchTemplate, Mat)
method == TM_CCORR_NORMED ||
method == TM_SQDIFF_NORMED ||
method == TM_CCOEFF_NORMED;
double eps = isNormed ? 3e-2 : 255.0 * 255.0 * templ.total() * 2e-5;
Near(eps);
}
}