Home | History | Annotate | Download | only in src

Lines Matching refs:testPoint

68 void icvTestPoint( CvPoint2D64d testPoint,
2046 void icvTestPoint( CvPoint2D64d testPoint,
2053 icvProjectPointToDirect(testPoint,line1,&point1);
2054 icvProjectPointToDirect(testPoint,line2,&point2);
2057 double sign2 = icvGetVect(basePoint,point1,testPoint);
2061 sign2 = icvGetVect(basePoint,point2,testPoint);