MatOfPoint3iFromArray Method (IEnumerablePoint3i)
|
Initializes as N x 1 matrix and copys array data to this
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static MatOfPoint3i FromArray(
IEnumerable<Point3i> enumerable
)
Public Shared Function FromArray (
enumerable As IEnumerable(Of Point3i)
) As MatOfPoint3i
public:
static MatOfPoint3i^ FromArray(
IEnumerable<Point3i>^ enumerable
)
static member FromArray :
enumerable : IEnumerable<Point3i> -> MatOfPoint3i
OpenCvSharp.MatOfPoint3i.FromArray = function(enumerable);
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerablePoint3i
Source array data to be copied to this
Return Value
Type:
MatOfPoint3i
See Also