MatOfUShort Constructor |
Name | Description | |
---|---|---|
![]() | MatOfUShort() |
Creates empty Mat
|
![]() | MatOfUShort(IEnumerable<Int32>) |
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(IEnumerable<Int32>, 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(IEnumerable<Int32>, Array, IEnumerable<Int64>) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfUShort(IEnumerable<Int32>, IntPtr, IEnumerable<Int64>) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfUShort(IEnumerable<Int32>,UInt16[], IEnumerable<Int64>) |
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, Nullable<Range>) |
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
|