Lines Matching refs:pointsMat
336 cv::Mat pointsMat = points.getMat();339 CV_Assert((pointsMat.checkVector(2) > 0) &&340 pointsMat.depth() == CV_32F) || (pointsMat.depth() == CV_32S)));342 pointsMat.convertTo(pointsVector, CV_32F);