VectorOfByte Constructor (Byte) |
http://www.emgu.com
Create an standard vector of Byte with the initial values
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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