Click or drag to resize

LineSegmentPointIntersectedSegments Method (LineSegmentPoint)

Returns a boolean value indicating whether the specified two segments intersect.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool IntersectedSegments(
	LineSegmentPoint seg
)

Parameters

seg
Type: OpenCvSharpLineSegmentPoint

Return Value

Type: Boolean
See Also