Lines Matching refs:point21
525 CvPoint3D64d point21,CvPoint3D64d point22,
545 xC = point21.x;
546 yC = point21.y;
547 zC = point21.z;
804 CvPoint2D64d point21;
848 stat = icvGetAngleLine( epipole2_2d, imageSize,&point21,&point22);
881 pointW21[0] = point21.x;
882 pointW21[1] = point21.y;
887 /* For point21 */
903 icvGetCoefForPiece( epipole2_2d,point21,
960 /* For point21 */
1382 CvPoint2D64d point11, point12,point21, point22;
1402 &point21,&point22,
1406 icvGetPieceLength(point11,point21,&width1);
1408 icvGetPieceLength(point21,point22,&tmpHeight2);
1414 quad1[1][0] = point21.x;
1415 quad1[1][1] = point21.y;
1435 &point21,&point22,
1439 icvGetPieceLength(point11,point21,&width2);
1441 icvGetPieceLength(point21,point22,&tmpHeight2);
1447 quad2[1][0] = point21.x;
1448 quad2[1][1] = point21.y;
1830 CvPoint2D64d* point21,CvPoint2D64d* point22,
1983 icvGetCrossDirectDirect(areaLineCoef1,cutLine2,point21,&res);
1989 *point11 = *point21;
1990 *point21 = tmpPoint2;