CvLineSegmentPolarLineIntersection Method (CvLineSegmentPolar) 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(
	CvLineSegmentPolar line
)

Parameters

line
Type: OpenCvSharpCvLineSegmentPolar

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

Return Value

Type: NullableCvPoint

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

See Also

Reference