Click or drag to resize

VectorOfDouble Constructor (IEnumerableDouble)

Initializes a new instance of the VectorOfDouble class

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

Parameters

data
Type: System.Collections.GenericIEnumerableDouble
See Also