Lines Matching refs:cvCreateMat
373 CV_CALL( tmpPoints1 = cvCreateMat(2,totalCorns,CV_64F) ); in icvFindCorrForGivenPoints()
374 CV_CALL( tmpPoints2 = cvCreateMat(2,totalCorns,CV_64F) ); in icvFindCorrForGivenPoints()
397 CV_CALL( pStatus = cvCreateMat(1,totalCorns,CV_32F) ); in icvFindCorrForGivenPoints()
501 newOldPoint = cvCreateMat(numCoord,newTotalNumber,CV_64F); in icvGrowPointsAndStatus()
502 newOldStatus = cvCreateMat(1,newTotalNumber,CV_8S); in icvGrowPointsAndStatus()
766 objPoints = cvCreateMat(4,num,CV_64F); in icvComputeProjectMatrixStatus()
769 points2D = cvCreateMat(2,num,CV_64F); in icvComputeProjectMatrixStatus()
865 points2 = cvCreateMat(2,numPoints,CV_64F); in icvAddNewImageToPrevious____()
866 status = cvCreateMat(1,numPoints,CV_8S); in icvAddNewImageToPrevious____()
867 newFPointsStatusTmp = cvCreateMat(1, newFPoints2D1->cols,CV_8S); in icvAddNewImageToPrevious____()
1089 status = cvCreateMat(1,numPoints,CV_64F);
1113 newPoints = cvCreateMat(2,num,CV_64F);
1115 status = cvCreateMat(1,num,CV_64F);