Home
last modified time | relevance | path

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

/external/opencv3/modules/videostab/src/
Dmotion_stabilizing.cpp579 static inline bool segmentsIntersect(Point2f a, Point2f b, Point2f c, Point2f d) in segmentsIntersect() function
595 if (segmentsIntersect(a[i], a[(i+1)%4], b[j], b[(j+1)%4])) in isRectInside()