MatOfUShort Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMatOfUShort
Creates empty Mat
Public methodMatOfUShort(IEnumerableInt32)
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(IEnumerableInt32, UInt16)
constructs n-dimensional matrix
Public methodMatOfUShort(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfUShort(CvMat, Boolean)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodMatOfUShort(IplImage, Boolean)
converts old-style IplImage to the new matrix; the data is not copied by default
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(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfUShort(IEnumerableInt32, UInt16, IEnumerableInt64)
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, NullableRange)
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

Reference