| Point2dDistance Method |
Returns the distance between the specified two points
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static double Distance(
Point2d p1,
Point2d p2
)
Public Shared Function Distance (
p1 As Point2d,
p2 As Point2d
) As Double
public:
static double Distance(
Point2d p1,
Point2d p2
)
static member Distance :
p1 : Point2d *
p2 : Point2d -> float
Parameters
- p1
- Type: OpenCvSharpPoint2d
[Missing <param name="p1"/> documentation for "M:OpenCvSharp.Point2d.Distance(OpenCvSharp.Point2d,OpenCvSharp.Point2d)"]
- p2
- Type: OpenCvSharpPoint2d
[Missing <param name="p2"/> documentation for "M:OpenCvSharp.Point2d.Distance(OpenCvSharp.Point2d,OpenCvSharp.Point2d)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Point2d.Distance(OpenCvSharp.Point2d,OpenCvSharp.Point2d)"]
See Also