warnings
authorAnatoly Baksheev <no@email>
Sun, 19 Jan 2014 00:07:24 +0000 (04:07 +0400)
committerAnatoly Baksheev <no@email>
Sun, 19 Jan 2014 00:07:24 +0000 (04:07 +0400)
modules/imgproc/src/clahe.cpp

index 079e635..8247478 100644 (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)
     {