CvMatND Constructor (Int32, Int32, MatrixType) OpenCvSharp Class Library
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

public CvMatND(
	int dims,
	int[] sizes,
	MatrixType type
)

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: 
See Also

Reference