Click or drag to resize

Point2dDistanceTo Method

Returns the distance between the specified two points

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double DistanceTo(
	Point2d p
)

Parameters

p
Type: OpenCvSharpPoint2d

[Missing <param name="p"/> documentation for "M:OpenCvSharp.Point2d.DistanceTo(OpenCvSharp.Point2d)"]

Return Value

Type: Double

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

See Also