Home | History | Annotate | Download | only in src

Lines Matching refs:icvGetPieceLength

1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist)
1233 icvGetPieceLength(cross[i],cross[j],&distance);
1406 icvGetPieceLength(point11,point21,&width1);
1407 icvGetPieceLength(point11,point12,&tmpHeight1);
1408 icvGetPieceLength(point21,point22,&tmpHeight2);
1439 icvGetPieceLength(point11,point21,&width2);
1440 icvGetPieceLength(point11,point12,&tmpHeight1);
1441 icvGetPieceLength(point21,point22,&tmpHeight2);
1957 icvGetPieceLength(epipole,projPoint,&dist);
2008 icvGetPieceLength(basePoint,point1,&dist1);
2009 icvGetPieceLength(basePoint,point2,&dist2);