Commit 8967a128 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed problem with missing minMaxIdx (ticket #703)

parent 362df22f
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment