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