CvMat Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodCvMat(Boolean)
Allocates memory
Public methodCvMat(IntPtr)
Initializes by native pointer
Public methodCvMat(String)
Loads an image from the specified file and returns the reference to the loaded image as CvMat.
Public methodCvMat(IntPtr, Boolean)
Initializes by native pointer
Public methodCvMat(String, LoadMode)
Loads an image from the specified file and returns the reference to the loaded image as CvMat.
Public methodCvMat(Int32, Int32, MatrixType)
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix.
Public methodCvMat(Int32, Int32, MatrixType, CvScalar)
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix.
Public methodCvMat(Int32, Int32, MatrixType, Array)
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix. (cvCreateMatHeader + cvSetData)
Public methodCvMat(Int32, Int32, MatrixType, IntPtr)
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix. (cvCreateMatHeader + cvSetData)
Public methodCvMat(Int32, Int32, MatrixType, Array, Boolean)
Allocates header for the new matrix and underlying data, and returns a pointer to the created matrix. (cvCreateMatHeader + cvSetData)
Top
See Also

Reference