Commit 79eb3c5c authored by Maks Naumov's avatar Maks Naumov

remove unused variable in OCL_PERF_TEST_P()

parent befbe89b
...@@ -630,7 +630,6 @@ typedef TestBaseWithParam<Size> CLAHEFixture; ...@@ -630,7 +630,6 @@ typedef TestBaseWithParam<Size> CLAHEFixture;
OCL_PERF_TEST_P(CLAHEFixture, CLAHE, OCL_TEST_SIZES) OCL_PERF_TEST_P(CLAHEFixture, CLAHE, OCL_TEST_SIZES)
{ {
const Size srcSize = GetParam(); const Size srcSize = GetParam();
const string impl = getSelectedImpl();
Mat src(srcSize, CV_8UC1), dst; Mat src(srcSize, CV_8UC1), dst;
const double clipLimit = 40.0; const double clipLimit = 40.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment