Click or drag to resize

LineSegmentPoint.SegmentIntersection Method (LineSegmentPoint, LineSegmentPoint)

Calculates a intersection of the specified two segments

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Nullable<Point> SegmentIntersection(
	LineSegmentPoint seg1,
	LineSegmentPoint seg2
)

Parameters

seg1
Type: OpenCvSharp.LineSegmentPoint
seg2
Type: OpenCvSharp.LineSegmentPoint

Return Value

Type: Nullable<Point>
See Also