diff --git a/modules/core/src/stat.cpp b/modules/core/src/stat.cpp index 20abd384f0..1000d8d249 100644 --- a/modules/core/src/stat.cpp +++ b/modules/core/src/stat.cpp @@ -771,7 +771,7 @@ static void ofs2idx(const Mat& a, size_t ofs, int* idx) } } -void minMaxIndx(const Mat& a, double* minVal, +void minMaxIdx(const Mat& a, double* minVal, double* maxVal, int* minIdx, int* maxIdx, const Mat& mask) {