Click or drag to resize

Point2dDistance 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(
	Point2d p1,
	Point2d p2
)

Parameters

p1
Type: OpenCvSharpPoint2d

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

p2
Type: OpenCvSharpPoint2d

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

Return Value

Type: Double

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

See Also