CvLine2DDistance Method (CvPoint2D64f) OpenCvSharp Class Library
Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public double Distance(
	CvPoint2D64f point
)

Parameters

point
Type: OpenCvSharpCvPoint2D64f

[Missing <param name="point"/> documentation for "M:OpenCvSharp.CvLine2D.Distance(OpenCvSharp.CvPoint2D64f)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CvLine2D.Distance(OpenCvSharp.CvPoint2D64f)"]

See Also

Reference