VectorOfByteToArray Method |
http://www.emgu.com
Convert the standard vector to an array of Byte
Namespace:
Emgu.CV.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
SyntaxPublic Function ToArray As Byte()
public:
array<unsigned char>^ ToArray()
member ToArray : unit -> byte[]
Return Value
Type:
ByteAn array of Byte
See Also