Click or drag to resize

Line2DDistance Method (Point2f)

Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double Distance(
	Point2f point
)

Parameters

point
Type: OpenCvSharpPoint2f

Return Value

Type: Double
See Also