Click or drag to resize

Point2fDistanceTo Method

Returns the distance between the specified two points

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

Parameters

p
Type: OpenCvSharpPoint2f

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

Return Value

Type: Double

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

See Also