Click or drag to resize

LineSegmentPointLineAndSegmentIntersection Method

Calculates a intersection of a line and a segment

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Nullable<Point> LineAndSegmentIntersection(
	LineSegmentPoint line,
	LineSegmentPoint seg
)

Parameters

line
Type: OpenCvSharpLineSegmentPoint
seg
Type: OpenCvSharpLineSegmentPoint

Return Value

Type: NullablePoint
See Also