LineSegmentPointSegmentIntersection Method (LineSegmentPoint)
|
Calculates a intersection of the specified two segments
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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>
function SegmentIntersection(seg);
Parameters
- seg
- Type: OpenCvSharpLineSegmentPoint
Return Value
Type:
NullablePoint
See Also