Home | History | Annotate | Download | only in src

Lines Matching refs:point4D

853             CvMat point4D;
866 cvGetCol(points4D,&point4D,currPoint);
867 cvmMul(projMatrs[currImage],&point4D,&point3D);
931 CvMat point4D;
935 point4D = cvMat(4,1,CV_64F,point4D_dat);
958 cvGetSubRect(points4D,&point4D,cvRect(currPoint,0,1,4));
964 fprintf(file,"\n----- test 14.02 point4D (%lf, %lf, %lf, %lf) -----\n",
965 cvmGet(&point4D,0,0),
966 cvmGet(&point4D,1,0),
967 cvmGet(&point4D,2,0),
968 cvmGet(&point4D,3,0));
973 cvmMul(projMatrs[currImage],&point4D,&point3D);