MatOfPoint3f Constructor OpenCvSharp Class Library
Overload List

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

Reference