CvInitMatNDHeader Method (CvMatND, Int32, Int32, MatrixType) OpenCvSharp Class Library
Initializes multi-dimensional array header.

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

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

Parameters

mat
Type: OpenCvSharpCvMatND
Reference to the array header to be initialized.
dims
Type: SystemInt32
Number of array dimensions.
sizes
Type: SystemInt32
Array of dimension sizes.
type
Type: OpenCvSharpMatrixType
Type of array elements. The same as for CvMat.

Return Value

Type: CvMatND

[Missing <returns> documentation for "M:OpenCvSharp.Cv.InitMatNDHeader(OpenCvSharp.CvMatND,System.Int32,System.Int32[],OpenCvSharp.MatrixType)"]

See Also

Reference