fixed ocl::integral and enabled perf test for it

This commit is contained in:
Ilya Lavrenov
2013-10-03 19:17:54 +04:00
parent 8224f9843e
commit 10d60f99dc
4 changed files with 84 additions and 80 deletions

View File

@@ -198,7 +198,7 @@ PERF_TEST_P(cornerHarrisFixture, cornerHarris,
typedef TestBaseWithParam<Size> integralFixture;
PERF_TEST_P(integralFixture, DISABLED_integral, OCL_TYPICAL_MAT_SIZES) // TODO does not work properly
PERF_TEST_P(integralFixture, integral, OCL_TYPICAL_MAT_SIZES)
{
const Size srcSize = GetParam();