| LineSegmentPolarLineIntersection Method (LineSegmentPolar) |
Calculates a intersection of the specified two lines
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Nullable<Point> LineIntersection(
LineSegmentPolar line
)
Public Function LineIntersection (
line As LineSegmentPolar
) As Nullable(Of Point)
public:
Nullable<Point> LineIntersection(
LineSegmentPolar line
)
member LineIntersection :
line : LineSegmentPolar -> Nullable<Point>
Parameters
- line
- Type: OpenCvSharpLineSegmentPolar
[Missing <param name="line"/> documentation for "M:OpenCvSharp.LineSegmentPolar.LineIntersection(OpenCvSharp.LineSegmentPolar)"]
Return Value
Type:
NullablePoint[Missing <returns> documentation for "M:OpenCvSharp.LineSegmentPolar.LineIntersection(OpenCvSharp.LineSegmentPolar)"]
See Also