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