fixed problem with missing minMaxIdx (ticket #703)

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 362df22fac
commit 8967a1289a
  1. 2
      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, double* maxVal, int* minIdx, int* maxIdx,
const Mat& mask) const Mat& mask)
{ {

Loading…
Cancel
Save