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

/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 58 milliseconds