fixed cv::integral perf test

pull/2141/head
Ilya Lavrenov 11 years ago
parent a7a7b80ff8
commit 8702fceb4b
  1. 2
      modules/imgproc/perf/opencl/perf_imgproc.cpp

@ -140,7 +140,7 @@ OCL_PERF_TEST_P(CornerHarrisFixture, CornerHarris,
typedef tuple<Size, MatDepth> IntegralParams; typedef tuple<Size, MatDepth> IntegralParams;
typedef TestBaseWithParam<IntegralParams> IntegralFixture; typedef TestBaseWithParam<IntegralParams> IntegralFixture;
OCL_PERF_TEST_P(IntegralFixture, Integral1, ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_32F, CV_64F))) OCL_PERF_TEST_P(IntegralFixture, Integral1, ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_32S, CV_32F)))
{ {
const IntegralParams params = GetParam(); const IntegralParams params = GetParam();
const Size srcSize = get<0>(params); const Size srcSize = get<0>(params);

Loading…
Cancel
Save