Click or drag to resize

VectorOfVec2f Constructor (IEnumerableVec2f)

Initializes a new instance of the VectorOfVec2f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public VectorOfVec2f(
	IEnumerable<Vec2f> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableVec2f
See Also