Create a matrix using the specific
Namespace:
Emgu.CVAssembly: 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,2>^ data ) |
Parameters
- data
- Type: array<
TDepth
,2>[,](,)[,]
[Missing <param name="data"/> documentation for "M:Emgu.CV.Matrix`1.#ctor(`0[0:,0:])"]