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