MatrixTDepth Constructor (TDepth) |
http://www.emgu.com
Create a matrix using the specific data
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Matrix(
TDepth[] data
)
Public Sub New (
data As TDepth()
)
public:
Matrix(
array<TDepth>^ data
)
new :
data : 'TDepth[] -> Matrix
Parameters
- data
- Type: TDepth
the data for this matrix
See Also