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 data
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>^ data ) |
Parameters
- data
- Type: array<TDepth>[]()[][]
the data for this matrix