Table of Contents

Method Distance

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Distance(Point)

Returns the distance between this line and the specified point

public double Distance(Point point)

Parameters

point Point

Returns

double

Distance(Point2f)

Returns the distance between this line and the specified point

public double Distance(Point2f point)

Parameters

point Point2f

Returns

double

Distance(Point2d)

Returns the distance between this line and the specified point

public double Distance(Point2d point)

Parameters

point Point2d

Returns

double

Distance(double, double)

Returns the distance between this line and the specified point

public double Distance(double x, double y)

Parameters

x double
y double

Returns

double