Click or drag to resize

MatOfPoint Constructor

Overload List
  NameDescription
Public methodMatOfPoint
Creates empty Mat
Public methodMatOfPoint(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfPoint(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfPoint(Mat)
Initializes by Mat object
Public methodMatOfPoint(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfPoint(IEnumerableInt32, Point)
constructs n-dimensional matrix
Public methodMatOfPoint(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfPoint(MatOfPoint, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfPoint(MatOfPoint, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfPoint(Size, Point)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfPoint(IEnumerableInt32, Point, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint(Int32, Int32, Point)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfPoint(MatOfPoint, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Public methodMatOfPoint(Int32, Int32, Point, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint(Int32, Int32, Point, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also