Click or drag to resize

MatTElem, TInherit Constructor

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