LineSegmentPoint.LineIntersection Method (LineSegmentPoint)
|
Calculates a intersection of the specified two lines
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Nullable<Point> LineIntersection(
LineSegmentPoint line
)
Public Function LineIntersection (
line As LineSegmentPoint
) As Nullable(Of Point)
public:
Nullable<Point> LineIntersection(
LineSegmentPoint line
)
member LineIntersection :
line : LineSegmentPoint -> Nullable<Point>
function LineIntersection(line);
Parameters
- line
- Type: OpenCvSharp.LineSegmentPoint
Return Value
Type:
Nullable<Point>
See Also