Initializes CvMatND structure allocated by the user
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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