Table of Contents

Method LineIntersection

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

LineIntersection(LineSegmentPolar, LineSegmentPolar)

Calculates a intersection of the specified two lines

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

Parameters

line1 LineSegmentPolar
line2 LineSegmentPolar

Returns

Point?

LineIntersection(LineSegmentPolar)

Calculates a intersection of the specified two lines

public Point? LineIntersection(LineSegmentPolar line)

Parameters

line LineSegmentPolar

Returns

Point?