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