remove unused variable in OCL_PERF_TEST_P()
This commit is contained in:
parent
befbe89bdf
commit
79eb3c5cde
@ -630,7 +630,6 @@ typedef TestBaseWithParam<Size> CLAHEFixture;
|
||||
OCL_PERF_TEST_P(CLAHEFixture, CLAHE, OCL_TEST_SIZES)
|
||||
{
|
||||
const Size srcSize = GetParam();
|
||||
const string impl = getSelectedImpl();
|
||||
|
||||
Mat src(srcSize, CV_8UC1), dst;
|
||||
const double clipLimit = 40.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user