Click or drag to resize

VectorOfVec3f Constructor (IEnumerableVec3f)

Initializes a new instance of the VectorOfVec3f class

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

Parameters

data
Type: System.Collections.GenericIEnumerableVec3f
See Also