Searched refs:icvGetVect (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2) in icvGetVect() function 2056 double sign1 = icvGetVect(basePoint,point1,point2); in icvTestPoint() 2057 double sign2 = icvGetVect(basePoint,point1,testPoint); in icvTestPoint() 2061 sign2 = icvGetVect(basePoint,point2,testPoint); in icvTestPoint()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);
|