Merges two byte vector into one
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public: static array<unsigned char>^ MergeBytes( array<unsigned char>^ a, array<unsigned char>^ b )
Parameters
- a
- array<Byte>[]()[][]
the first byte vector to be merged
- b
- array<Byte>[]()[][]
the second byte vector to be merged