Click or drag to resize

LineSegmentPointSegmentIntersection Method (LineSegmentPoint)

Calculates a intersection of the specified two segments

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

Parameters

seg
Type: OpenCvSharpLineSegmentPoint

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

Return Value

Type: NullablePoint

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

See Also