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