Table of Contents

Method SegmentIntersection

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SegmentIntersection(LineSegmentPoint, LineSegmentPoint)

Calculates a intersection of the specified two segments

public static Point? SegmentIntersection(LineSegmentPoint seg1, LineSegmentPoint seg2)

Parameters

seg1 LineSegmentPoint
seg2 LineSegmentPoint

Returns

Point?

SegmentIntersection(LineSegmentPoint)

Calculates a intersection of the specified two segments

public Point? SegmentIntersection(LineSegmentPoint seg)

Parameters

seg LineSegmentPoint

Returns

Point?