Home
last modified time | relevance | path

Searched refs:icvGetPieceLength (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvepilines.cpp1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist) in icvGetPieceLength() function
1233 icvGetPieceLength(cross[i],cross[j],&distance); in icvGetCrossRectDirect()
1406 icvGetPieceLength(point11,point21,&width1); in icvGetQuadsTransform()
1407 icvGetPieceLength(point11,point12,&tmpHeight1); in icvGetQuadsTransform()
1408 icvGetPieceLength(point21,point22,&tmpHeight2); in icvGetQuadsTransform()
1439 icvGetPieceLength(point11,point21,&width2); in icvGetQuadsTransform()
1440 icvGetPieceLength(point11,point12,&tmpHeight1); in icvGetQuadsTransform()
1441 icvGetPieceLength(point21,point22,&tmpHeight2); in icvGetQuadsTransform()
1957 icvGetPieceLength(epipole,projPoint,&dist); in icvGetCutPiece()
2008 icvGetPieceLength(basePoint,point1,&dist1); in icvGetMiddleAnglePoint()
[all …]
/external/opencv/cvaux/include/
Dcvaux.h675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist);