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