Home | History | Annotate | Download | only in src

Lines Matching defs:x1

961                         double x1,y1,x2,y2;
962 x1 = cvmGet(tmpProjPoints[currImage],0,i);
968 dx = x1-x2;
1136 double x1,y1,x2,y2;
1137 x1 = cvmGet(tmpProjPoints[currImage],0,i);
1143 dx = x1-x2;
1242 double x1,y1,x2,y2;
1243 x1 = cvmGet(tmpProjPoints[currImage],0,i);
1249 dx = x1-x2;
1469 double x1,y1,w1,x2,y2,w2;
1470 x1 = cvmGet(points1,0,i);
1480 cvmSet(&matrA,i,2,x1*y2-y1*w2);
1482 cvmSet(&matrA,i,4,x1*w2-y1*w2);
2001 double X1,Y1,Z1,W1;
2009 X1 = cvmGet(points2,0,i);
2019 x = X1*P[j];
2374 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of camera position must be 3x1 vector" );
2384 CV_ERROR( CV_StsUnmatchedSizes, "Translate vector must be 3x1" );
2505 CV_ERROR( CV_StsUnmatchedSizes, "Size of translation vector must be 3x1" );