CvMatND Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodCvMatND
Allocates memory
Public methodCvMatND(IntPtr)
Initializes from native pointer
Public methodCvMatND(Int32, Int32, MatrixType)
Allocates header for multi-dimensional dense array and the underlying data, and returns pointer to the created array.
Public methodCvMatND(Int32, Int32, MatrixType, Array)
Allocates header for multi-dimensional dense array and the underlying data, and returns pointer to the created array.
Top
See Also

Reference