Emgu CV Library Documentation
Matrix<(Of <(TDepth>)>) Constructor (data)
NamespacesEmgu.CVMatrix<(Of <(TDepth>)>)Matrix<(Of <(TDepth>)>)(array<TDepth>[]()[])

www.emgu.com/wiki
Create a matrix using the specific data
Declaration Syntax
C#Visual BasicVisual C++
public Matrix(
	TDepth[] data
)
Public Sub New ( _
	data As TDepth() _
)
public:
Matrix(
	array<TDepth>^ data
)
Parameters
data (array< TDepth >[]()[])
the data for this matrix

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)