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