MatOfFloat4 Constructor OpenCvSharp Class Library
Overload List

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

Reference