pull/2172/head
Anatoly Baksheev 11 years ago
parent 0fc4ac4f1f
commit 4e20e06ee7
  1. 2
      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)
{

Loading…
Cancel
Save