Overload List
Name | Description | |
---|---|---|
CvMatND |
Allocates memory
| |
CvMatND(IntPtr) |
Initializes from native pointer
| |
CvMatND(Int32, Int32, MatrixType) |
Allocates header for multi-dimensional dense array and the underlying data, and returns pointer to the created array.
| |
CvMatND(Int32, Int32, MatrixType, Array) |
Allocates header for multi-dimensional dense array and the underlying data, and returns pointer to the created array.
|
See Also