MatOfFloat Constructor OpenCvSharp Class Library
Overload List

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

Reference