http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a matrix using the specific data
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
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