Click or drag to resize

Point2fDistance Method

Returns the distance between the specified two points

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static double Distance(
	Point2f p1,
	Point2f p2
)

Parameters

p1
Type: OpenCvSharpPoint2f

[Missing <param name="p1"/> documentation for "M:OpenCvSharp.Point2f.Distance(OpenCvSharp.Point2f,OpenCvSharp.Point2f)"]

p2
Type: OpenCvSharpPoint2f

[Missing <param name="p2"/> documentation for "M:OpenCvSharp.Point2f.Distance(OpenCvSharp.Point2f,OpenCvSharp.Point2f)"]

Return Value

Type: Double

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

See Also