Initializes CvMatND structure allocated by the user
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
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