fixed problem with missing minMaxIdx (ticket #703)
authorVadim Pisarevsky <no@email>
Thu, 25 Nov 2010 18:32:40 +0000 (18:32 +0000)
committerVadim Pisarevsky <no@email>
Thu, 25 Nov 2010 18:32:40 +0000 (18:32 +0000)
modules/core/src/stat.cpp

index 20abd38..1000d8d 100644 (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)
 {