Create a matrix using the specific data

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

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