Searched refs:segSegInt (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | geometry.cpp | 330 static char segSegInt( Point2f a, Point2f b, Point2f c, Point2f d, Point2f& p, Point2f& q ) in segSegInt() function 425 int code = segSegInt( P[a1], P[a], Q[b1], Q[b], p, q ); in intersectConvexConvex_()
|