Click or drag to resize

Point2f.Distance Method

Returns the distance between the specified two points

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static double Distance(
	Point2f p1,
	Point2f p2
)

Parameters

p1
Type: OpenCvSharp.Point2f
p2
Type: OpenCvSharp.Point2f

Return Value

Type: Double
See Also