Create a matrix using the specific data

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

Syntax

C#
public Matrix(
	TDepth[] data
)
Visual Basic (Declaration)
Public Sub New ( _
	data As TDepth() _
)
Visual C++
public:
Matrix(
	array<TDepth>^ data
)

Parameters

data
Type: array< TDepth >[]()[]
the data for this matrix

See Also