MatOfShortFromArray Method (IEnumerableInt16)
|
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 MatOfShort FromArray(
IEnumerable<short> enumerable
)
Public Shared Function FromArray (
enumerable As IEnumerable(Of Short)
) As MatOfShort
public:
static MatOfShort^ FromArray(
IEnumerable<short>^ enumerable
)
static member FromArray :
enumerable : IEnumerable<int16> -> MatOfShort
OpenCvSharp.MatOfShort.FromArray = function(enumerable);
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableInt16
Source array data to be copied to this
Return Value
Type:
MatOfShort
See Also