Click or drag to resize
ToolboxToBytesTData Method
http://www.emgu.com
Convert some generic vector to vector of Bytes

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[] ToBytes<TData>(
	TData[] data
)

Parameters

data
Type: TData
array of data

Type Parameters

TData
type of the input vector

Return Value

Type: Byte
the byte vector
See Also