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( CvLineSegmentPolar line1, CvLineSegmentPolar line2 )
Parameters
- line1
- Type: OpenCvSharpCvLineSegmentPolar
[Missing <param name="line1"/> documentation for "M:OpenCvSharp.CvLineSegmentPolar.LineIntersection(OpenCvSharp.CvLineSegmentPolar,OpenCvSharp.CvLineSegmentPolar)"]
- line2
- Type: OpenCvSharpCvLineSegmentPolar
[Missing <param name="line2"/> documentation for "M:OpenCvSharp.CvLineSegmentPolar.LineIntersection(OpenCvSharp.CvLineSegmentPolar,OpenCvSharp.CvLineSegmentPolar)"]
Return Value
Type: NullableCvPoint[Missing <returns> documentation for "M:OpenCvSharp.CvLineSegmentPolar.LineIntersection(OpenCvSharp.CvLineSegmentPolar,OpenCvSharp.CvLineSegmentPolar)"]
See Also