Table of Contents

Method LineAndSegmentIntersection

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

LineAndSegmentIntersection(LineSegmentPoint, LineSegmentPoint)

Calculates a intersection of a line and a segment

public static Point? LineAndSegmentIntersection(LineSegmentPoint line, LineSegmentPoint seg)

Parameters

line LineSegmentPoint
seg LineSegmentPoint

Returns

Point?