CvCreateMatNDHeader Method OpenCvSharp Class Library
Allocates header for multi-dimensional dense array. The array data can further be allocated using cvCreateData or set explicitly to user-allocated data via cvSetData.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

dims
Type: SystemInt32
Number of array dimensions.
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.CreateMatNDHeader(System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

See Also

Reference