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