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