MatNDTDepth Constructor (Int32) |
http://www.emgu.com
Create a N-dimensional matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic MatND(
params int[] sizes
)
Public Sub New (
ParamArray sizes As Integer()
)
public:
MatND(
... array<int>^ sizes
)
new :
sizes : int[] -> MatND
Parameters
- sizes
- Type: SystemInt32
The size for each dimension
See Also