Click or drag to resize

VectorOfDouble Constructor (IEnumerableDouble)

Initializes a new instance of the VectorOfDouble class

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

Parameters

data
Type: System.Collections.GenericIEnumerableDouble

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

See Also