isPointOnLineSegment 217 modules/imgproc/src/min_enclosing_triangle.cpp static bool isPointOnLineSegment(const cv::Point2f &point, const cv::Point2f &lineSegmentStart, isPointOnLineSegment 724 modules/imgproc/src/min_enclosing_triangle.cpp : (isPointOnLineSegment(midpointSideA, sideAStartVertex, sideAEndVertex)); isPointOnLineSegment 728 modules/imgproc/src/min_enclosing_triangle.cpp : (isPointOnLineSegment(midpointSideB, sideBStartVertex, sideBEndVertex)); isPointOnLineSegment 730 modules/imgproc/src/min_enclosing_triangle.cpp bool sideCValid = isPointOnLineSegment(midpointSideC, sideCStartVertex, sideCEndVertex);