Home | History | Annotate | Download | only in src

Lines Matching refs:midPoint

526                        CvPoint3D64d* midPoint)
589 midPoint->x = (xM + xN) * 0.5;
590 midPoint->y = (yM + yN) * 0.5;
591 midPoint->z = (zM + zN) * 0.5;
1838 CvPoint2D64d midPoint;
1872 icvGetMiddleAnglePoint(epipole,pointOnLine1,pointOnLine2,&midPoint);
1874 icvGetCoefForPiece(epipole,midPoint,&midLine[0],&midLine[1],&midLine[2],&res);
2003 CvPoint2D64d* midPoint)
2021 icvGetCrossPiecePiece(point1,point2,pointNew1,pointNew2,midPoint,&res);