From: Anatoly Baksheev Date: Sun, 19 Jan 2014 00:07:24 +0000 (+0400) Subject: warnings X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3558^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e20e06ee7fd7aaff8be51613daf14e6f46ede26;p=platform%2Fupstream%2Fopencv.git warnings --- diff --git a/modules/imgproc/src/clahe.cpp b/modules/imgproc/src/clahe.cpp index 079e635..8247478 100644 --- a/modules/imgproc/src/clahe.cpp +++ b/modules/imgproc/src/clahe.cpp @@ -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) {