Click or drag to resize

LineSegmentPointSegmentIntersection Method (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 Nullable<Point> SegmentIntersection(
	LineSegmentPoint seg
)

Parameters

seg
Type: OpenCvSharpLineSegmentPoint

Return Value

Type: NullablePoint
See Also