Emgu CV Library Documentation
MergeBytes Method (a, b)
NamespacesEmgu.UtilToolboxMergeBytes(array<Byte>[]()[], array<Byte>[]()[])

www.emgu.com/wiki
Merges two byte vector into one
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] MergeBytes(
	byte[] a,
	byte[] b
)
Public Shared Function MergeBytes ( _
	a As Byte(), _
	b As Byte() _
) As Byte()
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
Return Value

[Missing <returns> documentation for M:Emgu.Util.Toolbox.MergeBytes(System.Byte[],System.Byte[])]

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)