MatOfInt Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMatOfInt
Creates empty Mat
Public methodMatOfInt(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfInt(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfInt(Mat)
Initializes by Mat object
Public methodMatOfInt(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfInt(IEnumerableInt32, Int32)
constructs n-dimensional matrix
Public methodMatOfInt(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfInt(CvMat, Boolean)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodMatOfInt(IplImage, Boolean)
converts old-style IplImage to the new matrix; the data is not copied by default
Public methodMatOfInt(MatOfInt, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt(MatOfInt, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt(Size, Int32)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfInt(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt(IEnumerableInt32, Int32, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt(Int32, Int32, Int32)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfInt(MatOfInt, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt(Int32, Int32, Int32, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt(Int32, Int32, Int32, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also

Reference