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