Revert "Merge pull request #1779 from perping:integral_2.4"

This reverts commit 54ea5bbac7, reversing
changes made to 28e0d3d771.
This commit is contained in:
Andrey Pavlenko
2014-03-28 16:05:04 +04:00
parent a1d151924d
commit e6e817e613
8 changed files with 301 additions and 392 deletions

View File

@@ -109,13 +109,13 @@ OCL_PERF_TEST_P(CV_TM_CCORR_NORMEDFixture, matchTemplate,
oclDst.download(dst);
SANITY_CHECK(dst, 3e-2);
SANITY_CHECK(dst, 2e-2);
}
else if (RUN_PLAIN_IMPL)
{
TEST_CYCLE() cv::matchTemplate(src, templ, dst, CV_TM_CCORR_NORMED);
SANITY_CHECK(dst, 3e-2);
SANITY_CHECK(dst, 2e-2);
}
else
OCL_PERF_ELSE