Click or drag to resize

LineSegmentPointLineIntersection Method (LineSegmentPoint)

Calculates a intersection of the specified two lines

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

Parameters

line
Type: OpenCvSharpLineSegmentPoint

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

Return Value

Type: NullablePoint

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

See Also