Click or drag to resize

MatOfRect Constructor

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