Line2DDistance Method (Point2d)
|
Returns the distance between this line and the specified point
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Distance(
Point2d point
)
Public Function Distance (
point As Point2d
) As Double
public:
double Distance(
Point2d point
)
member Distance :
point : Point2d -> float
function Distance(point);
Parameters
- point
- Type: OpenCvSharpPoint2d
Return Value
Type:
Double
See Also