Click or drag to resize

ToolboxMergeBytes Method

http://www.emgu.com
Merges two byte vector into one

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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