Click or drag to resize

MatOfPoint3d Constructor

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