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