Searched refs:CvVect64d (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/include/ |
D | cvaux.h | 663 CVAPI(void) icvGetCrossDirectDirect( CvVect64d direct1,CvVect64d direct2, 683 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect, 689 CvVect64d transVect1, 692 CvVect64d transVect2, 705 CVAPI(void) icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, 716 CVAPI(void) icvGetNormalDirect(CvVect64d direct,CvPoint2D64f point,CvVect64d normDirect); 720 CVAPI(void) icvProjectPointToDirect( CvPoint2D64f point,CvVect64d lineCoeff, 723 CVAPI(void) icvGetDistanceFromPointToDirect( CvPoint2D64f point,CvVect64d lineCoef,double*dist);
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 69 CvVect64d line1,CvVect64d line2, 797 CvVect64d coeff11,CvVect64d coeff12, in icvGetCommonArea() 798 CvVect64d coeff21,CvVect64d coeff22, in icvGetCommonArea() 1018 void icvGetCrossDirectDirect( CvVect64d direct1,CvVect64d direct2, in icvGetCrossDirectDirect() 1265 CvMatr64d camMatr,CvMatr64d rotMatr,CvVect64d transVect, in icvProjectPointToImage() 1298 CvVect64d transVect1, in icvGetQuadsTransform() 1301 CvVect64d transVect2, in icvGetQuadsTransform() 1826 void icvGetCutPiece( CvVect64d areaLineCoef1,CvVect64d areaLineCoef2, in icvGetCutPiece() 2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect) in icvGetNormalDirect() 2047 CvVect64d line1,CvVect64d line2, in icvTestPoint() [all …]
|
/external/opencv/cv/include/ |
D | cvtypes.h | 228 typedef double* CvVect64d; typedef
|