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