CLAHE_Interpolation_Body  234 modules/imgproc/src/clahe.cpp         CLAHE_Interpolation_Body(const cv::Mat& src, const cv::Mat& dst, const cv::Mat& lut, const cv::Size& tileSize, const int& tilesX, const int& tilesY) :
CLAHE_Interpolation_Body  281 modules/imgproc/src/clahe.cpp     void CLAHE_Interpolation_Body<T>::operator ()(const cv::Range& range) const
CLAHE_Interpolation_Body  425 modules/imgproc/src/clahe.cpp             interpolationBody = cv::makePtr<CLAHE_Interpolation_Body<uchar> >(src, dst, lut_, tileSize, tilesX_, tilesY_);
CLAHE_Interpolation_Body  427 modules/imgproc/src/clahe.cpp             interpolationBody = cv::makePtr<CLAHE_Interpolation_Body<ushort> >(src, dst, lut_, tileSize, tilesX_, tilesY_);