MatOfShort Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMatOfShort
Creates empty Mat
Public methodMatOfShort(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfShort(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfShort(Mat)
Initializes by Mat object
Public methodMatOfShort(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfShort(IEnumerableInt32, Int16)
constructs n-dimensional matrix
Public methodMatOfShort(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfShort(CvMat, Boolean)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodMatOfShort(IplImage, Boolean)
converts old-style IplImage to the new matrix; the data is not copied by default
Public methodMatOfShort(MatOfShort, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfShort(MatOfShort, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfShort(Size, Int16)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfShort(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfShort(IEnumerableInt32, Int16, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfShort(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfShort(Int32, Int32, Int16)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfShort(MatOfShort, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Public methodMatOfShort(Int32, Int32, Int16, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfShort(Int32, Int32, Int16, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfShort(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also

Reference