fixed problem with missing minMaxIdx (ticket #703)
This commit is contained in:
parent
362df22fac
commit
8967a1289a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user