Home
last modified time | relevance | path

Searched refs:idxmat (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
Dkdtree.cpp476 Mat idxmat = _idx.getMat(), pts, labelsmat; in getPoints() local
477 CV_Assert( idxmat.isContinuous() && idxmat.type() == CV_32S && in getPoints()
478 (idxmat.cols == 1 || idxmat.rows == 1) ); in getPoints()
479 const int* idx = idxmat.ptr<int>(); in getPoints()
483 int i, nidx = (int)idxmat.total(); in getPoints()
/external/opencv/cxcore/include/
Dcxcore.h685 CvArr* idxmat CV_DEFAULT(NULL),
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1256 CvArr* idxmat CV_DEFAULT(NULL),