Method IntersectedSegments
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
IntersectedSegments(LineSegmentPoint, LineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
public static bool IntersectedSegments(LineSegmentPoint seg1, LineSegmentPoint seg2)
Parameters
seg1LineSegmentPointseg2LineSegmentPoint
Returns
IntersectedSegments(LineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
public bool IntersectedSegments(LineSegmentPoint seg)
Parameters
segLineSegmentPoint