Create a matrix using the specific data
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public Matrix( TDepth[] data )
Public Sub New ( _ data As TDepth() _ )
public: Matrix( array<TDepth>^ data )
Parameters
- data
- array<
TDepth
>[]()[]
the data for this matrix