Click or drag to resize

VectorOfVectorOfByte Constructor (Byte)

http://www.emgu.com
Create the standard vector of VectorOfByte

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public VectorOfVectorOfByte(
	byte[][] values
)

Parameters

values
Type: SystemByte

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

See Also