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
pointPoint
Returns
Distance(Point2f)
Returns the distance between this line and the specified point
public double Distance(Point2f point)
Parameters
pointPoint2f
Returns
Distance(Point2d)
Returns the distance between this line and the specified point
public double Distance(Point2d point)
Parameters
pointPoint2d
Returns
Distance(double, double)
Returns the distance between this line and the specified point
public double Distance(double x, double y)