Click or drag to resize

MatOfFloat6 Constructor

Overload List
  NameDescription
Public methodMatOfFloat6()
Creates empty Mat
Public methodMatOfFloat6(IEnumerable<Int32>)
constructs n-dimensional matrix
Public methodMatOfFloat6(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfFloat6(Mat)
Initializes by Mat object
Public methodMatOfFloat6(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfFloat6(IEnumerable<Int32>, Vec6f)
constructs n-dimensional matrix
Public methodMatOfFloat6(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfFloat6(MatOfFloat6,Range[])
creates a matrix header for a part of the bigger matrix
Public methodMatOfFloat6(MatOfFloat6, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfFloat6(Size, Vec6f)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfFloat6(IEnumerable<Int32>,Vec6f[], IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfFloat6(IEnumerable<Int32>, Array, IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfFloat6(IEnumerable<Int32>, IntPtr, IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfFloat6(Int32, Int32, Vec6f)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfFloat6(MatOfFloat6, Range, Nullable<Range>)
creates a matrix header for a part of the bigger matrix
Public methodMatOfFloat6(Int32, Int32,Vec6f[,], Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfFloat6(Int32, Int32,Vec6f[], Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfFloat6(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also