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