MatOfPoint3i Constructor |
Name | Description | |
---|---|---|
![]() | MatOfPoint3i() |
Creates empty Mat
|
![]() | MatOfPoint3i(IEnumerable<Int32>) |
constructs n-dimensional matrix
|
![]() | MatOfPoint3i(IntPtr) |
Creates from native cv::Mat* pointer
|
![]() | MatOfPoint3i(Mat) |
Initializes by Mat object
|
![]() | MatOfPoint3i(Size) |
constructs 2D matrix of the specified size and type
|
![]() | MatOfPoint3i(IEnumerable<Int32>, Point3i) |
constructs n-dimensional matrix
|
![]() | MatOfPoint3i(Int32, Int32) |
constructs 2D matrix of the specified size and type
|
![]() | MatOfPoint3i(MatOfPoint3i,Range[]) |
creates a matrix header for a part of the bigger matrix
|
![]() | MatOfPoint3i(MatOfPoint3i, Rect) |
creates a matrix header for a part of the bigger matrix
|
![]() | MatOfPoint3i(Size, Point3i) |
constucts 2D matrix and fills it with the specified Scalar value.
|
![]() | MatOfPoint3i(IEnumerable<Int32>,Point3i[], IEnumerable<Int64>) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfPoint3i(IEnumerable<Int32>, Array, IEnumerable<Int64>) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfPoint3i(IEnumerable<Int32>, IntPtr, IEnumerable<Int64>) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfPoint3i(Int32, Int32, Point3i) |
constucts 2D matrix and fills it with the specified Scalar value.
|
![]() | MatOfPoint3i(MatOfPoint3i, Range, Nullable<Range>) |
creates a matrix header for a part of the bigger matrix
|
![]() | MatOfPoint3i(Int32, Int32,Point3i[,], Int64) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfPoint3i(Int32, Int32,Point3i[], Int64) |
constructor for matrix headers pointing to user-allocated data
|
![]() | MatOfPoint3i(Int32, Int32, IntPtr, Int64) |
constructor for matrix headers pointing to user-allocated data
|