Click or drag to resize

LineSegmentPolarLineIntersection Method (LineSegmentPolar, LineSegmentPolar)

Calculates a intersection of the specified two lines

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Nullable<Point> LineIntersection(
	LineSegmentPolar line1,
	LineSegmentPolar line2
)

Parameters

line1
Type: OpenCvSharpLineSegmentPolar
line2
Type: OpenCvSharpLineSegmentPolar

Return Value

Type: NullablePoint
See Also