• Home
  • Raw
  • Download

Lines Matching refs:cvCreateMat

551     CV_CALL( tmpProjPoints = cvCreateMat(3,numPoints,CV_64F) );  in icvProject4DPoints()
700 CV_CALL( triPoints[0] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
701 CV_CALL( triPoints[1] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
702 CV_CALL( triPoints[2] = cvCreateMat(2,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
705 CV_CALL( triPoints4D = cvCreateMat(4,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
709 CV_CALL( status = cvCreateMat(1,numTripl,CV_64F) ); in icvCompute3ProjectMatricesNPointsStatus()
880 CV_CALL( recPoints4D = cvCreateMat(4,numPoints,CV_64F) ); in icvComputeProjectMatricesNPoints()
881 CV_CALL( tmpProjPoints[0] = cvCreateMat(2,numPoints,CV_64F) ); in icvComputeProjectMatricesNPoints()
882 CV_CALL( tmpProjPoints[1] = cvCreateMat(2,numPoints,CV_64F) ); in icvComputeProjectMatricesNPoints()
883 CV_CALL( tmpProjPoints[2] = cvCreateMat(2,numPoints,CV_64F) ); in icvComputeProjectMatricesNPoints()
1049 optStatus = cvCreateMat(1,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1062 gPresPoints = cvCreateMat(1,maxGoodPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1082 resPoints4D = cvCreateMat(4,maxGoodPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1113 reconPoints4D = cvCreateMat(4,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1177 optStatus = cvCreateMat(1,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1190 resPoints4D = cvCreateMat(4,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1219 reconPoints4D = cvCreateMat(4,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1821 CV_CALL( matrA = cvCreateMat(numPoints*3, 12, CV_64F) ); in icvComputeProjectMatrix()
1822 CV_CALL( matrW = cvCreateMat(numPoints*3, 12, CV_64F) ); in icvComputeProjectMatrix()
1826 CV_CALL( tmpProjPoints = cvCreateMat(3,numPoints,CV_64F) ); in icvComputeProjectMatrix()
1992 CV_CALL( matrA = cvCreateMat(6*numPoints,16,CV_64F) ); in icvComputeTransform4D()
1993 CV_CALL( matrW = cvCreateMat(6*numPoints,16,CV_64F) ); in icvComputeTransform4D()
2639 CV_CALL( matrA = cvCreateMat(9*numMatr,10,CV_64F) ); in icvComputeQ()
2640 CV_CALL( vectB = cvCreateMat(9*numMatr,1,CV_64F) ); in icvComputeQ()