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