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