Emgu CV Library Documentation
ToBytes<(Of <(D>)>) Method (data)
NamespacesEmgu.UtilToolboxToBytes<(Of <(D>)>)(array<D>[]()[])

www.emgu.com/wiki
Convert some generic vector to vector of Bytes
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] ToBytes<D>(
	D[] data
)
Public Shared Function ToBytes(Of D) ( _
	data As D() _
) As Byte()
public:
generic<typename D>
static array<unsigned char>^ ToBytes(
	array<D>^ data
)
Generic Template Parameters
D
type of the input vector
Parameters
data (array< D >[]()[])
array of data
Return Value
the byte vector

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