Click or drag to resize

VectorOfVec2f Constructor (IEnumerableVec2f)

Initializes a new instance of the VectorOfVec2f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public VectorOfVec2f(
	IEnumerable<Vec2f> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableVec2f

[Missing <param name="data"/> documentation for "M:OpenCvSharp.VectorOfVec2f.#ctor(System.Collections.Generic.IEnumerable{OpenCvSharp.Vec2f})"]

See Also