Home
last modified time | relevance | path

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

/external/opencv/cvaux/include/
Dcvaux.h563 CVAPI(void) icvGetPieceLength3D(CvPoint3D64f point1,CvPoint3D64f point2,double* dist);
/external/opencv/cvaux/src/
Dcvepilines.cpp82 icvGetPieceLength3D(pointCorner,point1,&len1); in icvGetSymPoint3D()
87 icvGetPieceLength3D(pointCorner,point2,&len2); in icvGetSymPoint3D()
1161 void icvGetPieceLength3D(CvPoint3D64d point1,CvPoint3D64d point2,double* dist) in icvGetPieceLength3D() function