Click or drag to resize

MatOfDouble Constructor

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