fixed ocl::integral and enabled perf test for it
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user