Commit 4e20e06e authored by Anatoly Baksheev's avatar Anatoly Baksheev

warnings

parent 0fc4ac4f
......@@ -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)
{
......
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