Click or drag to resize

LineSegmentPointIntersectedLineAndSegment Method

Returns a boolean value indicating whether a line and a segment intersect.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool IntersectedLineAndSegment(
	LineSegmentPoint line,
	LineSegmentPoint seg
)

Parameters

line
Type: OpenCvSharpLineSegmentPoint
Line
seg
Type: OpenCvSharpLineSegmentPoint
Segment

Return Value

Type: Boolean

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

See Also