CvLineSegmentPointLineIntersection Method (CvLineSegmentPoint) OpenCvSharp Class Library
Calculates a intersection of the specified two lines

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<CvPoint> LineIntersection(
	CvLineSegmentPoint line
)

Parameters

line
Type: OpenCvSharpCvLineSegmentPoint

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

Return Value

Type: NullableCvPoint

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

See Also

Reference