Click or drag to resize

Point2d  Conversion (Point2d to Vec2d)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static implicit operator Vec2d (
	Point2d point
)

Parameters

point
Type: OpenCvSharpPoint2d

Return Value

Type: Vec2d
See Also