Click or drag to resize

LineSegmentPolarLineIntersection 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: OpenCvSharpLineSegmentPolar

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

Return Value

Type: NullablePoint

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

See Also