| 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
)
Public Function SegmentIntersection (
seg As LineSegmentPoint
) As Nullable(Of Point)
public:
Nullable<Point> SegmentIntersection(
LineSegmentPoint seg
)
member SegmentIntersection :
seg : LineSegmentPoint -> Nullable<Point>
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