Allocates header for multi-dimensional dense array and the underlying data, and returns pointer to the created array.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dims
- Type: SystemInt32
Number of array dimensions. It must not exceed CV_MAX_DIM (=32 by default, though it may be changed at build time) - sizes
- Type: SystemInt32
Array of dimension sizes. - type
- Type: OpenCvSharpMatrixType
Type of array elements.
Return Value
Type: CvMatND[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateMatND(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]
See Also