Returns the distance between the specified two points
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double DistanceTo(
Point2f p
)
Public Function DistanceTo (
p As Point2f
) As Double
public:
double DistanceTo(
Point2f p
)
member DistanceTo :
p : Point2f -> float
Parameters
- p
- Type: OpenCvSharpPoint2f
Return Value
Type:
Double
See Also