Click or drag to resize

MatTElem Constructor

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