Returns the distance between the specified two points
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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
 
Return Value
Type: 
Double See Also
See Also