Searched refs:idxmat (Results 1 – 3 of 3) sorted by relevance
476 Mat idxmat = _idx.getMat(), pts, labelsmat; in getPoints() local477 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()
685 CvArr* idxmat CV_DEFAULT(NULL),
1256 CvArr* idxmat CV_DEFAULT(NULL),