MatOfFloat6FromArray Method (IEnumerableVec6f)
|
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 MatOfFloat6 FromArray(
IEnumerable<Vec6f> enumerable
)
Public Shared Function FromArray (
enumerable As IEnumerable(Of Vec6f)
) As MatOfFloat6
public:
static MatOfFloat6^ FromArray(
IEnumerable<Vec6f>^ enumerable
)
static member FromArray :
enumerable : IEnumerable<Vec6f> -> MatOfFloat6
OpenCvSharp.MatOfFloat6.FromArray = function(enumerable);
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableVec6f
Source array data to be copied to this
Return Value
Type:
MatOfFloat6
See Also