Click or drag to resize
VectorOfVectorOfInt Constructor (Int32)
http://www.emgu.com
Create the standard vector of VectorOfInt

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public VectorOfVectorOfInt(
	int[][] values
)

Parameters

values
Type: SystemInt32

[Missing <param name="values"/> documentation for "M:Emgu.CV.Util.VectorOfVectorOfInt.#ctor(System.Int32[][])"]

See Also