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: 1.0.0
Syntax
public bool IntersectedSegments(
	LineSegmentPoint seg
)

Parameters

seg
Type: OpenCvSharpLineSegmentPoint

[Missing <param name="seg"/> documentation for "M:OpenCvSharp.LineSegmentPoint.IntersectedSegments(OpenCvSharp.LineSegmentPoint)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.LineSegmentPoint.IntersectedSegments(OpenCvSharp.LineSegmentPoint)"]

See Also