Table of Contents

Method Distance

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Distance(Point, Point)

Returns the distance between the specified two points

public static double Distance(Point p1, Point p2)

Parameters

p1 Point
p2 Point

Returns

double