Table of Contents

Method LineIntersection

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

LineIntersection(LineSegmentPoint, LineSegmentPoint)

Calculates a intersection of the specified two lines

public static Point? LineIntersection(LineSegmentPoint line1, LineSegmentPoint line2)

Parameters

line1 LineSegmentPoint
line2 LineSegmentPoint

Returns

Point?

LineIntersection(LineSegmentPoint)

Calculates a intersection of the specified two lines

public Point? LineIntersection(LineSegmentPoint line)

Parameters

line LineSegmentPoint

Returns

Point?