| MatOfPoint3f Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | MatOfPoint3f | 
            Creates empty Mat
             | 
|  | MatOfPoint3f(IEnumerableInt32) | 
            constructs n-dimensional matrix
             | 
|  | MatOfPoint3f(IntPtr) | 
            Creates from native cv::Mat* pointer
             | 
|  | MatOfPoint3f(Mat) | 
            Initializes by Mat object
             | 
|  | MatOfPoint3f(Size) | 
            constructs 2D matrix of the specified size and type
             | 
|  | MatOfPoint3f(IEnumerableInt32, Point3f) | 
            constructs n-dimensional matrix
             | 
|  | MatOfPoint3f(Int32, Int32) | 
            constructs 2D matrix of the specified size and type
             | 
|  | MatOfPoint3f(MatOfPoint3f, Range) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfPoint3f(MatOfPoint3f, Rect) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfPoint3f(Size, Point3f) | 
            constucts 2D matrix and fills it with the specified Scalar value.
             | 
|  | MatOfPoint3f(IEnumerableInt32, Point3f, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfPoint3f(IEnumerableInt32, Array, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfPoint3f(IEnumerableInt32, IntPtr, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfPoint3f(Int32, Int32, Point3f) | 
            constucts 2D matrix and fills it with the specified Scalar value.
             | 
|  | MatOfPoint3f(MatOfPoint3f, Range, NullableRange) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfPoint3f(Int32, Int32, Point3f, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfPoint3f(Int32, Int32, Point3f, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfPoint3f(Int32, Int32, IntPtr, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
 See Also
See Also