Searched refs:basePoint (Results 1 - 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvepilines.cpp | 70 CvPoint2D64d basePoint, 2001 void icvGetMiddleAnglePoint( CvPoint2D64d basePoint, argument 2008 icvGetPieceLength(basePoint,point1,&dist1); 2009 icvGetPieceLength(basePoint,point2,&dist2); 2014 pointNew1.x = basePoint.x + (1.0/alpha) * ( point2.x - basePoint.x ); 2015 pointNew1.y = basePoint.y + (1.0/alpha) * ( point2.y - basePoint.y ); 2017 pointNew2.x = basePoint.x + alpha * ( point1.x - basePoint 2037 icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) argument 2046 icvTestPoint( CvPoint2D64d testPoint, CvVect64d line1,CvVect64d line2, CvPoint2D64d basePoint, int* result) argument [all...] |
/external/opencv/cvaux/include/ |
H A D | cvaux.h | 712 CVAPI(void) icvGetMiddleAnglePoint( CvPoint2D64f basePoint, 718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
|
Completed in 85 milliseconds