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

/external/opencv/cvaux/include/
H A Dcvaux.h718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) function
2056 double sign1 = icvGetVect(basePoint,point1,point2);
2057 double sign2 = icvGetVect(basePoint,point1,testPoint);
2061 sign2 = icvGetVect(basePoint,point2,testPoint);

Completed in 690 milliseconds