Click or drag to resize

PointDistanceTo Method

Returns the distance between the specified two points

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

Parameters

p
Type: OpenCvSharpPoint

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

Return Value

Type: Double

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

See Also