Create a matrix using the specific data

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual 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

See Also