Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvepilines.cpp2037 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/
Dcvaux.h718 CVAPI(double) icvGetVect(CvPoint2D64f basePoint,CvPoint2D64f point1,CvPoint2D64f point2);