Click or drag to resize

VectorOfVec3f Constructor (IEnumerableVec3f)

Initializes a new instance of the VectorOfVec3f class

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

Parameters

data
Type: System.Collections.GenericIEnumerableVec3f

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

See Also