Click or drag to resize

LineSegmentPolar.LineIntersection Method (LineSegmentPolar)

Calculates a intersection of the specified two lines

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Nullable<Point> LineIntersection(
	LineSegmentPolar line
)

Parameters

line
Type: OpenCvSharp.LineSegmentPolar

[Missing <param name="line"/> documentation for "M:OpenCvSharp.LineSegmentPolar.LineIntersection(OpenCvSharp.LineSegmentPolar)"]

Return Value

Type: Nullable<Point>

[Missing <returns> documentation for "M:OpenCvSharp.LineSegmentPolar.LineIntersection(OpenCvSharp.LineSegmentPolar)"]

See Also