| 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
)
Public Function DistanceTo (
p As Point2d
) As Double
public:
double DistanceTo(
Point2d p
)
member DistanceTo :
p : Point2d -> float
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