This commit is contained in:
Anatoly Baksheev 2014-01-19 04:07:24 +04:00
parent 0fc4ac4f1f
commit 4e20e06ee7

View File

@ -88,7 +88,7 @@ namespace clahe
return true;
}
static bool transform(const cv::InputArray _src, cv::OutputArray _dst, const cv::InputArray _lut,
static bool transform(cv::InputArray _src, cv::OutputArray _dst, cv::InputArray _lut,
const int tilesX, const int tilesY, const cv::Size & tileSize)
{