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

Declaration Syntax

Parameters
- mat (IntPtr)
- Pointer to the array header to be initialized
- dims (Int32)
- Number of array dimensions
- sizes (array<
Int32
>[]()[])
- Array of dimension sizes
- type (MAT_DEPTH)
- Type of array elements
- data (IntPtr)
- Optional data pointer assigned to the matrix header

Return Value
Pointer to the array header
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)