Click or drag to resize

LineSegmentPointSegmentIntersection Method (LineSegmentPoint, LineSegmentPoint)

Calculates a intersection of the specified two segments

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Nullable<Point> SegmentIntersection(
	LineSegmentPoint seg1,
	LineSegmentPoint seg2
)

Parameters

seg1
Type: OpenCvSharpLineSegmentPoint

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

seg2
Type: OpenCvSharpLineSegmentPoint

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

Return Value

Type: NullablePoint

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

See Also