提交 8967a128 编写于 作者: V Vadim Pisarevsky

fixed problem with missing minMaxIdx (ticket #703)

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册