Click or drag to resize

MatOfInt Constructor

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(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