MatOfPoint3d Constructor OpenCvSharp Class Library
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(CvMat, Boolean)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodMatOfPoint3d(IplImage, Boolean)
converts old-style IplImage to the new matrix; the data is not copied by default
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

Reference