fixed problem with missing minMaxIdx (ticket #703)

This commit is contained in:
Vadim Pisarevsky 2010-11-25 18:32:40 +00:00
parent 362df22fac
commit 8967a1289a

View File

@ -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)
{