Home | History | Annotate | Download | only in src

Lines Matching refs:objPoints

756 void icvComputeProjectMatrix(CvMat* objPoints,CvMat* projPoints,CvMat* projMatr);
765 CvMat *objPoints = 0;
766 objPoints = cvCreateMat(4,num,CV_64F);
796 cvmSet(objPoints,0,currVis,cvmGet(objPoints4D,0,i));
797 cvmSet(objPoints,1,currVis,cvmGet(objPoints4D,1,i));
798 cvmSet(objPoints,2,currVis,cvmGet(objPoints4D,2,i));
799 cvmSet(objPoints,3,currVis,cvmGet(objPoints4D,3,i));
814 icvComputeProjectMatrix(objPoints,points2D,projMatr);
817 cvReleaseMat(&objPoints);