Home | History | Annotate | Download | only in src

Lines Matching refs:point12

524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12,
541 xB = point12.x;
542 yB = point12.y;
543 zB = point12.z;
803 CvPoint2D64d point12;
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
935 pointW12[0] = point12.x;
936 pointW12[1] = point12.y;
989 icvGetCoefForPiece( epipole1_2d,point12,
1382 CvPoint2D64d point11, point12,point21, point22;
1401 &point11,&point12,
1407 icvGetPieceLength(point11,point12,&tmpHeight1);
1420 quad1[3][0] = point12.x;
1421 quad1[3][1] = point12.y;
1434 &point11,&point12,
1440 icvGetPieceLength(point11,point12,&tmpHeight1);
1453 quad2[3][0] = point12.x;
1454 quad2[3][1] = point12.y;
1829 CvPoint2D64d* point11,CvPoint2D64d* point12,
1981 icvGetCrossDirectDirect(areaLineCoef2,cutLine1,point12,&res);
1992 tmpPoint2 = *point12;
1993 *point12 = *point22;