Click or drag to resize

MatOfInt4 Constructor

Overload List
  NameDescription
Public methodMatOfInt4
Creates empty Mat
Public methodMatOfInt4(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfInt4(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfInt4(Mat)
Initializes by Mat object
Public methodMatOfInt4(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfInt4(IEnumerableInt32, Vec4i)
constructs n-dimensional matrix
Public methodMatOfInt4(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfInt4(MatOfInt4, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt4(MatOfInt4, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt4(Size, Int32)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfInt4(IEnumerableInt32, Vec4i, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt4(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt4(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt4(Int32, Int32, Int32)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfInt4(MatOfInt4, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Public methodMatOfInt4(Int32, Int32, Vec4i, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt4(Int32, Int32, Vec4i, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfInt4(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also