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

/external/opencv/cvaux/src/
H A Dcvepilines.cpp1151 void icvGetPieceLength(CvPoint2D64d point1,CvPoint2D64d point2,double* dist) function
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(basePoin
[all...]
/external/opencv/cvaux/include/
H A Dcvaux.h675 CVAPI(void) icvGetPieceLength(CvPoint2D64f point1,CvPoint2D64f point2,double* dist);

Completed in 38 milliseconds