CvLineSegmentPointSegmentIntersection Method (CvLineSegmentPoint) OpenCvSharp Class Library
Calculates a intersection of the specified two segments

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

public Nullable<CvPoint> SegmentIntersection(
	CvLineSegmentPoint seg
)

Parameters

seg
Type: OpenCvSharpCvLineSegmentPoint

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

Return Value

Type: NullableCvPoint

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

See Also

Reference