remove unused variable in OCL_PERF_TEST_P()
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user