http://www.emgu.com
Push an array of value into the standard vector
Namespace: Emgu.CV.UtilAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Push(
byte[] value
)
Public Sub Push (
value As Byte()
)
public:
void Push(
array<unsigned char>^ value
)
member Push :
value : byte[] -> unit
Parameters
- value
- Type: SystemByte
The value to be pushed to the vector
See Also