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: 4.1.0.3408 (4.1.0.3408)
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