Home | History | Annotate | Download | only in include

Lines Matching refs:numpoints

542                             int numpoints, int CV_UNREFERENCED(method), float* matrix )
549 pointsMat1 = cvCreateMat(3,numpoints,CV_64F);
550 pointsMat2 = cvCreateMat(3,numpoints,CV_64F);
552 for( i = 0; i < numpoints; i++ )