Table of Contents

Method IntersectedSegments

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

IntersectedSegments(LineSegmentPoint, LineSegmentPoint)

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

public static bool IntersectedSegments(LineSegmentPoint seg1, LineSegmentPoint seg2)

Parameters

seg1 LineSegmentPoint
seg2 LineSegmentPoint

Returns

bool

IntersectedSegments(LineSegmentPoint)

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

public bool IntersectedSegments(LineSegmentPoint seg)

Parameters

seg LineSegmentPoint

Returns

bool