http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a matrix using the specific
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix( TDepth[,] data ) |
Visual Basic |
---|
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:])"]