Calculates a intersection of the specified two segments
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<CvPoint> SegmentIntersection( CvLineSegmentPoint seg1, CvLineSegmentPoint seg2 )
Parameters
- seg1
- Type: OpenCvSharpCvLineSegmentPoint
[Missing <param name="seg1"/> documentation for "M:OpenCvSharp.CvLineSegmentPoint.SegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
- seg2
- Type: OpenCvSharpCvLineSegmentPoint
[Missing <param name="seg2"/> documentation for "M:OpenCvSharp.CvLineSegmentPoint.SegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
Return Value
Type: NullableCvPoint[Missing <returns> documentation for "M:OpenCvSharp.CvLineSegmentPoint.SegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
See Also