Home | History | Annotate | Download | only in src

Lines Matching refs:icvGetVect

2037 CV_IMPL double icvGetVect(CvPoint2D64d basePoint,CvPoint2D64d point1,CvPoint2D64d point2)
2056 double sign1 = icvGetVect(basePoint,point1,point2);
2057 double sign2 = icvGetVect(basePoint,point1,testPoint);
2061 sign2 = icvGetVect(basePoint,point2,testPoint);