Click or drag to resize

MatOfPoint3i Constructor

Overload List
  NameDescription
Public methodMatOfPoint3i()
Creates empty Mat
Public methodMatOfPoint3i(IEnumerable<Int32>)
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(IEnumerable<Int32>, Point3i)
constructs n-dimensional matrix
Public methodMatOfPoint3i(Int32, Int32)
constructs 2D matrix of the specified size and type
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(IEnumerable<Int32>,Point3i[], IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint3i(IEnumerable<Int32>, Array, IEnumerable<Int64>)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfPoint3i(IEnumerable<Int32>, IntPtr, IEnumerable<Int64>)
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, Nullable<Range>)
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