MatOfPoint3i Constructor OpenCvSharp Class Library
Overload List

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

Reference