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