Calculates a intersection of a line and a segment
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<CvPoint> LineAndSegmentIntersection( CvLineSegmentPoint line, CvLineSegmentPoint seg )
Parameters
- line
- Type: OpenCvSharpCvLineSegmentPoint
[Missing <param name="line"/> documentation for "M:OpenCvSharp.CvLineSegmentPoint.LineAndSegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
- seg
- Type: OpenCvSharpCvLineSegmentPoint
[Missing <param name="seg"/> documentation for "M:OpenCvSharp.CvLineSegmentPoint.LineAndSegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
Return Value
Type: NullableCvPoint[Missing <returns> documentation for "M:OpenCvSharp.CvLineSegmentPoint.LineAndSegmentIntersection(OpenCvSharp.CvLineSegmentPoint,OpenCvSharp.CvLineSegmentPoint)"]
See Also