Home | History | Annotate | Download | only in src

Lines Matching refs:point11

524 int icvGetCrossLines(CvPoint3D64d point11,CvPoint3D64d point12,
537 xA = point11.x;
538 yA = point11.y;
539 zA = point11.z;
802 CvPoint2D64d point11;
840 int stat = icvGetAngleLine( epipole1_2d, imageSize,&point11,&point12);
860 pointW11[0] = point11.x;
861 pointW11[1] = point11.y;
915 icvGetCoefForPiece( epipole1_2d,point11,
1382 CvPoint2D64d point11, point12,point21, point22;
1401 &point11,&point12,
1406 icvGetPieceLength(point11,point21,&width1);
1407 icvGetPieceLength(point11,point12,&tmpHeight1);
1411 quad1[0][0] = point11.x;
1412 quad1[0][1] = point11.y;
1434 &point11,&point12,
1439 icvGetPieceLength(point11,point21,&width2);
1440 icvGetPieceLength(point11,point12,&tmpHeight1);
1444 quad2[0][0] = point11.x;
1445 quad2[0][1] = point11.y;
1829 CvPoint2D64d* point11,CvPoint2D64d* point12,
1980 icvGetCrossDirectDirect(areaLineCoef1,cutLine1,point11,&res);
1988 tmpPoint2 = *point11;
1989 *point11 = *point21;