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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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