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