| VectorOfByte Constructor (Byte) |
http://www.emgu.com
Create an standard vector of Byte with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic VectorOfByte(
byte[] values
)
Public Sub New (
values As Byte()
)
public:
VectorOfByte(
array<unsigned char>^ values
)
new :
values : byte[] -> VectorOfByteParameters
- values
- Type: SystemByte
The initial values
See Also