Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dgeometry.cpp330 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_()