Click or drag to resize

CvInvokecvInitMatNDHeader Method

http://www.emgu.com
Initializes CvMatND structure allocated by the user

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static IntPtr cvInitMatNDHeader(
	IntPtr mat,
	int dims,
	int[] sizes,
	DepthType type,
	IntPtr data
)

Parameters

mat
Type: SystemIntPtr
Pointer to the array header to be initialized
dims
Type: SystemInt32
Number of array dimensions
sizes
Type: SystemInt32
Array of dimension sizes
type
Type: Emgu.CV.CvEnumDepthType
Type of array elements
data
Type: SystemIntPtr
Optional data pointer assigned to the matrix header

Return Value

Type: IntPtr
Pointer to the array header
See Also