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