Click or drag to resize
ToolboxMergeBytes Method
http://www.emgu.com
Merges two byte vector into one

Namespace: Emgu.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static byte[] MergeBytes(
	byte[] a,
	byte[] b
)

Parameters

a
Type: SystemByte
the first byte vector to be merged
b
Type: SystemByte
the second byte vector to be merged

Return Value

Type: Byte
The bytes that is a concatenation of a and b
See Also