MatOfPoint2f Constructor OpenCvSharp Class Library
Overload List

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

Reference