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