Method LineIntersection
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
LineIntersection(LineSegmentPoint, LineSegmentPoint)
Calculates a intersection of the specified two lines
public static Point? LineIntersection(LineSegmentPoint line1, LineSegmentPoint line2)
Parameters
line1LineSegmentPointline2LineSegmentPoint
Returns
LineIntersection(LineSegmentPoint)
Calculates a intersection of the specified two lines
public Point? LineIntersection(LineSegmentPoint line)
Parameters
lineLineSegmentPoint