Click or drag to resize

MatOfUShort Constructor

Overload List
  NameDescription
Public methodMatOfUShort()
Creates empty Mat
Public methodMatOfUShort(IEnumerable<Int32>)
constructs n-dimensional matrix
Public methodMatOfUShort(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfUShort(Mat)
Initializes by Mat object
Public methodMatOfUShort(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfUShort(IEnumerable<Int32>, UInt16)
constructs n-dimensional matrix
Public methodMatOfUShort(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfUShort(MatOfUShort,Range[])
creates a matrix header for a part of the bigger matrix
Public methodMatOfUShort(MatOfUShort, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfUShort(Size, UInt16)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfUShort(IEnumerable<Int32>, Array, IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(IEnumerable<Int32>, IntPtr, IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(IEnumerable<Int32>,UInt16[], IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(Int32, Int32, UInt16)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfUShort(MatOfUShort, Range, Nullable<Range>)
creates a matrix header for a part of the bigger matrix
Public methodMatOfUShort(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(Int32, Int32,UInt16[,], Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(Int32, Int32,UInt16[], Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also