Home | History | Annotate | Download | only in src

Lines Matching refs:point22

525                        CvPoint3D64d point21,CvPoint3D64d point22,
549 xD = point22.x;
550 yD = point22.y;
551 zD = point22.z;
805 CvPoint2D64d point22;
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
954 pointW22[0] = point22.x;
955 pointW22[1] = point22.y;
977 icvGetCoefForPiece( epipole2_2d,point22,
1382 CvPoint2D64d point11, point12,point21, point22;
1402 &point21,&point22,
1408 icvGetPieceLength(point21,point22,&tmpHeight2);
1417 quad1[2][0] = point22.x;
1418 quad1[2][1] = point22.y;
1435 &point21,&point22,
1441 icvGetPieceLength(point21,point22,&tmpHeight2);
1450 quad2[2][0] = point22.x;
1451 quad2[2][1] = point22.y;
1830 CvPoint2D64d* point21,CvPoint2D64d* point22,
1984 icvGetCrossDirectDirect(areaLineCoef2,cutLine2,point22,&res);
1993 *point12 = *point22;
1994 *point22 = tmpPoint2;