Method SegmentIntersection
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
SegmentIntersection(LineSegmentPoint, LineSegmentPoint)
Calculates a intersection of the specified two segments
public static Point? SegmentIntersection(LineSegmentPoint seg1, LineSegmentPoint seg2)
Parameters
seg1LineSegmentPointseg2LineSegmentPoint
Returns
SegmentIntersection(LineSegmentPoint)
Calculates a intersection of the specified two segments
public Point? SegmentIntersection(LineSegmentPoint seg)
Parameters
segLineSegmentPoint